This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/vitest-3.2.6
in repository https://gitbox.apache.org/repos/asf/ozone.git
omit 7ebc1b7aedf Bump vitest
add c479e1e7a11 HDDS-14774. Fix intermittent timeout in
TestContainerReportHandling (#10535)
add f9552d0bb58 HDDS-15148. Prevent 404 when toggling between Old/New UI
on UI-exclusive routes (#10168)
add 9649e0ee3b6 HDDS-14888. Improve DiskCheckUtil.checkReadWrite to
tolerate disk full (#9972)
add 19f0802c6ce HDDS-15519. Mark TestStorageDistributionEndpointEC/Ratis
as flaky
add 03222105819 HDDS-15621. TestSecureOzoneCluster fails locally (#10550)
add a539f4968d3 HDDS-15222. Fix intermittent failure in
testSnapshotNameConsistency (#10555)
add 5085725e471 HDDS-15626. Bump orc-core to 1.9.8 (#10559)
add 1940f85e537 HDDS-15586. Add freon command to read a user-supplied list
of existing keys (#10529)
add fa7628e35d3 HDDS-15627. Bump sqlite-jdbc to 3.53.2.0 (#10560)
add 7c98d2fc432 HDDS-15519. Disable flaky
TestStorageDistributionEndpointEC/Ratis
add 3d5b74bebdf HDDS-15625. Bump awssdk to 2.46.10 (#10558)
add 8b93ea4a5a8 HDDS-14977. Intermittent failure in
TestDeadNodeHandler.testOnMessage (#10556)
add c6c4f3385d6 HDDS-15629. [DiskBalancer] Fix missing parenthesis in
report utilization note (#10563)
add 515bbb7dbec HDDS-15628. [DiskBalancer] Preserve output order for
datanodes with the same density (#10562)
add 37f04dfbf0e HDDS-15580. Migrate from npm-run-all to npm-run-all2
(#10526)
add 67479cf1dcb Bump vitest
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 (7ebc1b7aedf)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/vitest-3.2.6
(67479cf1dcb)
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:
.../container/common/utils/DiskCheckUtil.java | 8 +-
.../container/common/utils/TestDiskCheckUtil.java | 27 +++
.../hadoop/hdds/scm/node/TestDeadNodeHandler.java | 13 +-
.../cli/datanode/DiskBalancerReportSubcommand.java | 6 +-
.../cli/datanode/TestDiskBalancerSubCommands.java | 24 +++
.../ozone/freon/OzoneClientKeyListReader.java | 151 ++++++++++++++++
.../ozone/freon/OzoneClientKeyValidator.java | 13 +-
.../ozone/freon/TestOzoneClientKeyListReader.java | 31 ++--
hadoop-ozone/iceberg/pom.xml | 2 +-
.../recon/TestStorageDistributionEndpointEC.java | 2 +
.../TestStorageDistributionEndpointRatis.java | 2 +
hadoop-ozone/integration-test-s3/pom.xml | 2 +-
.../hadoop/ozone/TestSecureOzoneCluster.java | 19 +--
.../container/TestContainerReportHandling.java | 2 +
.../TestContainerReportHandlingWithHA.java | 2 +
.../om/snapshot/TestOzoneManagerHASnapshot.java | 20 +--
.../webapps/recon/ozone-recon-web/package.json | 2 +-
.../webapps/recon/ozone-recon-web/pnpm-lock.yaml | 189 ++++++---------------
.../webapps/recon/ozone-recon-web/src/app.tsx | 65 +++++--
.../src/v2/constants/breadcrumbs.constants.tsx | 1 +
pom.xml | 2 +-
21 files changed, 383 insertions(+), 200 deletions(-)
create mode 100644
hadoop-ozone/freon/src/main/java/org/apache/hadoop/ozone/freon/OzoneClientKeyListReader.java
copy
hadoop-hdds/common/src/test/java/org/apache/hadoop/hdds/scm/net/TestNetUtils.java
=>
hadoop-ozone/freon/src/test/java/org/apache/hadoop/ozone/freon/TestOzoneClientKeyListReader.java
(59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]