This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/gradle/junit5-5.14.2
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
discard ddb7d99121a Bump junit5 from 5.14.1 to 5.14.2
add c254ff249a9 IGNITE-27517 Simplify the generic parameter of
TimeoutObject (#7368)
add d20d772b2b4 IGNITE-27505 Clarify OS CpuLoad metric description (#7378)
add 93bd10767d4 IGNITE-27519 Add CLAUDE.md with development guidelines for
AI assistants (#7373)
add 779a6051241 IGNITE-27487 .NET: Fix GetConnections race condition
(#7375)
add 74daeb948eb IGNITE-27525 .NET: Add version to api docs footer (#7376)
add 3977887c2c1 IGNITE-27004 Add tx labels to system views (#7323)
add e997cdf9ec9 IGNITE-27528 Make ConfigOverride repeatable (#7381)
add c8b8b0d287a Bump io.github.bonede:tree-sitter from 0.25.3 to 0.26.3
(#7371)
add 1c7f06d4b28 Bump value from 2.12.0 to 2.12.1 (#7370)
add abebb5b08e8 Bump junit5 from 5.14.1 to 5.14.2
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 (ddb7d99121a)
\
N -- N -- N refs/heads/dependabot/gradle/junit5-5.14.2
(abebb5b08e8)
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:
.claude/skills/ignite-cluster-setup/SKILL.md | 60 +++++++
.justfile | 173 +++++++++++++++++++++
CLAUDE.md | 124 +++++++++++++++
gradle/libs.versions.toml | 4 +-
.../ignite/internal/client/TcpClientChannel.java | 4 +-
.../internal/future/timeout/TimeoutObject.java | 4 +-
.../internal/future/timeout/TimeoutWorkerTest.java | 29 ++--
.../internal/jdbc/ItJdbcMetadataSelfTest.java | 9 ++
.../internal/metrics/sources/OsMetricSource.java | 2 +-
.../internal/network/DefaultMessagingService.java | 2 +-
modules/platforms/build.gradle | 4 +-
.../Apache.Ignite/Internal/ClientFailoverSocket.cs | 7 +-
.../internal/benchmark/FutureTimeoutBenchmark.java | 2 +-
.../table/ItRebalanceWithPartitionReturnTest.java | 14 +-
.../apache/ignite/internal/ConfigOverrideTest.java | 14 +-
.../ignite/internal/ClusterConfiguration.java | 22 +--
.../org/apache/ignite/internal/ConfigOverride.java | 2 +
.../systemviews/ItTransactionsSystemViewTest.java | 37 +++++
.../tx/views/TransactionsViewProvider.java | 12 +-
19 files changed, 457 insertions(+), 68 deletions(-)
create mode 100644 .claude/skills/ignite-cluster-setup/SKILL.md
create mode 100644 .justfile
create mode 100644 CLAUDE.md