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


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

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cad609612)
            \
             N -- N -- N   refs/heads/feat/pr-triage-bot (2c74fffaf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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/_detect.yml                      |    2 +-
 .github/workflows/pr-triage.yml                    |   93 +-
 .github/workflows/pre-merge.yml                    |    2 +-
 .github/workflows/publish.yml                      |   21 +-
 .gitignore                                         |    2 -
 .pre-commit-config.yaml                            |    8 +
 CONTRIBUTING.md                                    |   13 +-
 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 +-
 {foreign/csharp => web}/LICENSE                    |    0
 {foreign/go => web}/NOTICE                         |    7 +
 web/package-lock.json                              |    7 +
 web/package.json                                   |    1 +
 51 files changed, 2015 insertions(+), 1424 deletions(-)
 delete mode 100644 
.github/actions/utils/validate-third-party-licenses/action.yml
 create mode 100644 DEPENDENCIES.md
 delete mode 100644 about.hbs
 delete mode 100644 about.toml
 create mode 100644 foreign/csharp/DEPENDENCIES.md
 create mode 100755 scripts/ci/licenses-list.sh
 delete mode 100755 scripts/ci/render-node-licenses.mjs
 delete mode 100755 scripts/ci/third-party-licenses.sh
 copy {foreign/csharp => web}/LICENSE (100%)
 copy {foreign/go => web}/NOTICE (60%)

Reply via email to