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

hubcio pushed a change to branch feat/pr-triage-bot
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from f3ac20b7b feat(ci): label PR review state via slash commands and 
lifecycle
     add 86c220169 chore(deps): bump workspace dependencies (#3230)
     add f62e17c1b chore(deps-dev): bump fast-uri from 3.1.0 to 3.1.2 in 
/foreign/node (#3229)
     add c6a404aae chore(deps): bump mako from 1.3.11 to 1.3.12 in /bdd/python 
(#3225)
     add 86bf41914 feat(csharp): add mising metrics to StatsResponse (#3221)
     add 0928f1373 chore(repo): drop DEPENDENCIES.md per ASF policy (#3222)
     add cad609612 Merge branch 'master' into feat/pr-triage-bot

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |   11 +-
 .github/actions/utils/docker-buildx/action.yml     |    7 +-
 .../utils/validate-third-party-licenses/action.yml |   79 ++
 .github/workflows/_build_python_wheels.yml         |   25 +
 .github/workflows/_common.yml                      |   29 +-
 .github/workflows/publish.yml                      |   19 +-
 .gitignore                                         |    2 +
 .pre-commit-config.yaml                            |    8 -
 Cargo.lock                                         |  860 +++++++------
 Cargo.toml                                         |   24 +-
 DEPENDENCIES.md                                    | 1277 --------------------
 NOTICE                                             |    7 -
 about.hbs                                          |   23 +
 about.toml                                         |   91 ++
 bdd/python/uv.lock                                 |    6 +-
 core/ai/mcp/Dockerfile                             |   16 +-
 core/bench/dashboard/server/Dockerfile             |   10 +
 core/clock/Cargo.toml                              |    1 +
 core/connectors/runtime/Dockerfile                 |   16 +-
 core/server/Dockerfile                             |   40 +-
 core/shard/Cargo.toml                              |    1 +
 core/simulator/Cargo.toml                          |    1 +
 foreign/csharp/DEPENDENCIES.md                     |   17 -
 .../Iggy_SDK.Tests.Integration/SystemTests.cs      |   13 +-
 foreign/csharp/Iggy_SDK.sln                        |    1 -
 foreign/csharp/Iggy_SDK/Contracts/StatsResponse.cs |   17 +
 foreign/csharp/Iggy_SDK/Iggy_SDK.csproj            |    4 +-
 foreign/csharp/Iggy_SDK/Mappers/BinaryMapper.cs    |   15 +-
 foreign/csharp/NOTICE                              |    7 -
 foreign/go/NOTICE                                  |    7 -
 foreign/java/NOTICE                                |    7 -
 foreign/node/NOTICE                                |    7 -
 foreign/node/package-lock.json                     |    6 +-
 foreign/node/package.json                          |    4 +-
 foreign/python/NOTICE                              |    7 -
 foreign/python/pyproject.toml                      |    9 +
 justfile                                           |    6 -
 scripts/ci/licenses-list.sh                        |  100 --
 scripts/ci/render-node-licenses.mjs                |  225 ++++
 scripts/ci/third-party-licenses.sh                 |  269 +++++
 scripts/prepare-release.sh                         |    3 +-
 web/.dockerignore                                  |    3 +-
 web/Dockerfile                                     |   32 +-
 web/LICENSE                                        |  201 ---
 web/NOTICE                                         |   19 -
 web/package-lock.json                              |    7 -
 web/package.json                                   |    1 -
 47 files changed, 1400 insertions(+), 2140 deletions(-)
 create mode 100644 
.github/actions/utils/validate-third-party-licenses/action.yml
 delete mode 100644 DEPENDENCIES.md
 create mode 100644 about.hbs
 create mode 100644 about.toml
 delete mode 100644 foreign/csharp/DEPENDENCIES.md
 delete mode 100755 scripts/ci/licenses-list.sh
 create mode 100755 scripts/ci/render-node-licenses.mjs
 create mode 100755 scripts/ci/third-party-licenses.sh
 delete mode 100644 web/LICENSE
 delete mode 100644 web/NOTICE

Reply via email to