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 37ccff5c Merge pull request #287 from cirth9/master
     add c15b4b8e feat: instance details api
     add 52619797 chore: remove mistyped words in conf/dubbo-cp.yaml
     add 0bcd68be update: change variable types in instance detail struct and 
api
     add 2cfb31f5 fix: service/instance.go #L59 instName being "" in universal 
mode
     add 367cc51e fix: removed port number in the "ip" field
     add e82fa817 update: instance detail merge logic and comments
     add 711c1c83 chore: remove TODO about the ip field
     add 261b60ba update(instance): support tag field in /instance/detail 
interface
     add 04e875a6 chore(instance): TODO
     add 46b0b68b Merge branch 'master' into cp
     add 45772ab0 update: updated interface according to openapi
     add a0521b06 update(constants): add constant for "Label" field keys
     add 3bfa281b update: updated interface of /instance/search to meet opanAPI 
definition
     add b7a0e328 update: support deployState, workloadName and appName fields 
in k8s mode
     add 1ea728a2 refactor: use v1alpha1 interface for appName
     add 9ba4113f chore: add comments about ExtensionApplicationNameKey
     add b7d2d750 update: filled up some fields in the two interfaces
     add dbed5b14 update: support node field in /instance/detail
     add 2f675f65 update: support probes field
     add 095f46fd chore: remove debug output
     add 534b489d fix: panic due to nil pointer in universal mode
     new c88c47da Merge pull request #286 from SHA-4096/cp

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:
 conf/dubbo-cp.yaml                                 |   4 +-
 pkg/admin/handler/instance.go                      |  28 ++-
 pkg/admin/model/instance.go                        | 235 +++++++++++++++++++--
 pkg/admin/server/router.go                         |   1 +
 pkg/admin/service/instance.go                      |  34 +++
 .../managers/apis/dataplane/dataplane_manager.go   |   4 +
 pkg/core/resources/apis/mesh/dataplane_helpers.go  |   5 +-
 pkg/plugins/runtime/k8s/controllers/probes.go      |  20 +-
 8 files changed, 306 insertions(+), 25 deletions(-)

Reply via email to