This is an automated email from the ASF dual-hosted git repository.
robocanic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
from f5efec6b [charts] Improve register plane configuration (#666)
add 59ee49be feat: support query service consumers & fix admin query bug
add b94b77ba adapt to dubbo-go v3.3 metadata report
add 4472603c add nil check
add cd226f9f supplement missing fields for admin
add 6e1f2f4a upgrade the dubbo-go dependency to version 3.3.0
add d90f5d39 refactor
add a3859feb fix application detail
add ee697e42 remove comment
add 7f8e6322 remove comment
add ef04fa1a Merge remote-tracking branch 'origin/master'
add be9c68d7 fix
add b58370f4 Merge pull request #652 from Allen442/master
No new revisions were added by this update.
Summary of changes:
go.mod | 8 +-
go.sum | 12 +--
pkg/admin/constants/constants.go | 19 ++--
pkg/admin/model/application.go | 19 ++--
pkg/admin/model/service.go | 7 +-
pkg/admin/service/application.go | 65 +++++++-----
pkg/admin/service/instance.go | 11 +-
pkg/admin/service/service.go | 15 ++-
pkg/core/bootstrap/bootstrap.go | 8 +-
pkg/core/bootstrap/plugins.go | 2 -
pkg/core/registry/application_context.go | 11 +-
pkg/core/registry/interface_context.go | 9 +-
.../registry/interface_service_changed_listener.go | 61 ++---------
pkg/core/registry/registry.go | 46 ++++++---
.../service_instances_changed_listener_impl.go | 114 ++++-----------------
pkg/plugins/resources/traditional/store.go | 37 ++-----
pkg/plugins/runtime/universal/plugin.go | 1 -
17 files changed, 177 insertions(+), 268 deletions(-)