This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
from bf260caa [charts] Remove stale yaml and add readme (#473)
add e63cf4d5 add pagination support
add 810a002b format code
add b84b1065 fix interface notification bug
new 98e88885 Merge pull request #474 from chickenlj/add-pagination-support
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pkg/admin/handler/application.go | 12 +++-
pkg/admin/handler/instance.go | 4 +-
pkg/admin/handler/search.go | 28 ++++----
pkg/admin/handler/service.go | 8 ++-
pkg/admin/model/application.go | 53 ++++++++++++++-
pkg/admin/model/common.go | 10 ++-
pkg/admin/model/instance.go | 64 +++++++++++++-----
pkg/admin/model/service.go | 34 +++++++++-
pkg/admin/service/application.go | 28 ++++++--
pkg/admin/service/instance.go | 43 ++++++++-----
pkg/admin/service/service.go | 75 ++++++++++++++++++----
pkg/core/bootstrap/bootstrap.go | 6 +-
pkg/core/registry/interface_context.go | 29 +++++++--
.../registry/interface_service_changed_listener.go | 1 +
pkg/plugins/resources/traditional/store.go | 8 ++-
15 files changed, 322 insertions(+), 81 deletions(-)