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 7c43062e Merge pull request #160 from jianyi-gronk/fix/ui/fixRefreshBug
     add 0f832e07 feat(framework): 1. #161 Feature about Global i18n config 2. 
#153 Fixed:The tab's routes are not dynamic. 3. #163 Feature about list page of 
application 4. #164 Feature about common component of "SearchTable"
     add 62bff9c2 Merge branch 'master' of 
https://github.com/Helltab/dubbo-kubernetes into feature/ui/framework/vue3
     new 50094c46 Merge pull request #165 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/package.json                               |  1 +
 ui-vue3/src/App.vue                                |  8 +-
 .../dubbo_test.go => ui-vue3/src/api/mock/index.ts | 19 ++---
 .../api/mock/{mockGlobalSearch.ts => mockApp.ts}   | 26 +++++--
 ui-vue3/src/api/service/{serverInfo.ts => app.ts}  |  4 +-
 ui-vue3/src/base/enums/ProvideInject.ts            |  1 +
 ui-vue3/src/base/i18n/en.ts                        | 10 ++-
 ui-vue3/src/base/i18n/index.ts                     |  7 +-
 ui-vue3/src/base/i18n/zh.ts                        |  9 ++-
 ui-vue3/src/components/SearchTable.vue             | 85 ++++++++++++++++++++++
 ui-vue3/src/layout/breadcrumb/layout_bread.vue     |  2 +-
 ui-vue3/src/layout/index.vue                       | 13 +++-
 ui-vue3/src/main.ts                                |  7 +-
 ui-vue3/src/router/defaultRoutes.ts                | 13 ++--
 api/ca/ca.proto => ui-vue3/src/utils/SearchUtil.ts | 58 ++++++++-------
 ui-vue3/src/views/common/tab_demo/index.vue        |  8 +-
 ui-vue3/src/views/resources/applications/index.vue | 84 +++++++++++++++++++--
 ui-vue3/yarn.lock                                  |  5 ++
 18 files changed, 278 insertions(+), 82 deletions(-)
 copy app/dubboctl/internal/dubbo/dubbo_test.go => 
ui-vue3/src/api/mock/index.ts (79%)
 copy ui-vue3/src/api/mock/{mockGlobalSearch.ts => mockApp.ts} (59%)
 copy ui-vue3/src/api/service/{serverInfo.ts => app.ts} (90%)
 create mode 100644 ui-vue3/src/components/SearchTable.vue
 copy api/ca/ca.proto => ui-vue3/src/utils/SearchUtil.ts (51%)

Reply via email to