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

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


    from a8b272c96 restructure the file
     add b45254f2d docs(go): solve typo in DeleteStream method. (#2972)
     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 8053460c7 Merge branch 'master' into two_halves

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/go/contracts/client.go                     |   4 +-
 foreign/python/Cargo.toml                          |   2 +-
 scripts/run-bdd-tests.sh                           |  30 ++++-
 19 files changed, 312 insertions(+), 36 deletions(-)
 create mode 100644 bdd/docker-compose.coverage.yml

Reply via email to