You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/07/01 08:42:27 UTC

[dubbo-go] branch master updated (3f03efe -> b1720e7)

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

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


    from 3f03efe  Merge pull request #114 from hxmhlt/master
     new 06bdc30  Add:registries config option in referenceConfig & serviceConfig
     new f23f541  Add:registries config option in referenceConfig & serviceConfig
     new d2165a9  Mod:change registries in reference & service to registry
     new 75436f9  Mod:change registries in reference & service to registry
     new e788a2d  Mod:add how to use registry config in example
     new 113b4ae  Add: add a comment in registry_config
     new b1720e7  Merge pull request #113 from hxmhlt/config_center

The 433 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/config_loader_test.go                       | 27 +++++++++++++
 config/reference_config.go                         | 34 ++++++++--------
 config/reference_config_test.go                    |  1 +
 config/registry_config.go                          | 45 ++++++++++++++++------
 config/service_config.go                           | 24 ++++++------
 config/service_config_test.go                      |  2 +-
 config/testdata/consumer_config.yml                |  7 ++--
 .../testdata/consumer_config_with_configcenter.yml |  1 +
 config/testdata/provider_config.yml                |  5 ++-
 examples/dubbo/go-client/profiles/dev/client.yml   |  2 +
 .../dubbo/go-client/profiles/release/client.yml    |  2 +
 examples/dubbo/go-client/profiles/test/client.yml  |  2 +
 examples/dubbo/go-server/profiles/dev/server.yml   |  2 +
 .../dubbo/go-server/profiles/release/server.yml    |  2 +
 examples/dubbo/go-server/profiles/test/server.yml  |  2 +
 examples/jsonrpc/go-client/profiles/dev/client.yml |  2 +
 .../jsonrpc/go-client/profiles/release/client.yml  |  2 +
 .../jsonrpc/go-client/profiles/test/client.yml     |  2 +
 examples/jsonrpc/go-server/profiles/dev/server.yml |  4 +-
 .../jsonrpc/go-server/profiles/release/server.yml  |  5 ++-
 .../jsonrpc/go-server/profiles/test/server.yml     |  4 +-
 21 files changed, 124 insertions(+), 53 deletions(-)