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 540e89ff Merge pull request #244 from
jianyi-gronk/feature/ui/traffic_control
add 9be10c98 feat(#238): Issue about incorporating custom components
within a tab layout.
add 36648d65 Merge branches 'feature/ui/framework/vue3' and 'master' of
https://github.com/Helltab/dubbo-kubernetes into feature/ui/framework/vue3
add 2a075c13 feat(#241/#240 ): 1. Feature about application events page
2.Issue about the table should be able to filter custom fields.
add cfc7d2ed feat(#242): Feature about application config page
add f8f973e4 fix(format)
add 9adb5643 feat(promsql)
add b3eb9314 Merge branch 'master' of
https://github.com/Helltab/dubbo-kubernetes into feature/ui/framework/vue3
new 94790240 Merge pull request #243 from Helltab/feature/ui/framework/vue3
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:
ui-vue3/src/api/mock/mockApp.ts | 21 ++-
ui-vue3/src/api/service/app.ts | 7 +
.../src/api/service/metricInfo.ts | 21 +--
ui-vue3/src/base/constants.ts | 20 ++-
ui-vue3/src/components/ConfigPage.vue | 9 +-
ui-vue3/src/components/SearchTable.vue | 95 ++++++-----
ui-vue3/src/layout/index.vue | 4 +-
ui-vue3/src/layout/tab/layout_tab.vue | 2 +-
ui-vue3/src/router/RouterMeta.ts | 2 +
ui-vue3/src/router/defaultRoutes.ts | 6 +-
ui-vue3/src/utils/SearchUtil.ts | 7 +-
ui-vue3/src/views/home/index.vue | 75 +++++----
ui-vue3/src/views/resources/applications/index.vue | 2 +-
.../slots/AppTabHeaderSlot.vue} | 37 ++---
.../views/resources/applications/tabs/config.vue | 173 ++++++++++++++++++++-
.../views/resources/applications/tabs/event.vue | 138 +++++++++++++++-
.../views/resources/applications/tabs/instance.vue | 16 +-
.../views/resources/applications/tabs/service.vue | 7 +-
18 files changed, 505 insertions(+), 137 deletions(-)
copy app/dubboctl/internal/dubbo/dubbo_test.go =>
ui-vue3/src/api/service/metricInfo.ts (78%)
copy ui-vue3/src/views/resources/{services/index.vue =>
applications/slots/AppTabHeaderSlot.vue} (64%)