This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch login-ui
in repository https://gitbox.apache.org/repos/asf/iggy.git
from a48aba25c Merge branch 'master' into login-ui
add 34280ab7b fix(sdk): fix broken Windows build for SDK and CLI (#2971)
add 9c8b5cc6c feat(bdd): add --coverage flag to run-bdd-tests.sh for all
SDKs (#2950)
add eb7281231 Merge branch 'master' into login-ui
No new revisions were added by this update.
Summary of changes:
.github/actions/rust/pre-merge/action.yml | 7 +
.github/config/components.yml | 24 +++-
.github/workflows/_test.yml | 1 +
Cargo.lock | 8 +-
Cargo.toml | 8 +-
DEPENDENCIES.md | 8 +-
bdd/docker-compose.coverage.yml | 91 +++++++++++++
bdd/java/build.gradle.kts | 7 +
bdd/python/pyproject.toml | 1 +
bdd/python/uv.lock | 142 ++++++++++++++++++++-
core/binary_protocol/Cargo.toml | 2 +-
core/cli/Cargo.toml | 2 +-
core/common/Cargo.toml | 2 +-
.../src/types/segment_storage/messages_reader.rs | 4 +-
core/sdk/Cargo.toml | 2 +-
.../Iggy_SDK.Tests.BDD/Iggy_SDK.Tests.BDD.csproj | 3 +-
foreign/python/Cargo.toml | 2 +-
scripts/run-bdd-tests.sh | 30 ++++-
18 files changed, 310 insertions(+), 34 deletions(-)
create mode 100644 bdd/docker-compose.coverage.yml