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

github-bot pushed a change to branch 
dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


 discard 927f4259f chore(deps): bump github.com/tidwall/gjson from 1.6.7 to 
1.9.3 in /api
     add f64372fd5 feat: add etcd store auto re-initialize (#2650)
     add e7404ef8f chore(deps): bump github.com/tidwall/gjson from 1.6.7 to 
1.9.3 in /api

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   (927f4259f)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3 (e7404ef8f)

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/backend-cli-test.yml |  15 +-
 .github/workflows/backend-e2e-test.yml |   2 +-
 .github/workflows/release-test.yml     |   2 +-
 api/cmd/root.go                        |  64 ++++++++
 api/go.mod                             |  23 +--
 api/go.sum                             | 285 ++++++++++-----------------------
 api/internal/core/server/store.go      |   4 +-
 api/internal/core/storage/etcd.go      |  54 +++----
 api/internal/core/store/store.go       | 121 +++++++++-----
 api/internal/utils/closer.go           |   4 +-
 api/test/docker/Dockerfile             |   2 +-
 api/test/shell/cli_test.sh             | 117 +++++++++++++-
 12 files changed, 370 insertions(+), 323 deletions(-)

Reply via email to