This is an automated email from the ASF dual-hosted git repository.
min pushed a change to branch service-test
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git.
from 0b23302 remove feature label
new 6b64bb3 fix tag route detail
new 3996d1a fix tag route path
new 480aada remove feature label
new f07c9c5 Add integration tests (#253)
new dfa00dc unit test for ConfigCenter (#257)
new 02a2778 Change log4j to logback (#255) (#258)
new 5a3e8a5 fix issues#250 (#254)
new 5693b50 Merge branch 'develop' into service-test
The 347 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:
dubbo-admin-backend/pom.xml | 1 -
.../apache/dubbo/admin/config/ConfigCenter.java | 2 +-
.../dubbo/admin/service/impl/RouteServiceImpl.java | 4 +-
...og4j.properties => application-test.properties} | 24 +---
.../src/main/resources/logback-spring.xml | 45 +++++++
.../dubbo/admin/AbstractSpringIntegrationTest.java | 63 ++++++++++
.../dubbo/admin/config/ConfigCenterTest.java | 140 +++++++++++++++++++++
.../admin/controller/ServiceControllerTest.java | 140 +++++++++++++++++++++
.../src/components/ServiceDetail.vue | 11 ++
.../src/components/ServiceSearch.vue | 3 +
.../src/components/governance/AccessControl.vue | 3 +
.../src/components/governance/LoadBalance.vue | 3 +
.../src/components/governance/Overrides.vue | 3 +
.../src/components/governance/RoutingRule.vue | 3 +
.../src/components/governance/TagRule.vue | 5 +
.../src/components/governance/WeightAdjust.vue | 3 +
pom.xml | 2 +-
17 files changed, 430 insertions(+), 25 deletions(-)
rename dubbo-admin-backend/src/main/resources/{log4j.properties =>
application-test.properties} (50%)
create mode 100644 dubbo-admin-backend/src/main/resources/logback-spring.xml
create mode 100644
dubbo-admin-backend/src/test/java/org/apache/dubbo/admin/AbstractSpringIntegrationTest.java
create mode 100644
dubbo-admin-backend/src/test/java/org/apache/dubbo/admin/config/ConfigCenterTest.java
create mode 100644
dubbo-admin-backend/src/test/java/org/apache/dubbo/admin/controller/ServiceControllerTest.java