This is an automated email from the ASF dual-hosted git repository.

gkoszyk pushed a change to branch pedantic-partitions
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 712e9324a chore(partitions): enable pedantic and nursery clippy lints
     add 6735eea6b ci: add binary artifact detection to pre-commit and CI 
(#2875)
     add ecd77098d feat(server): delete segments command for http (#2804)
     add 33bee3db6 fix(web): improve handling of `message_expiry` (#2888)
     add 6df20bbca fix(ci): disable Go caching to eliminate duplicate-restore 
errors (#2877)
     add 4cbb5f822 Merge branch 'master' into pedantic-partitions

No new revisions were added by this update.

Summary of changes:
 .github/actions/go/pre-merge/action.yml            |    7 +-
 .../actions/utils/setup-go-with-cache/action.yml   |   37 +-
 .github/workflows/_common.yml                      |   25 +-
 .github/workflows/_test_examples.yml               |    4 +-
 .github/workflows/post-merge.yml                   |    2 +-
 .pre-commit-config.yaml                            |    7 +
 core/integration/tests/server/general.rs           |    1 +
 .../tests/server/scenarios/system_scenario.rs      |   49 +-
 core/server/server.http                            |    5 +
 core/server/src/http/http_server.rs                |    1 +
 core/server/src/http/mod.rs                        |    1 +
 core/server/src/http/segments.rs                   |  119 +++
 core/server/src/shard/system/segments.rs           |    1 +
 rust_out                                           |  Bin 3893768 -> 0 bytes
 .../{trailing-newline.sh => binary-artifacts.sh}   |  107 +--
 web/docs/server-api.http                           |   11 +-
 web/eslint.config.js                               |    3 +
 web/package-lock.json                              | 1016 ++++++++------------
 web/package.json                                   |   24 +-
 web/src/lib/components/DurationInput.svelte        |  243 +++++
 web/src/lib/components/Modals/AddTopicModal.svelte |   23 +-
 .../components/Modals/TopicSettingsModal.svelte    |  137 ++-
 ...pPropagation.svelte => SegmentedControl.svelte} |   45 +-
 web/src/lib/domain/Topic.ts                        |   21 +-
 web/src/lib/utils/formatters/durationFormatter.ts  |   10 +-
 25 files changed, 1039 insertions(+), 860 deletions(-)
 create mode 100644 core/server/src/http/segments.rs
 delete mode 100755 rust_out
 copy scripts/ci/{trailing-newline.sh => binary-artifacts.sh} (52%)
 create mode 100644 web/src/lib/components/DurationInput.svelte
 copy web/src/lib/components/{StopPropagation.svelte => 
SegmentedControl.svelte} (52%)

Reply via email to