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

hgruszecki pushed a change to branch command-handler-impr
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 225c6fe27 Merge branch 'master' into command-handler-impr
    omit 4503ef16b Merge branch 'master' into command-handler-impr
    omit e313ca7e8 Merge branch 'master' into command-handler-impr
    omit a2fb1009f refactor(server): streamline command handlers with 
centralized execution
     add d98176a36 fix(server): memory leak in segment rotation (#2686)
     add 4052619bf refactor(integration): remove legacy test infrastructure 
(#2678)
     add 278e3905e ci(go): enable auto-publish for Go SDK on post-merge (#2692)
     add dbb511ac8 ci(python): enable auto-publish for Python SDK on post-merge 
(#2693)
     add fb9bd1acf fix(python): gate Unix-only APIs to fix Windows SDK build 
(#2695)
     add b53ef6d7a ci(js): enable auto-publish for Node SDK on post-merge 
(#2694)
     add 30f456832 ci(java): enable auto-publish for Java SDK with SNAPSHOT 
semantics (#2696)
     add e2fcc6728 refactor(csharp): change expiry handling to use TimeSpan 
(#2690)
     add bdf0b2e3f feat(csharp): implement get_snapshot method in C# SDK (#2698)
     new b7407979a refactor(server): streamline command handlers with 
centralized execution

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   (225c6fe27)
            \
             N -- N -- N   refs/heads/command-handler-impr (b7407979a)

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.

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:
 .github/config/publish.yml                         |   4 +-
 .github/workflows/post-merge.yml                   |  19 +-
 .github/workflows/publish.yml                      |  64 +-
 Cargo.lock                                         |   4 +-
 bdd/rust/Cargo.toml                                |   1 -
 bdd/rust/tests/helpers/cluster.rs                  |  19 +-
 bdd/rust/tests/steps/auth.rs                       |  26 +-
 bdd/rust/tests/steps/leader_redirection.rs         |   6 +-
 core/common/Cargo.toml                             |   4 +-
 core/common/src/sender/mod.rs                      |   6 +-
 core/harness_derive/src/codegen.rs                 |   2 +-
 core/integration/Cargo.toml                        |   3 +-
 core/integration/src/bench_utils.rs                |  20 +-
 core/integration/src/file.rs                       |  32 -
 core/integration/src/harness/handle/server.rs      |  99 ++-
 core/integration/src/harness/helpers.rs            |   2 -
 .../src/harness/orchestrator/builder.rs            |  10 +-
 .../src/harness/orchestrator/harness.rs            | 199 +-----
 core/integration/src/http_client.rs                |  52 --
 core/integration/src/lib.rs                        |  17 -
 core/integration/src/quic_client.rs                |  55 --
 core/integration/src/tcp_client.rs                 |  82 ---
 core/integration/src/test_connectors_runtime.rs    | 266 -------
 core/integration/src/test_mcp_server.rs            | 274 --------
 core/integration/src/test_server.rs                | 769 ---------------------
 core/integration/src/test_tls_utils.rs             |  52 --
 core/integration/src/websocket_client.rs           |  76 --
 core/integration/tests/cli/common/mod.rs           |  72 +-
 .../tests/cli/context/test_context_applied.rs      |   8 +-
 .../tests/cli/system/test_me_command.rs            |  10 +-
 core/integration/tests/config_provider/mod.rs      |   7 +-
 .../connectors/fixtures/quickwit/container.rs      |  33 +
 .../tests/connectors/postgres/postgres_sink.rs     |   6 +-
 .../tests/connectors/postgres/postgres_source.rs   |  10 +-
 .../tests/connectors/quickwit/quickwit_sink.rs     |  36 +-
 .../tests/connectors/random/random_source.rs       |   2 +-
 .../data_integrity/verify_after_server_restart.rs  | 171 ++---
 core/integration/tests/mod.rs                      |  72 +-
 core/integration/tests/sdk/producer/background.rs  | 195 +-----
 core/integration/tests/server/cg.rs                |  67 +-
 .../tests/server/concurrent_addition.rs            |  55 +-
 core/integration/tests/server/general.rs           | 157 ++++-
 core/integration/tests/server/message_retrieval.rs | 112 ++-
 core/integration/tests/server/mod.rs               | 131 ----
 .../server/scenarios/authentication_scenario.rs    |  10 +-
 .../tests/server/scenarios/bench_scenario.rs       |  25 +-
 .../tests/server/scenarios/concurrent_scenario.rs  | 101 +--
 ...umer_group_auto_commit_reconnection_scenario.rs |  14 +-
 .../scenarios/consumer_group_join_scenario.rs      |  19 +-
 .../consumer_group_offset_cleanup_scenario.rs      |  12 +-
 ...h_multiple_clients_polling_messages_scenario.rs |  18 +-
 ...with_single_client_polling_messages_scenario.rs |  12 +-
 .../consumer_timestamp_polling_scenario.rs         |  12 +-
 .../server/scenarios/create_message_payload.rs     |  12 +-
 .../scenarios/cross_protocol_pat_scenario.rs       | 133 +---
 .../tests/server/scenarios/encryption_scenario.rs  |  91 +--
 .../server/scenarios/log_rotation_scenario.rs      |  71 +-
 .../server/scenarios/message_headers_scenario.rs   |  12 +-
 .../server/scenarios/message_size_scenario.rs      |  12 +-
 core/integration/tests/server/scenarios/mod.rs     |  10 +-
 .../tests/server/scenarios/offset_scenario.rs      |  11 +-
 .../tests/server/scenarios/permissions_scenario.rs | 159 ++---
 .../scenarios/read_during_persistence_scenario.rs  |  65 +-
 .../scenarios/segment_rotation_race_scenario.rs    |  83 ++-
 .../scenarios/single_message_per_batch_scenario.rs |  11 +-
 .../tests/server/scenarios/snapshot_scenario.rs    |  13 +-
 .../stale_client_consumer_group_scenario.rs        |  50 +-
 .../scenarios/stream_size_validation_scenario.rs   |  13 +-
 .../tests/server/scenarios/system_scenario.rs      |  16 +-
 .../tests/server/scenarios/tcp_tls_scenario.rs     |   4 +-
 .../tests/server/scenarios/timestamp_scenario.rs   |  11 +-
 .../tests/server/scenarios/user_scenario.rs        |  10 +-
 .../server/scenarios/websocket_tls_scenario.rs     |   4 +-
 core/integration/tests/server/specific.rs          | 297 ++------
 core/server/src/shard/system/segments.rs           |  20 +-
 .../server/src/websocket/websocket_tls_listener.rs |   2 +-
 foreign/csharp/Benchmarks/Program.cs               |   6 +-
 .../Fixtures/FetchMessagesFixture.cs               |   6 +-
 .../Fixtures/FlushMessageFixture.cs                |   6 +-
 .../Fixtures/IggyServerFixture.cs                  |   3 +-
 .../Fixtures/OffsetFixtures.cs                     |   8 +-
 .../Fixtures/PartitionsFixture.cs                  |   4 +-
 .../Fixtures/SendMessageFixture.cs                 |   4 +-
 .../Helpers/TopicFactory.cs                        |   7 +-
 .../Models/CreateTestTopic.cs}                     |  12 +-
 .../Models/UpdateTestTopic.cs}                     |   6 +-
 .../PersonalAccessTokenTests.cs                    |   7 +-
 .../Iggy_SDK.Tests.Integration/StreamsTests.cs     |   9 +-
 .../Iggy_SDK.Tests.Integration/SystemTests.cs      |  17 +
 .../Iggy_SDK.Tests.Integration/TopicsTests.cs      |  24 +-
 .../csharp/Iggy_SDK/Contracts/Tcp/TcpContracts.cs  |  15 +
 foreign/csharp/Iggy_SDK/Contracts/TopicResponse.cs |   3 +-
 .../csharp/Iggy_SDK/Enums/SnapshotCompression.cs   |  12 +-
 .../csharp/Iggy_SDK/Enums/SystemSnapshotType.cs    |  14 +-
 .../IggyClient/IIggyPersonalAccessToken.cs         |   4 +-
 foreign/csharp/Iggy_SDK/IggyClient/IIggySystem.cs  |  16 +
 foreign/csharp/Iggy_SDK/IggyClient/IIggyTopic.cs   |   8 +-
 .../Implementations/HttpMessageStream.cs           |  45 +-
 .../IggyClient/Implementations/TcpMessageStream.cs |  25 +-
 foreign/csharp/Iggy_SDK/Iggy_SDK.csproj            |   2 +-
 ...TimeOffsetConverter.cs => TimeSpanConverter.cs} |  16 +-
 foreign/csharp/Iggy_SDK/Mappers/BinaryMapper.cs    |   3 +-
 .../Iggy_SDK/Publishers/IggyPublisherBuilder.cs    |   3 +-
 .../Iggy_SDK/Publishers/IggyPublisherConfig.cs     |   4 +-
 foreign/csharp/Iggy_SDK/Utils/DurationHelpers.cs   |  60 ++
 .../UtilityTests/DurationHelperTests.cs            | 231 +++++++
 .../{compression_algorithm.go => version.go}       |   9 +-
 scripts/extract-version.sh                         |  22 +-
 108 files changed, 1674 insertions(+), 3577 deletions(-)
 delete mode 100644 core/integration/src/file.rs
 delete mode 100644 core/integration/src/http_client.rs
 delete mode 100644 core/integration/src/quic_client.rs
 delete mode 100644 core/integration/src/tcp_client.rs
 delete mode 100644 core/integration/src/test_connectors_runtime.rs
 delete mode 100644 core/integration/src/test_mcp_server.rs
 delete mode 100644 core/integration/src/test_server.rs
 delete mode 100644 core/integration/src/test_tls_utils.rs
 delete mode 100644 core/integration/src/websocket_client.rs
 copy foreign/csharp/{Iggy_SDK/Contracts/Http/CreateTopicRequest.cs => 
Iggy_SDK.Tests.Integration/Models/CreateTestTopic.cs} (86%)
 copy foreign/csharp/{Iggy_SDK/Contracts/Http/UpdateTopicRequest.cs => 
Iggy_SDK.Tests.Integration/Models/UpdateTestTopic.cs} (89%)
 copy foreign/csharp/Iggy_SDK/JsonConverters/{DateTimeOffsetConverter.cs => 
TimeSpanConverter.cs} (66%)
 create mode 100644 foreign/csharp/Iggy_SDK/Utils/DurationHelpers.cs
 create mode 100644 
foreign/csharp/Iggy_SDK_Tests/UtilityTests/DurationHelperTests.cs
 copy foreign/go/contracts/{compression_algorithm.go => version.go} (81%)

Reply via email to