You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2024/01/26 16:50:27 UTC

(dubbo-kubernetes) branch github-actions/dubboctl-ui-update updated (c576a9e2 -> 2e68b9c6)

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

github-bot pushed a change to branch github-actions/dubboctl-ui-update
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


 discard c576a9e2 [Dubboctl UI] Update build artifacts
     add af4f25a1 ci(ui): setup format check tool
     add 0c01f05d fix(license): ignore pre-commit hook
     add 5347419f fix(ci): correct the working directory
     add 19ce7f43 Merge pull request #177 from yin1999/setup-format-check
     add 2e68b9c6 [Dubboctl UI] Update build artifacts

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   (c576a9e2)
            \
             N -- N -- N   refs/heads/github-actions/dubboctl-ui-update (2e68b9c6)

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/dubboctl-ui-update.yaml | 23 +++++++++++++++++++++++
 .licenserc.yaml                           |  1 +
 ui-vue3/.husky/pre-commit                 |  4 ++++
 ui-vue3/.lintstagedrc.json                |  6 ++++++
 ui-vue3/package.json                      | 11 +++++++----
 ui-vue3/yarn.lock                         |  5 +++++
 6 files changed, 46 insertions(+), 4 deletions(-)
 create mode 100644 ui-vue3/.husky/pre-commit
 create mode 100644 ui-vue3/.lintstagedrc.json