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

hubcio pushed a change to branch server-ng-auth-followups
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 085eac2ba feat(server-ng): verify trusted-issuer a2a JWT and expose 
SDK refresh
     add 5d7f1fcb2 fix(python): fix flaky python test (#3627)
     add cde86aefb chore(deps): bump java deps (#3631)
     add 5f6b67817 chore(deps): Bump the github-actions group with 3 updates 
(#3628)
     add e195f6c3c chore(deps): Bump golang.org/x/crypto from 0.51.0 to 0.52.0 
in /foreign/go (#3632)
     add ebaffde44 feat(server): respect CPU affinity and cgroup limits in 
shards and stats (#3615)
     add 2462891f0 feat(server-ng): verify trusted-issuer a2a JWT and expose 
SDK refresh

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   (085eac2ba)
            \
             N -- N -- N   refs/heads/server-ng-auth-followups (2462891f0)

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/workflows/_common.yml                      |   4 +-
 .github/workflows/coverage-baseline.yml            |   6 +-
 .github/workflows/post-merge.yml                   |   2 +-
 Cargo.lock                                         |   2 +
 bdd/java/build.gradle.kts                          |  10 +-
 bdd/java/gradle/wrapper/gradle-wrapper.properties  |   2 +-
 bdd/java/gradlew                                   |   6 +-
 core/common/src/types/stats/mod.rs                 |   8 +-
 core/configs/src/server_config/sharding.rs         |  17 ++
 core/configs/src/server_config/validators.rs       |  84 +++++-
 core/cpu_allocation/Cargo.toml                     |   5 +-
 core/cpu_allocation/src/allowed_cpus.rs            |  59 +++++
 core/cpu_allocation/src/lib.rs                     |   8 +-
 .../src/harness/orchestrator/harness.rs            |  13 +
 core/integration/tests/server/a2a_jwt/jwt_tests.rs |  86 +++++-
 core/server-ng/config.toml                         |  17 ++
 core/server-ng/src/bootstrap.rs                    |  53 ++--
 core/server-ng/src/http/jwks.rs                    |  71 +++--
 core/server-ng/src/http/jwt.rs                     |   2 +-
 core/server/Cargo.toml                             |   1 +
 core/server/config.toml                            |   8 +
 core/server/src/main.rs                            |   5 +-
 core/server/src/shard/system/cgroup_memory.rs      | 293 +++++++++++++++++++++
 core/server/src/shard/system/mod.rs                |   1 +
 core/server/src/shard/system/stats.rs              |  38 ++-
 core/shard_allocator/src/lib.rs                    | 212 +++++++++++++--
 examples/java/build.gradle.kts                     |   2 +-
 .../java/gradle/wrapper/gradle-wrapper.properties  |   2 +-
 examples/java/gradlew                              |   6 +-
 foreign/go/go.mod                                  |   2 +-
 foreign/go/go.sum                                  |   4 +-
 foreign/java/gradle/libs.versions.toml             |  10 +-
 .../java/gradle/wrapper/gradle-wrapper.properties  |   2 +-
 foreign/java/gradlew                               |   6 +-
 foreign/python/tests/test_topic.py                 |   2 +-
 35 files changed, 946 insertions(+), 103 deletions(-)
 create mode 100644 core/cpu_allocation/src/allowed_cpus.rs
 create mode 100644 core/server/src/shard/system/cgroup_memory.rs

Reply via email to