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

hgruszecki pushed a change to branch fix/producer-shard-last_flush
in repository https://gitbox.apache.org/repos/asf/iggy.git


 discard 4844525d8 rebase
 discard e6ec20994 test(sdk): add integration test for producer last_flush fix
 discard 38b9620d5 fix(sdk): update last_flush on empty buffer to prevent 
busy-loop
     add a48878712 fix(ci): fix hwloc build for musl targets in release 
workflow (#2486)
     add 1593ac543 feat(ci): use native ARM64 runners and implement better 
shared Docker cache (#2487)
     add bf8e886e6 fix(ci): fix Docker build failures for server and connectors 
(#2488)
     add 25f1139dd fix(ci): add xz-dev and xz-static to Alpine Docker builds 
for liblzma linking (#2490)
     add dd7ae9bbc fix(ci): eliminate intermediate Docker tags using 
push-by-digest (#2491)
     add fec904d4f fix(ci): remove temporary tag cleanup job (#2492)
     add d6a6d4ffe feat(server): add http.web_ui config option to control 
embedded Web UI (#2494)
     new 33079bb70 fix(sdk): update last_flush on empty buffer to prevent 
busy-loop
     new afb44b27f test(sdk): add integration test for producer last_flush fix

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   (4844525d8)
            \
             N -- N -- N   refs/heads/fix/producer-shard-last_flush (afb44b27f)

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 2 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/actions/utils/docker-buildx/action.yml | 169 +++++++++++---
 .github/workflows/_build_rust_artifacts.yml    |   7 +
 .github/workflows/post-merge.yml               | 146 ++++++++++++-
 .github/workflows/publish.yml                  | 292 ++++++++++++++++++++++---
 Cargo.lock                                     |  12 +-
 DEPENDENCIES.md                                |   6 +-
 Dockerfile                                     |   3 +-
 core/ai/mcp/Dockerfile                         |   7 +-
 core/bench/dashboard/server/Dockerfile         |   3 +
 core/configs/server.toml                       |  10 +
 core/connectors/runtime/Dockerfile             |  12 +-
 core/server/Dockerfile                         |  15 +-
 core/server/build.rs                           |  77 +++++--
 core/server/src/configs/defaults.rs            |   1 +
 core/server/src/configs/displays.rs            |   3 +-
 core/server/src/configs/http.rs                |   1 +
 core/server/src/configs/validators.rs          |   6 +-
 core/server/src/http/http_server.rs            |  11 +-
 18 files changed, 665 insertions(+), 116 deletions(-)

Reply via email to