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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/web/web/fast-loops-1.1.4
in repository https://gitbox.apache.org/repos/asf/gravitino.git


    omit bc6464d4f build(deps): bump fast-loops from 1.1.3 to 1.1.4 in /web/web
     add 3c0997b95 [#5237][#5240] fix(metalake): fix list metalakes missing 
in-use property (#5241)
     add 128e51645 build(deps): bump next from 14.2.3 to 14.2.10 in /web/web 
(#5246)
     add c8c0289ba build(deps): bump fast-loops from 1.1.3 to 1.1.4 in /web/web

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   (bc6464d4f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/web/web/fast-loops-1.1.4 (c8c0289ba)

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:
 ...xception.java => NonEmptyCatalogException.java} |   7 +-
 ...ception.java => NonEmptyMetalakeException.java} |   7 +-
 .../exceptions/NonEmptySchemaException.java        |   2 +-
 .../org/apache/gravitino/client/ErrorHandlers.java |  11 ++
 .../apache/gravitino/client/GravitinoMetalake.java |   2 +-
 .../client/integration/test/MetalakeIT.java        | 132 ++++++++++++++++++++-
 .../gravitino/dto/requests/MetalakeSetRequest.java |   2 +
 .../apache/gravitino/catalog/CatalogManager.java   |   6 +-
 .../apache/gravitino/metalake/MetalakeManager.java |  35 +++++-
 .../metalake/MetalakeNormalizeDispatcher.java      |  23 +---
 .../gravitino/metalake/TestMetalakeManager.java    |   6 +-
 .../server/web/rest/ExceptionHandlers.java         |   8 ++
 web/web/package.json                               |   2 +-
 web/web/pnpm-lock.yaml                             |  90 +++++++-------
 14 files changed, 243 insertions(+), 90 deletions(-)
 copy 
api/src/main/java/org/apache/gravitino/exceptions/{CatalogNotInUseException.java
 => NonEmptyCatalogException.java} (85%)
 copy 
api/src/main/java/org/apache/gravitino/exceptions/{MetalakeNotInUseException.java
 => NonEmptyMetalakeException.java} (85%)

Reply via email to