You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ra...@apache.org on 2021/09/01 02:16:15 UTC

[dubbo-admin] branch develop-for-dubbo-3.x updated (8f37d30 -> f2a1efc)

This is an automated email from the ASF dual-hosted git repository.

ranke pushed a change to branch develop-for-dubbo-3.x
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git.


    from 8f37d30  [ISSUE #760]Application discover support (#807)
     add 14c368b  fix get url from config center (#796)
     add 1bcac95  Ready to release 0.3.0 (#797)
     add 682a7df  set branch protection
     add 023be33  rat exclude ".asf.yaml"
     add cd9b141  add master-0.2.0 to branch protection
     add 8656bd2  Exclude the".flattened-pom.xml" file into the source package (#799)
     add fc377e8  Update copyright year (#801)
     add 42ca5e7  fix NPE in ServiceTestUtil.java (#804)
     add 2875904  polish dockerfile for 0.3.0 (#805)
     add f2a1efc  Merge branch 'develop' into develop-for-dubbo-3.x

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  6 +++
 NOTICE                                             |  2 +-
 README.md                                          |  2 +-
 README_ZH.md                                       |  2 +-
 docker/{latest => 0.3.0}/Dockerfile                |  9 ++--
 .../0.3.0/Dockerfile.test                          | 15 +++---
 .../0.3.0/docker-compose.test.yml                  | 25 +++++++---
 .../0.3.0/test.sh                                  | 30 ++++++++----
 docker/{latest => }/entrypoint.sh                  |  1 -
 docker/latest/Dockerfile                           |  4 +-
 docker/stack.yml                                   |  4 +-
 dubbo-admin-distribution/src/NOTICE                |  4 +-
 .../src/assembly/source-release.xml                |  1 +
 .../src/bin/config/application.properties          | 56 +++++++++++++---------
 dubbo-admin-server/pom.xml                         | 10 ++++
 .../dubbo/admin/common/util/ServiceTestUtil.java   |  2 +-
 .../apache/dubbo/admin/config/ConfigCenter.java    | 14 ++++--
 dubbo-admin-test/pom.xml                           |  1 -
 dubbo-admin-ui/dubbo-admin-info.json               |  3 ++
 dubbo-admin-ui/pom.xml                             | 18 +++++++
 dubbo-admin-ui/public/dubbo-admin-info.json        |  3 ++
 .../src/components/governance/AccessControl.vue    |  2 +-
 dubbo-admin-ui/src/components/public/Drawer.vue    | 10 +++-
 dubbo-admin-ui/src/components/public/Footers.vue   |  2 +-
 pom.xml                                            | 54 +++++----------------
 25 files changed, 168 insertions(+), 112 deletions(-)
 create mode 100644 .asf.yaml
 copy docker/{latest => 0.3.0}/Dockerfile (75%)
 copy dubbo-admin-server/src/main/resources/application-test.properties => docker/0.3.0/Dockerfile.test (79%)
 copy dubbo-admin-server/src/main/resources/application-test.properties => docker/0.3.0/docker-compose.test.yml (67%)
 copy dubbo-admin-server/src/main/resources/application-test.properties => docker/0.3.0/test.sh (67%)
 mode change 100644 => 100755
 rename docker/{latest => }/entrypoint.sh (98%)
 create mode 100644 dubbo-admin-ui/dubbo-admin-info.json
 create mode 100644 dubbo-admin-ui/public/dubbo-admin-info.json