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 2022/05/28 06:46:55 UTC

[dubbo-go] branch master updated (f6405fa79 -> 0935a8e54)

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 f6405fa79 Merge pull request #1899 from Codeprh/feture/loadBalancingAlgorithmUpdate
     add 6e465066e Fix: Interface conversion when parsing Hystrix filter config in yaml file (#1883) (#1891)
     add 812ae23c2 build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#1893)
     add 94e5d00ce build(deps): bump google.golang.org/grpc from 1.45.0 to 1.46.2 (#1894)
     add aced072a9 build(deps): bump github.com/prometheus/client_golang (#1895)
     add 3138afb18 build(deps): bump github.com/RoaringBitmap/roaring from 0.7.1 to 1.0.0 (#1896)
     add 1e872372f Enhancements: Make 'group' and 'version' flag of app level works. (#1880)
     add 0935a8e54 update icsoc logo

No new revisions were added by this update.

Summary of changes:
 .github/workflows/golangci-lint.yml                |   2 +-
 README.md                                          |   8 +-
 README_CN.md                                       |   8 +-
 common/constant/key.go                             |   6 +
 config/application_config.go                       |   5 +-
 config/config_utils.go                             |   4 +-
 config/consumer_config.go                          |  41 ++++---
 config/custom_config_test.go                       |   2 +-
 config/provider_config.go                          |  54 ++++++---
 config/reference_config.go                         |  15 ++-
 config/service.go                                  |  10 ++
 config/service_config.go                           |  25 ++++-
 config_center/nacos/impl_test.go                   |  10 +-
 filter/hystrix/filter.go                           |  10 +-
 go.mod                                             |   9 +-
 go.sum                                             |  24 ++--
 .../triple_reflection_v1alpha/reflection.pb.go     |   8 +-
 .../reflection_triple.pb.go                        |  19 +++-
 registry/xds/registry.go                           |  19 +++-
 remoting/xds/client.go                             |  63 +++++++++--
 remoting/xds/client_test.go                        |  57 ++++++++--
 .../xds/config.go                                  |  18 +--
 remoting/xds/error.go                              |   4 +-
 remoting/xds/mapping/handler.go                    |  31 +++++-
 remoting/xds/mapping/handler_test.go               |   6 +-
 remoting/xds/mapping/mocks/InterfaceMapHandler.go  |  21 ++++
 remoting/xds/mocks/client.go                       |   5 +
 test/xds/main.go                                   | 121 ---------------------
 28 files changed, 355 insertions(+), 250 deletions(-)
 copy config/generic/generic_service_test.go => remoting/xds/config.go (74%)
 delete mode 100644 test/xds/main.go