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 27270c0c Merge branch 'master' into connectors_test
     add b15c673d fix(ci): build Python wheels from correct commit instead of 
master HEAD (#2173)
     add 4323c4f4 fix(security): generate root password, use argon2, update 
deps (#2177)
     new 25cf3f60 Merge branch 'master' into connectors_test

The 1 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:
 .convco                                            |   2 +-
 .github/actions/csharp-dotnet/pre-merge/action.yml |   5 +-
 .github/actions/node-npm/pre-merge/action.yml      |   5 +-
 .../actions/python-maturin/pre-merge/action.yml    |   5 +-
 .github/actions/rust/pre-merge/action.yml          |   4 +-
 .github/workflows/_build_python_wheels.yml         |  13 ++
 .github/workflows/_test_bdd.yml                    |   4 +-
 .github/workflows/publish.yml                      |   1 +
 Cargo.lock                                         | 215 +++++++++++----------
 Cargo.toml                                         |   8 +-
 DEPENDENCIES.md                                    | 193 +++++++++---------
 Dockerfile                                         |   4 +
 bdd/Dockerfile                                     |   6 +
 bdd/csharp/Dockerfile                              |   2 +-
 bdd/docker-compose.yml                             |  37 +++-
 core/cli/Cargo.toml                                |   2 +-
 core/configs/server.toml                           |  12 +-
 core/integration/src/test_server.rs                |  16 ++
 core/server/Cargo.toml                             |   3 +-
 .../login_with_personal_access_token_handler.rs    |   8 +-
 core/server/src/http/jwt/jwt_manager.rs            |   4 +-
 .../streaming/systems/personal_access_tokens.rs    |   7 +-
 core/server/src/streaming/systems/users.rs         |  14 +-
 core/server/src/streaming/utils/crypto.rs          |  26 ++-
 foreign/cpp/tests/e2e/server.toml                  |  12 +-
 .../Iggy_SDK.Tests.Integration/TopicsTests.cs      |   8 +-
 .../performance/run-standard-performance-suite.sh  |   4 +-
 scripts/run-benches.sh                             |   2 +-
 scripts/run-go-examples-from-readme.sh             |   4 +-
 scripts/run-rust-examples-from-readme.sh           |   2 +-
 web/README.md                                      |   2 +-
 31 files changed, 380 insertions(+), 250 deletions(-)

Reply via email to