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

hgruszecki pushed a change to branch ci/fix-coverage-partitioning
in repository https://gitbox.apache.org/repos/asf/iggy.git


 discard 6d918f69e ci: add workflow descriptions to top-level triggers
 discard 18969ab86 ci: extract edge release into dedicated workflow
 discard a2a468371 ci: extract coverage baseline and warm-cache workflows
 discard 95a15b3ae ci: harden uploads and add Codecov components
     add 38bf2dc4c refactor(csharp): rename asynchronous methods to have Async 
suffix (#2994)
     add dbd0e25cd deps(rust): bump workspace dependencies (#3005)
     add d4a5287d6 feat: add UI /healthz endpoint (#2983)
     add 2fd846c4e ci: harden uploads and add Codecov components
     add ac5e26b89 ci: extract coverage baseline and warm-cache workflows
     add 3e53d8843 ci: extract edge release into dedicated workflow
     add 8b0a7ff52 ci: add workflow descriptions to top-level triggers

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   (6d918f69e)
            \
             N -- N -- N   refs/heads/ci/fix-coverage-partitioning (8b0a7ff52)

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                                         | 503 ++++++++++++++-------
 Cargo.toml                                         |  49 +-
 DEPENDENCIES.md                                    | 151 ++++---
 core/ai/mcp/src/main.rs                            |   4 +-
 core/bench/src/main.rs                             |   4 +-
 core/cli/src/args/mod.rs                           |   4 +-
 core/connectors/runtime/src/main.rs                |   4 +-
 core/connectors/sinks/iceberg_sink/Cargo.toml      |   1 +
 core/connectors/sinks/iceberg_sink/src/catalog.rs  |  18 +-
 core/consensus/src/impls.rs                        |   8 +-
 .../tests/cli/general/test_overview_command.rs     |  16 +-
 core/server/Cargo.toml                             |   1 -
 core/server/src/main.rs                            |   4 +-
 core/server/src/websocket/mod.rs                   |  41 ++
 core/server/src/websocket/websocket_listener.rs    |   4 +-
 .../server/src/websocket/websocket_tls_listener.rs |   4 +-
 .../Iggy_SDK.Examples.Basic.Consumer/Program.cs    |   2 +-
 .../Iggy_SDK.Examples.Basic.Producer/Program.cs    |   2 +-
 .../Program.cs                                     |   2 +-
 .../Program.cs                                     |   2 +-
 .../Program.cs                                     |   2 +-
 .../Program.cs                                     |   2 +-
 .../Program.cs                                     |   2 +-
 .../Program.cs                                     |   2 +-
 .../Iggy_SDK.Examples.NewSdk.Consumer/Program.cs   |   2 +-
 .../Iggy_SDK.Examples.NewSdk.Producer/Program.cs   |   4 +-
 .../Iggy_SDK.Examples.NewSdk.Producer/Utils.cs     |   2 +-
 .../Iggy_SDK.Examples.TcpTls.Consumer/Program.cs   |   2 +-
 .../Iggy_SDK.Examples.TcpTls.Producer/Program.cs   |   2 +-
 foreign/csharp/Benchmarks/Program.cs               |   2 +-
 .../BasicMessagingOperationsSteps.cs               |   2 +-
 .../ClusterRedirectionTests.cs                     |   8 +-
 .../ConsumerGroupTests.cs                          |   2 +-
 .../Fixtures/IggyServerFixture.cs                  |   4 +-
 .../IggyPublisherTests.cs                          |  24 +-
 .../IggyTlsConnectionTests.cs                      |   6 +-
 .../PersonalAccessTokenTests.cs                    |   2 +-
 .../Iggy_SDK.Tests.Integration/SystemTests.cs      |   4 +-
 .../Iggy_SDK.Tests.Integration/UsersTests.cs       |  46 +-
 foreign/csharp/Iggy_SDK/Consumers/IggyConsumer.cs  |  10 +-
 .../Iggy_SDK/Contracts/Auth/GlobalPermissions.cs   |  14 +-
 .../IggyClient/IIggyPersonalAccessToken.cs         |   2 +-
 foreign/csharp/Iggy_SDK/IggyClient/IIggyUsers.cs   |  18 +-
 .../Implementations/HttpMessageStream.cs           |  20 +-
 .../IggyClient/Implementations/TcpMessageStream.cs |  26 +-
 foreign/csharp/Iggy_SDK/Iggy_SDK.csproj            |   2 +-
 .../csharp/Iggy_SDK/Publishers/IggyPublisher.cs    |  16 +-
 .../csharp/Iggy_SDK/Publishers/IggyPublisherOfT.cs |   6 +-
 foreign/csharp/README.md                           |   8 +-
 helm/charts/iggy/templates/deployment.yaml         |   4 +-
 web/README.md                                      |   8 +-
 .../src/routes/healthz/+server.ts                  |  14 +-
 52 files changed, 667 insertions(+), 425 deletions(-)
 copy foreign/node/src/client/client.debug.ts => 
web/src/routes/healthz/+server.ts (81%)

Reply via email to