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

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


    from 25cf3f60 Merge branch 'master' into connectors_test
     add 7206f176 fix(ci): simplify server-start action to use address 
parameters (#2180)
     add efa97e85 chore(repo): bump Rust version to 1.90 (#2182)
     new af0d05be Merge branch 'master' into connectors_test
     new 17cf5224 Fix connectors config provider

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/csharp-dotnet/pre-merge/action.yml |   8 +-
 .github/actions/go/pre-merge/action.yml            |   2 +-
 .github/actions/java-gradle/pre-merge/action.yml   |  21 ++++
 .github/actions/node-npm/pre-merge/action.yml      |  10 +-
 .../actions/python-maturin/pre-merge/action.yml    |   9 --
 .github/actions/utils/server-start/action.yml      |  41 +++++---
 Dockerfile                                         |   5 +-
 bdd/python/Dockerfile                              |   2 +-
 bdd/rust/Dockerfile                                |   2 +-
 core/ai/mcp/Dockerfile                             |   2 +-
 .../frontend/src/components/app_content.rs         |   1 +
 .../frontend/src/components/chart/trend_chart.rs   |   1 +
 .../selectors/measurement_type_selector.rs         |   1 +
 core/bench/dashboard/server/Dockerfile             |   2 +-
 core/bench/src/analytics/metrics/individual.rs     |   2 +-
 core/common/src/types/consumer/mod.rs              | 107 ---------------------
 core/common/src/types/message/messages_batch.rs    |   2 +-
 core/connectors/runtime/Dockerfile                 |   2 +-
 core/connectors/runtime/config.toml                |   6 +-
 core/connectors/runtime/src/api/mod.rs             |   6 +-
 core/connectors/runtime/src/configs.rs             |  12 ++-
 core/connectors/runtime/src/context.rs             |   2 +-
 core/connectors/runtime/src/main.rs                |   2 +-
 core/integration/tests/connectors/mod.rs           |   3 +-
 core/server/Dockerfile                             |   2 +-
 core/server/src/args.rs                            |  20 +++-
 core/server/src/configs/validators.rs              |  12 ++-
 core/server/src/main.rs                            |  33 ++++++-
 .../streaming/segments/types/messages_batch_mut.rs |   2 +-
 core/server/src/streaming/streams/storage.rs       |   8 --
 core/server/src/streaming/topics/storage.rs        |   7 --
 .../iggy/client/blocking/IntegrationTest.java      |  93 +++++++++++++++++-
 .../blocking/PersonalAccessTokensBaseTest.java     |  13 +++
 .../iggy/client/blocking/StreamClientBaseTest.java |   3 +
 .../iggy/client/blocking/UsersClientBaseTest.java  |   6 ++
 .../client/blocking/http/HttpClientFactory.java    |   4 +
 .../client/blocking/tcp/SystemTcpClientTest.java   |   2 +-
 .../iggy/client/blocking/tcp/TcpClientFactory.java |   4 +
 rust-toolchain.toml                                |   2 +-
 scripts/check-backwards-compat.sh                  |   4 +-
 40 files changed, 263 insertions(+), 203 deletions(-)

Reply via email to