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 2021/01/02 02:31:13 UTC

[dubbo-go] branch develop updated (425c03f -> e7b35cb)

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

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


    from 425c03f  Merge pull request #975 from LaurenceLiZhixin/Ftr/grpc-ctx-meta
     add bdd3546  add liner for github action script
     add 2e1e474  delete unused variable
     add e7b35cb  add error check

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-actions.yml               |   8 +-
 cluster/cluster_impl/failback_cluster_invoker.go   |   7 +-
 cluster/router/condition/file_test.go              |   3 +
 cluster/router/tag/tag_router_test.go              |   6 +-
 common/logger/logger.go                            |   5 +-
 common/proxy/proxy_test.go                         |   6 +-
 common/url.go                                      |  35 +++---
 config/config_loader_test.go                       |  18 ++-
 config/service_config_test.go                      |   3 +-
 config_center/nacos/client.go                      |   4 -
 config_center/nacos/impl_test.go                   |   3 +-
 filter/filter_impl/auth/sign_util.go               |   8 +-
 metadata/report/zookeeper/report_test.go           |   5 +-
 metadata/service/inmemory/service_proxy_test.go    |  21 ++--
 protocol/dubbo/hessian2/const.go                   |   9 --
 protocol/dubbo/hessian2/hessian_request.go         |  20 +++-
 protocol/dubbo/impl/const.go                       |   9 --
 protocol/dubbo/opentracing.go                      |   8 --
 .../grpc/protoc-gen-dubbo/plugin/dubbo/dubbo.go    |   8 --
 protocol/jsonrpc/http.go                           |   8 +-
 protocol/jsonrpc/json.go                           |   2 -
 protocol/jsonrpc/server.go                         |   8 +-
 registry/base_configuration_listener.go            |  12 +-
 registry/directory/directory.go                    |   4 +-
 registry/kubernetes/listener_test.go               | 132 ---------------------
 registry/zookeeper/registry_test.go                |  12 +-
 registry/zookeeper/service_discovery_test.go       |  10 +-
 remoting/getty/getty_client.go                     |   2 -
 remoting/getty/getty_client_test.go                |   7 +-
 remoting/getty/opentracing.go                      |   8 --
 remoting/getty/pool.go                             |  20 +++-
 remoting/zookeeper/client_test.go                  |  25 +++-
 32 files changed, 183 insertions(+), 253 deletions(-)