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

maciej pushed a change to branch java-stats-update
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 192e0fcf9 feat(java): add new stats fields to match server sysinfo 
updates
     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 a1f51fdb3 feat(partitions): add poll_messages support to simulator 
(#2960)
     add 9463f6c79 fix(web): submit login form on Enter instead of toggling 
password visibility (#2970)
     add ac1808038 Merge branch 'master' into java-stats-update

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/partitions/src/iggy_partition.rs              | 156 ++++++++++++++++++++-
 core/partitions/src/iggy_partitions.rs             |  30 +++-
 core/sdk/Cargo.toml                                |   2 +-
 core/simulator/src/client.rs                       |  46 ++++--
 core/simulator/src/lib.rs                          |  42 ++++++
 core/simulator/src/main.rs                         |  58 ++++++++
 .../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 +++-
 web/src/lib/components/PasswordInput.svelte        |   1 +
 25 files changed, 629 insertions(+), 52 deletions(-)
 create mode 100644 bdd/docker-compose.coverage.yml

Reply via email to