This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch harness-derive
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard 6e1d829a9 feat(integration): add iggy_harness proc macro and use it in
mcp tests
add 6e6f2afd3 test(csharp): fix GetOffset test case (#2651)
add 76f123b5f chore(sdk): remove unused fast_async_lock feature (#2653)
add 240519996 refactor(deps): centralize workspace dependencies in root
Cargo.toml (#2652)
add df1f401e3 feat(integration): add iggy_harness proc macro and use it in
mcp tests
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 (6e1d829a9)
\
N -- N -- N refs/heads/harness-derive (df1f401e3)
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:
Cargo.lock | 13 +---
Cargo.toml | 86 ++++++++++++++++++++--
DEPENDENCIES.md | 7 +-
bdd/rust/Cargo.toml | 2 +-
core/ai/mcp/Cargo.toml | 2 +-
core/bench/Cargo.toml | 6 +-
core/bench/dashboard/frontend/Cargo.toml | 22 ++----
core/bench/dashboard/server/Cargo.toml | 16 ++--
core/bench/runner/Cargo.toml | 6 +-
core/binary_protocol/Cargo.toml | 2 +-
core/cli/Cargo.toml | 2 +-
core/common/Cargo.toml | 12 +--
core/common/src/locking/fast_async_lock.rs | 61 ---------------
core/common/src/locking/mod.rs | 13 ----
core/common/src/locking/tokio_lock.rs | 1 -
core/connectors/sdk/Cargo.toml | 12 +--
.../connectors/sinks/elasticsearch_sink/Cargo.toml | 4 +-
core/connectors/sinks/postgres_sink/Cargo.toml | 8 +-
.../sources/elasticsearch_source/Cargo.toml | 4 +-
core/connectors/sources/postgres_source/Cargo.toml | 8 +-
core/consensus/Cargo.toml | 4 +-
core/integration/Cargo.toml | 16 ++--
core/metadata/Cargo.toml | 10 +--
core/partitions/Cargo.toml | 2 +-
core/sdk/Cargo.toml | 10 +--
core/server/Cargo.toml | 37 ++++------
examples/rust/Cargo.toml | 2 +-
foreign/csharp/Directory.Packages.props | 4 +-
.../Iggy_SDK.Tests.Integration/OffsetTests.cs | 10 +--
foreign/python/Cargo.toml | 2 +-
30 files changed, 167 insertions(+), 217 deletions(-)
delete mode 100644 core/common/src/locking/fast_async_lock.rs