You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by jo...@apache.org on 2020/08/07 02:09:56 UTC

[dubbo-go] branch develop updated (5e377f4 -> 0a98a20)

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

joezou pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from 5e377f4  Merge pull request #665 from watermelo/featrue/tagRouter
     new 2e96585  refactor config center
     new 73e7bdd  refactor config center
     new d5a491e  add case for this feature
     new 3e9f57a  refactor config center
     new d32cbdb  fix review comment
     new e0dd74e  fix review comment
     new 8e6d2ac  fix review comment
     new 3bc2938  fix review comment
     new eb919e1  fix review comment
     new bcffde9  fix travis
     new 6300a24  fix travis
     new 0a98a20  Merge pull request #687 from zouyx/feature/optimizeRemotesConfiguration

The 2591 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:
 config/base_config.go               | 72 ---------------------------
 config/base_config_test.go          | 19 -------
 config/config_center_config.go      | 99 +++++++++++++++++++++++++++++++++++++
 config/config_center_config_test.go | 93 ++++++++++++++++++++++++++++++++++
 config/consumer_config.go           | 17 ++++---
 config/provider_config.go           |  5 +-
 config/remote_config.go             | 18 +++++++
 7 files changed, 222 insertions(+), 101 deletions(-)
 create mode 100644 config/config_center_config_test.go