This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch bench-improvement
in repository https://gitbox.apache.org/repos/asf/iggy.git
from cfd6e5290 fix(bench): delete stale streams on re-run to prevent
corrupted latency
add ba8e865af ci: fix ASF github actions allowlist violations (#2993)
add 3863ad5b5 chore(ci): add uv lock check to pre-commit hooks (#2996)
add f762e4f2b feat(server): implement TwoHalves buffer (#2944)
add a6ba900a5 ci: pin Docker actions to SHA and bump setup-bazel per ASF
allowlist (#2999)
add b03914cd3 fix(ci): prevent flaky keyring tests by deferring unlock to
test phase (#2995)
add 01803cc0a ci: partition Rust tests across 2 parallel CI machines
(#3003)
add f66540010 fix: Helm chart install guidance and deployment defaults
(#2976)
add b3ecc4e79 Merge branch 'master' into bench-improvement
No new revisions were added by this update.
Summary of changes:
.../actions/python-maturin/pre-merge/action.yml | 2 +-
.github/actions/rust/pre-merge/action.yml | 37 +-
.github/actions/utils/docker-buildx/action.yml | 12 +-
.../actions/utils/setup-cpp-with-cache/action.yml | 2 +-
.github/config/components.yml | 3 +-
.github/workflows/_test.yml | 4 +-
.github/workflows/_test_examples.yml | 2 +-
.github/workflows/post-merge.yml | 15 +-
.github/workflows/publish.yml | 4 +-
.pre-commit-config.yaml | 8 +
Cargo.lock | 7 +
Cargo.toml | 1 +
DEPENDENCIES.md | 1 +
bdd/python/uv.lock | 2 +-
core/{clock => iobuf}/Cargo.toml | 10 +-
core/iobuf/src/lib.rs | 604 +++++++++++++++++++++
examples/python/uv.lock | 8 +-
foreign/python/uv.lock | 2 +-
helm/charts/iggy/Chart.yaml | 2 +-
helm/charts/iggy/README.md | 48 +-
helm/charts/iggy/templates/deployment.yaml | 23 +-
helm/charts/iggy/values.yaml | 12 +-
scripts/ci/uv-lock-check.sh | 98 ++++
23 files changed, 842 insertions(+), 65 deletions(-)
copy core/{clock => iobuf}/Cargo.toml (87%)
create mode 100644 core/iobuf/src/lib.rs
create mode 100755 scripts/ci/uv-lock-check.sh