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

hubcio pushed a change to branch skill-review-command
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit f1959f97d Merge branch 'master' into skill-review-command
    omit a7691d969 feat(ci): add /skill review command that runs repo skills
     add 92aee83c4 fix(server): skip NUMA memory binding on a single-node host 
(#4243)
     add 5d33f9d11 docs: refresh the README (#4208)
     add ee226f971 refactor(server): split responses.rs by role and unify reply 
framing (#4089)
     add 968a23e20 chore(java): start 0.9.1-SNAPSHOT and document the 0.9.0 SDK 
(#4247)
     add 9a59f7857 ci(rust): run clippy on macOS so cfg(target_os) code gets 
linted (#4248)
     add a69b4e36f fix(connectors): meilisearch_sink URL scheme check is 
case-sensitive (#4158)
     add db769f533 feat(ci): add /skill review command that runs repo skills

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   (f1959f97d)
            \
             N -- N -- N   refs/heads/skill-review-command (db769f533)

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/rust/pre-merge/action.yml          |    7 +-
 .github/config/components.yml                      |    1 +
 .github/review-bot/README.md                       |   46 +-
 .github/review-bot/comment-style.md                |   16 +-
 .github/review-bot/prompt.md                       |   51 +-
 .github/workflows/_test.yml                        |    2 +-
 .github/workflows/pr-skill-review-post.yml         |   54 +-
 .github/workflows/pr-skill-review-run.yml          |  374 ++----
 README.md                                          |  104 +-
 assets/cli.png                                     |  Bin 231092 -> 151099 
bytes
 assets/server.png                                  |  Bin 1176428 -> 756489 
bytes
 assets/web_ui.png                                  |  Bin 145001 -> 136258 
bytes
 core/binary_protocol/src/consensus/header.rs       |  153 +++
 core/binary_protocol/src/consensus/mod.rs          |    5 +-
 core/binary_protocol/src/consensus/reply_result.rs |   38 +-
 core/binary_protocol/src/lib.rs                    |   13 +-
 core/connectors/sinks/meilisearch_sink/src/lib.rs  |   69 +-
 core/consensus/src/plane_helpers.rs                |   61 +-
 core/metadata/src/stm/result.rs                    |   13 +-
 core/metadata/src/stm/stream.rs                    |   15 +-
 core/metadata/src/stm/user.rs                      |    2 +-
 core/server/src/boot/mod.rs                        |    2 +-
 core/server/src/consumer_group.rs                  |    2 +-
 core/server/src/dispatch/authz.rs                  |    7 +-
 core/server/src/dispatch/failure.rs                |  463 ++++---
 core/server/src/dispatch/mod.rs                    |    2 +-
 core/server/src/dispatch/partition.rs              |    6 +-
 core/server/src/dispatch/reads.rs                  |    7 +-
 core/server/src/dispatch/session_ops.rs            |    2 +-
 core/server/src/dispatch/submit.rs                 |    4 +-
 core/server/src/http/handlers.rs                   |    5 +-
 core/server/src/http/reads.rs                      |   26 +-
 core/server/src/http/reply.rs                      |    9 +-
 core/server/src/http/submit.rs                     |    2 +-
 core/server/src/http/wire.rs                       |    2 +-
 core/server/src/lib.rs                             |    3 +
 core/server/src/namespace.rs                       |  362 ++++++
 core/server/src/reply_frame.rs                     |  875 +++++++++++++
 core/server/src/responses.rs                       | 1343 +-------------------
 core/server/src/session_manager.rs                 |    2 +-
 core/server/src/shard_allocator.rs                 |   44 +-
 core/server/src/sysinfo_probe.rs                   |  151 +++
 foreign/java/README.md                             |   32 +-
 foreign/java/gradle.properties                     |    2 +-
 44 files changed, 2377 insertions(+), 2000 deletions(-)
 create mode 100644 core/server/src/namespace.rs
 create mode 100644 core/server/src/reply_frame.rs
 create mode 100644 core/server/src/sysinfo_probe.rs

Reply via email to