This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/go_modules/github.com/docker/docker-credential-helpers-0.9.8
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
omit c130ade8 Bump github.com/docker/docker-credential-helpers from 0.9.5
to 0.9.8
add 7d5675a1 Remove redundant design logic (#979)
add cadbebac Update dubbod gui (#980)
add 97e861c4 feat: support HTTPRoute request retries (#981)
add 16ff5344 Bump github.com/docker/docker-credential-helpers from 0.9.5
to 0.9.8
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 (c130ade8)
\
N -- N -- N
refs/heads/dependabot/go_modules/github.com/docker/docker-credential-helpers-0.9.8
(16ff5344)
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/review-gate.yml | 5 +-
NOTICE | 9 +
README.md | 5 +
architecture/gui/DESIGN.md | 193 +++
dubbod/discovery/cmd/app/grpc_outbound.go | 240 +++-
dubbod/discovery/cmd/app/grpc_outbound_test.go | 207 ++-
dubbod/discovery/pkg/bootstrap/gui.go | 604 +++++++-
dubbod/discovery/pkg/networking/grpcgen/rds.go | 43 +
.../discovery/pkg/networking/grpcgen/rds_test.go | 50 +
dubbod/gui/DESIGN.md | 134 --
dubbod/gui/resources/data/app.js | 1478 +++++++++++---------
dubbod/gui/resources/data/charts.js | 329 ++---
dubbod/gui/resources/data/i18n.js | 480 +++++++
dubbod/gui/resources/data/index.html | 19 +-
dubbod/gui/resources/data/mock.js | 207 ---
dubbod/gui/resources/data/runtime.js | 26 +
dubbod/gui/resources/data/styles.css | 593 ++++----
dubbod/gui/resources/data/topology.js | 364 -----
dubbod/gui/resources/data/vendor.js | 29 +
go.mod | 6 +-
go.sum | 12 +-
.../charts/addons/grafana/files/manifests.yaml | 301 ----
.../charts/addons/prometheus/files/manifests.yaml | 63 -
manifests/charts/dubbod/templates/clusterrole.yaml | 5 +
pkg/version/version.go | 5 +
samples/addons/grafana.yaml | 301 ----
samples/addons/prometheus.yaml | 63 -
samples/app/httproute.yaml | 13 +-
tests/e2e/run.sh | 5 +-
tools/gui/vendor.sh | 80 ++
30 files changed, 3134 insertions(+), 2735 deletions(-)
create mode 100644 architecture/gui/DESIGN.md
delete mode 100644 dubbod/gui/DESIGN.md
create mode 100644 dubbod/gui/resources/data/i18n.js
delete mode 100644 dubbod/gui/resources/data/mock.js
create mode 100644 dubbod/gui/resources/data/runtime.js
delete mode 100644 dubbod/gui/resources/data/topology.js
create mode 100644 dubbod/gui/resources/data/vendor.js
create mode 100644 tools/gui/vendor.sh