This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 6735eea6b ci: add binary artifact detection to pre-commit and CI
(#2875)
add ecd77098d feat(server): delete segments command for http (#2804)
No new revisions were added by this update.
Summary of changes:
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 +
web/docs/server-api.http | 11 +-
8 files changed, 184 insertions(+), 4 deletions(-)
create mode 100644 core/server/src/http/segments.rs