You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2022/02/22 06:01:04 UTC

[dubbo-go] branch 3.0 updated (85b55bf -> ed8aa47)

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

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


    from 85b55bf  Merge pull request #1759 from jeffchanjunwei/feature/adapt-config
     new de542ab  add application ut
     new 7ca038f  add config center config ut
     new a1574b0  add tracing config ut
     new e095197  add service discovery config ut
     new b3d0af7  add service config
     new e60e2a6  Merge remote-tracking branch 'upstream/3.0' into conf-ut
     new fcd3478  add service config ut
     new efc7b34  add service ut
     new d5f8e40  add service ut
     new 7280fdf  add router config ut
     new 4f9021d  add root config ut
     new 5ae9c89  add remote config ut
     new e4136cf  fmt
     new fa180d7  add registry config ut
     new a071053  fmt
     new d7c7a93  add reference config ut
     new f2ff1c9  add provider config ut
     new 45741f9  add mock service ut
     new 3c79849  add metric config ut
     new 8fa7b6c  add metadata report config ut
     new e56ba4e  add logger config ut
     new 91f68dd  add graceful shutdown config ut
     new 8a540ba  add config utils ut
     new 8e8c996  add generic service ut
     new b82b20a  add properties ut
     new ea3bfa2  add ssl config ut
     new c60b431  Merge remote-tracking branch 'origin/3.0' into conf-ut
     new 36397dd  add uniform router config ut
     new ed8aa47  Merge pull request #1758 from zhaoyunxing92/conf-ut

The 8444 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_utils.go                             |  4 +--
 .../generic/generic_service_test.go                |  8 +++---
 config/interfaces/config.go                        | 30 ----------------------
 config/parsers/properties/properties.go            |  2 +-
 .../properties/properties_test.go}                 | 23 +++++++++--------
 config/{service_test.go => ssl_config_test.go}     | 26 ++++++++++---------
 config/uniform_router_config.go                    | 25 ------------------
 .../uniform_router_config_test.go                  | 26 +++++++++----------
 8 files changed, 47 insertions(+), 97 deletions(-)
 copy common/host_util_test.go => config/generic/generic_service_test.go (83%)
 delete mode 100644 config/interfaces/config.go
 copy config/{mock_rpcservice_test.go => parsers/properties/properties_test.go} (72%)
 copy config/{service_test.go => ssl_config_test.go} (60%)
 copy protocol/invoker_test.go => config/uniform_router_config_test.go (66%)