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/07/21 05:32:58 UTC

[dubbo-go] branch develop updated (dc49015 -> 038c0aa)

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 dc49015  Merge pull request #647 from dk-lockdown/develop
     new 667540a  Imp: add some comments
     new d3db7da  Imp: some improvements including add comments
     new 892d859  Imp: three improvements
     new 5868ed1  Imp: three improvements
     new 53f2b37  Imp: replace 'would return' to returns xxx
     new 038c0aa  Merge pull request #664 from Howie66/develop

The 2517 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:
 NOTICE                                             |  2 +-
 cluster/cluster_impl/available_cluster.go          |  1 +
 cluster/cluster_impl/broadcast_cluster.go          |  1 +
 cluster/cluster_impl/broadcast_cluster_invoker.go  |  1 +
 cluster/cluster_impl/failback_cluster.go           |  1 +
 cluster/cluster_impl/failback_cluster_invoker.go   |  1 +
 cluster/cluster_impl/failfast_cluster.go           |  1 +
 cluster/cluster_impl/failfast_cluster_invoker.go   |  1 +
 cluster/cluster_impl/failover_cluster.go           |  1 +
 cluster/cluster_impl/failover_cluster_invoker.go   |  1 +
 cluster/cluster_impl/failover_cluster_test.go      | 15 ++++++++++++
 cluster/cluster_impl/failsafe_cluster.go           |  1 +
 cluster/cluster_impl/failsafe_cluster_invoker.go   |  1 +
 cluster/cluster_impl/forking_cluster.go            |  1 +
 cluster/cluster_impl/forking_cluster_invoker.go    |  2 +-
 cluster/cluster_impl/mock_cluster.go               |  1 +
 cluster/cluster_impl/registry_aware_cluster.go     |  1 +
 .../cluster_impl/registry_aware_cluster_invoker.go |  1 +
 cluster/loadbalance/consistent_hash.go             |  5 ++--
 cluster/loadbalance/least_active.go                |  1 +
 cluster/loadbalance/round_robin.go                 |  7 +++---
 cluster/router/healthcheck/factory_test.go         |  9 +++++++
 cluster/router/tag/tag_router.go                   |  8 +++++++
 common/constant/env.go                             |  1 +
 config/base_config_test.go                         |  8 +++----
 config/config_loader_test.go                       |  4 ++--
 config/method_config.go                            |  4 ++--
 config/reference_config.go                         |  2 +-
 config/reference_config_test.go                    |  8 +++----
 config/service_config.go                           |  2 +-
 config/service_config_test.go                      |  8 +++----
 config_center/apollo/factory.go                    |  1 +
 config_center/apollo/listener.go                   |  2 +-
 config_center/mock_dynamic_config.go               |  8 +++----
 config_center/parser/configuration_parser.go       | 17 ++++++++-----
 config_center/zookeeper/listener.go                |  2 +-
 filter/filter.go                                   |  2 +-
 filter/filter_impl/access_log_filter.go            | 12 +++++-----
 filter/filter_impl/echo_filter.go                  |  2 +-
 filter/filter_impl/execute_limit_filter.go         |  2 +-
 filter/filter_impl/generic_filter.go               |  2 +-
 filter/filter_impl/generic_service_filter.go       | 12 +++++-----
 filter/filter_impl/generic_service_filter_test.go  |  4 ++--
 filter/filter_impl/hystrix_filter.go               | 16 ++++++-------
 filter/filter_impl/token_filter.go                 |  4 ++--
 .../tps/tps_limit_fix_window_strategy.go           |  2 +-
 filter/filter_impl/tps/tps_limit_strategy_mock.go  |  3 +++
 filter/filter_impl/tracing_filter_test.go          |  5 +---
 go.mod                                             |  2 --
 .../service/exporter/configurable/exporter_test.go |  4 ++--
 protocol/dubbo/codec.go                            |  6 ++---
 protocol/grpc/grpc_exporter.go                     |  2 +-
 protocol/grpc/grpc_invoker.go                      | 12 +++++-----
 protocol/jsonrpc/http.go                           |  2 +-
 protocol/jsonrpc/json.go                           |  2 +-
 .../protocolwrapper/protocol_filter_wrapper.go     | 12 +++++-----
 protocol/rest/config/rest_config.go                | 28 +++++++++++-----------
 protocol/rest/rest_exporter.go                     |  3 +++
 protocol/rest/rest_invoker.go                      |  5 ++++
 protocol/rest/rest_protocol.go                     |  9 +++++++
 .../synthesizer/subscribed_urls_synthesizer.go     |  1 +
 remoting/listener.go                               |  2 ++
 62 files changed, 181 insertions(+), 106 deletions(-)