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

dependabot[bot] pushed a change to branch 
dependabot/bazel/foreign/cpp/cpp-2ca3a46bf5
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 454b3ac12 chore(deps): Bump the cpp group across 1 directory with 2 
updates
     add d29aef3b5 chore(deps): Bump brace-expansion from 5.0.5 to 5.0.7 in 
/web (#3714)
     add 5de407286 test(bdd): fail Rust BDD runner on undefined steps (#3680)
     add 95c85e9e0 chore(deps): Bump brace-expansion from 5.0.4 to 5.0.7 in 
/foreign/node (#3713)
     add f65bb974f fix(integration): gate keyring setup on supported targets 
(#3717)
     add a114eb5d7 fix(ci): align local golangci-lint version with CI (#3719)
     add b0195be1f fix(cpp): move bazel build config for bdd/cpp to foreign/cpp 
(#3675)
     add 5a4e7feac chore(deps): Bump the cpp group across 1 directory with 2 
updates

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   (454b3ac12)
            \
             N -- N -- N   
refs/heads/dependabot/bazel/foreign/cpp/cpp-2ca3a46bf5 (5a4e7feac)

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:
 .github/actions/cpp-bazel/pre-merge/action.yml     |   2 +-
 .github/dependabot.yml                             |   1 -
 .pre-commit-config.yaml                            |   6 +-
 bdd/cpp/.bazelrc                                   |  25 --
 bdd/cpp/.bazelversion                              |   1 -
 bdd/cpp/.gitignore                                 |   1 -
 bdd/cpp/BUILD.bazel                                |  53 ---
 bdd/cpp/Dockerfile                                 |  10 +-
 bdd/cpp/MODULE.bazel                               |  33 --
 bdd/cpp/MODULE.bazel.lock                          | 479 ---------------------
 bdd/rust/tests/basic_messaging.rs                  |   5 +-
 bdd/rust/tests/leader_redirection.rs               |   5 +-
 core/integration/tests/cli/common/keyring.rs       |   7 +-
 core/integration/tests/cli/common/mod.rs           |   5 +-
 foreign/cpp/.bazelrc                               |   6 -
 foreign/cpp/.bazelversion                          |   2 +-
 foreign/cpp/BUILD.bazel                            | 104 +++--
 foreign/cpp/MODULE.bazel                           |   1 +
 foreign/cpp/MODULE.bazel.lock                      |  24 +-
 foreign/cpp/README.md                              |   2 +-
 foreign/cpp/tests/bdd                              |   1 +
 .../{client/low_level_e2e.cpp => e2e/client.cpp}   |   2 +-
 .../low_level_e2e.cpp => e2e/consumer_group.cpp}   |   2 +-
 .../{message/low_level_e2e.cpp => e2e/message.cpp} |   2 +-
 .../low_level_e2e.cpp => e2e/partition.cpp}        |   2 +-
 .../{stream/low_level_e2e.cpp => e2e/stream.cpp}   |   2 +-
 foreign/cpp/tests/{common => e2e}/test_helpers.hpp |   0
 .../{topic/low_level_e2e.cpp => e2e/topic.cpp}     |   2 +-
 .../unit_tests.cpp => unit/identifier.cpp}         |   0
 .../{message/unit_tests.cpp => unit/message.cpp}   |   0
 foreign/cpp/tests/{ => unit}/unit_tests.cpp        |   0
 foreign/node/package-lock.json                     |   6 +-
 web/package-lock.json                              |   6 +-
 33 files changed, 135 insertions(+), 662 deletions(-)
 delete mode 100644 bdd/cpp/.bazelrc
 delete mode 100644 bdd/cpp/.bazelversion
 delete mode 100644 bdd/cpp/.gitignore
 delete mode 100644 bdd/cpp/BUILD.bazel
 delete mode 100644 bdd/cpp/MODULE.bazel
 delete mode 100644 bdd/cpp/MODULE.bazel.lock
 create mode 120000 foreign/cpp/tests/bdd
 rename foreign/cpp/tests/{client/low_level_e2e.cpp => e2e/client.cpp} (99%)
 rename foreign/cpp/tests/{consumer_group/low_level_e2e.cpp => 
e2e/consumer_group.cpp} (99%)
 rename foreign/cpp/tests/{message/low_level_e2e.cpp => e2e/message.cpp} (99%)
 rename foreign/cpp/tests/{partition/low_level_e2e.cpp => e2e/partition.cpp} 
(99%)
 rename foreign/cpp/tests/{stream/low_level_e2e.cpp => e2e/stream.cpp} (99%)
 rename foreign/cpp/tests/{common => e2e}/test_helpers.hpp (100%)
 rename foreign/cpp/tests/{topic/low_level_e2e.cpp => e2e/topic.cpp} (99%)
 rename foreign/cpp/tests/{identifier/unit_tests.cpp => unit/identifier.cpp} 
(100%)
 rename foreign/cpp/tests/{message/unit_tests.cpp => unit/message.cpp} (100%)
 rename foreign/cpp/tests/{ => unit}/unit_tests.cpp (100%)

Reply via email to