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

[dubbo-go] branch feature/dubbo-2.7.5 updated (adae0d7 -> e3a4992)

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

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


    from adae0d7  Add publish config method into DynamicConfiguration
     new 0f17847  service name mapping support
     new 21512be  Fix Review
     new 1167e74  Fix review
     new 1aaeb4c  Fix Review
     new 54d0509  Fix Review
     new e3a4992  Merge pull request #453 from flycash/service-name

The 1843 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:
 common/constant/key.go                             |  3 +
 config_center/apollo/impl.go                       |  6 ++
 config_center/dynamic_configuration.go             | 19 +++--
 config_center/mock_dynamic_config.go               |  7 ++
 config_center/nacos/impl.go                        |  8 +++
 config_center/zookeeper/impl.go                    | 23 +++++-
 config_center/zookeeper/impl_test.go               | 11 ++-
 .../namemapping/dynamic/service_name_mapping.go    | 82 ++++++++++++++++++++++
 .../dynamic/service_name_mapping_test.go           | 44 ++++++++----
 .../namemapping/memory/service_name_mapping.go     | 22 +++---
 .../{report_factory.go => service_name_mapping.go} | 14 ++--
 11 files changed, 197 insertions(+), 42 deletions(-)
 create mode 100644 metadata/namemapping/dynamic/service_name_mapping.go
 copy filter/filter_impl/auth/accesskey_storage_test.go => metadata/namemapping/dynamic/service_name_mapping_test.go (50%)
 copy config/mock_rpcservice.go => metadata/namemapping/memory/service_name_mapping.go (63%)
 copy metadata/{report_factory.go => service_name_mapping.go} (62%)