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 2020/02/08 11:14:52 UTC

[dubbo-go] branch develop updated (ce82969 -> 95e33cd)

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 ce82969  Merge pull request #348 from hxmhlt/refactor_reg
     new 51b1e7f  Refactor: remove context from URL.
     new 95e33cd  Merge pull request #350 from flycash/remove-context

The 1387 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:
 .../cluster_impl/available_cluster_invoker_test.go |  2 +-
 cluster/cluster_impl/base_cluster_invoker_test.go  |  5 +-
 .../cluster_impl/broadcast_cluster_invoker_test.go |  2 +-
 cluster/cluster_impl/failback_cluster_test.go      |  2 +-
 cluster/cluster_impl/failfast_cluster_test.go      |  2 +-
 cluster/cluster_impl/failover_cluster_test.go      |  8 +--
 cluster/cluster_impl/failsafe_cluster_test.go      |  2 +-
 cluster/cluster_impl/forking_cluster_test.go       |  2 +-
 .../cluster_impl/registry_aware_cluster_test.go    |  4 +-
 cluster/directory/static_directory_test.go         |  5 +-
 cluster/loadbalance/consistent_hash_test.go        | 13 ++--
 cluster/loadbalance/least_active_test.go           |  7 +-
 cluster/loadbalance/random_test.go                 | 15 ++--
 cluster/loadbalance/round_robin_test.go            |  7 +-
 cluster/router/condition_router_test.go            | 82 +++++++++++-----------
 common/url.go                                      | 16 ++---
 common/url_test.go                                 | 29 ++++----
 config/base_config.go                              |  8 ++-
 config/base_config_test.go                         |  3 +-
 config/consumer_config.go                          |  3 +-
 config/provider_config.go                          |  3 +-
 config/reference_config.go                         |  2 +-
 config/registry_config.go                          |  5 +-
 config_center/apollo/impl_test.go                  |  7 +-
 config_center/configurator/override_test.go        | 17 +++--
 config_center/parser/configuration_parser.go       |  7 +-
 config_center/zookeeper/impl_test.go               |  3 +-
 filter/filter_impl/access_log_filter_test.go       | 20 +++---
 filter/filter_impl/active_filter_test.go           |  4 +-
 filter/filter_impl/generic_service_filter_test.go  |  2 +-
 filter/filter_impl/tracing_filter_test.go          | 10 +--
 protocol/dubbo/client_test.go                      |  8 +--
 protocol/dubbo/dubbo_protocol_test.go              | 19 +++--
 protocol/grpc/client_test.go                       |  3 +-
 protocol/grpc/grpc_invoker_test.go                 |  2 +-
 protocol/grpc/grpc_protocol_test.go                |  5 +-
 protocol/jsonrpc/http_test.go                      |  8 +--
 protocol/jsonrpc/jsonrpc_invoker_test.go           |  8 +--
 protocol/jsonrpc/jsonrpc_protocol_test.go          | 17 +++--
 protocol/rpc_status_test.go                        | 13 ++--
 registry/consul/utils.go                           |  3 +-
 registry/directory/directory_test.go               | 16 ++---
 registry/etcdv3/listener.go                        |  3 +-
 registry/etcdv3/listener_test.go                   |  6 +-
 registry/etcdv3/registry_test.go                   | 13 ++--
 registry/nacos/registry_test.go                    | 19 +++--
 registry/protocol/protocol_test.go                 | 24 +++----
 registry/zookeeper/listener.go                     |  3 +-
 registry/zookeeper/listener_test.go                |  3 +-
 registry/zookeeper/registry_test.go                | 17 +++--
 remoting/zookeeper/facade_test.go                  |  3 +-
 51 files changed, 223 insertions(+), 267 deletions(-)