You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2021/01/05 04:57:01 UTC

[dubbo-go] branch dependabot/go_modules/develop/github.com/dubbogo/gost-1.10.2 updated (e24f113 -> 72e4680)

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

github-bot pushed a change to branch dependabot/go_modules/develop/github.com/dubbogo/gost-1.10.2
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


 discard e24f113  build(deps): bump github.com/dubbogo/gost from 1.9.5 to 1.10.2
     add 7906db6  upgrade sentinel-golang version
     add ba7eab7  fix: fix merge conflict
     add 668e085  fix errors by linter
     add e308e19  Merge pull request #974 from apache/imp/linter1
     add 9ae3c90  Merge remote-tracking branch 'upstream/develop' into develop
     add 4a0c97f  ftr: add grpc ctx transfer support
     add 35d31fe  fix: fix go fmt
     add 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 8884462  fix lint errors
     add 1253721  fix common linter error
     add 407d234  fix config linter error
     add 36129b9  fix filter linter error
     add 69026e8  fix protocol linter error
     add 971c854  fix registry error
     add 2acf10a  fix remoting linter error
     add ca71862  delete unused var
     add 9e40791  fix ctx linter error
     add f11f1f9  fix duplicate error
     add 93453e4  feat: move task pool to endpoint layer
     add c46d479  feat: update getty to 1.4.1
     add 006e4a5  fix: resolving code conflicts
     add ba96f44  fix: upgrade sentianel version to 0.6.2
     add 1cc462b  update version getty/1.4.1 and gost/1.10.1
     add d6bf494  fix for ut error
     add 1c1c7d3  fix: resolve conflict
     add 8d0ccff  fix: ut error
     add ded3c49  Merge pull request #879 from watermelo/opt_taskpool
     add 72e4680  build(deps): bump github.com/dubbogo/gost from 1.9.5 to 1.10.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e24f113)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/develop/github.com/dubbogo/gost-1.10.2 (72e4680)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-actions.yml               |   6 +
 .golangci.yml                                      |  63 ++++++++++
 cluster/cluster_impl/failback_cluster_invoker.go   |  10 +-
 cluster/loadbalance/random_test.go                 |   3 +
 cluster/router/chain/chain.go                      |   3 +
 cluster/router/chain/chain_test.go                 |  39 ++++--
 cluster/router/condition/app_router_test.go        |  21 +++-
 cluster/router/condition/file_test.go              |   9 ++
 cluster/router/condition/listenable_router.go      |   4 +-
 cluster/router/condition/router.go                 |  11 +-
 cluster/router/condition/router_test.go            |   2 +
 .../healthcheck/default_health_check_test.go       |   3 +
 cluster/router/tag/file.go                         |   2 +-
 cluster/router/tag/router_rule.go                  |  18 +--
 cluster/router/tag/tag_router.go                   |   4 +-
 cluster/router/tag/tag_router_test.go              |   8 +-
 common/config/environment.go                       |   4 +-
 common/constant/key.go                             |  16 +--
 common/logger/logger.go                            |   5 +-
 common/proxy/proxy.go                              |   6 +-
 common/proxy/proxy_test.go                         |   8 +-
 common/rpc_service.go                              |  10 +-
 common/rpc_service_test.go                         |  13 +-
 common/url.go                                      |  63 ++++++----
 common/url_test.go                                 |  49 ++++++--
 common/yaml/yaml_test.go                           |   2 +-
 config/base_config.go                              |   2 +-
 config/base_config_test.go                         |   5 +-
 config/config_center_config.go                     |   6 +-
 config/config_loader.go                            |   4 +-
 config/config_loader_test.go                       |  25 ++--
 config/registry_config_test.go                     |   5 +-
 config/service_config.go                           |   5 +-
 config/service_config_test.go                      |   3 +-
 config_center/apollo/impl.go                       |   5 +-
 config_center/apollo/impl_test.go                  |  10 +-
 config_center/apollo/listener.go                   |   2 +-
 config_center/file/impl.go                         |   2 +-
 config_center/file/impl_test.go                    |   4 +
 config_center/nacos/client.go                      |   6 +-
 config_center/nacos/impl_test.go                   |   7 +-
 config_center/nacos/listener.go                    |   9 +-
 config_center/zookeeper/impl.go                    |   2 +-
 config_center/zookeeper/impl_test.go               |  23 +++-
 filter/access_key.go                               |   2 +-
 filter/filter_impl/access_log_filter_test.go       |   2 +-
 filter/filter_impl/active_filter_test.go           |   4 +-
 filter/filter_impl/auth/default_authenticator.go   |   2 +-
 .../filter_impl/auth/default_authenticator_test.go |   9 +-
 filter/filter_impl/auth/sign_util.go               |  10 +-
 filter/filter_impl/execute_limit_filter.go         |   2 +-
 filter/filter_impl/execute_limit_filter_test.go    |   6 +-
 filter/filter_impl/generic_service_filter_test.go  |   4 +-
 .../filter_impl/graceful_shutdown_filter_test.go   |   9 +-
 filter/filter_impl/seata_filter.go                 |   9 +-
 filter/filter_impl/seata_filter_test.go            |   2 +-
 filter/filter_impl/sentinel_filter.go              |   4 +-
 filter/filter_impl/sentinel_filter_test.go         |   4 +-
 filter/filter_impl/token_filter_test.go            |   8 +-
 .../tps/tps_limit_sliding_window_strategy.go       |   2 +-
 .../tps/tps_limiter_method_service_test.go         |   8 +-
 filter/filter_impl/tps_limit_filter_test.go        |   6 +-
 filter/filter_impl/tracing_filter_test.go          |   2 +-
 go.mod                                             |   2 +-
 go.sum                                             |   8 +-
 .../mapping/dynamic/service_name_mapping_test.go   |   1 +
 metadata/report/consul/report_test.go              |   4 +-
 metadata/report/delegate/delegate_report.go        |  19 ++-
 metadata/report/delegate/delegate_report_test.go   |  22 ++--
 metadata/report/etcd/report_test.go                |   5 +-
 metadata/report/zookeeper/report_test.go           |   5 +-
 metadata/service/inmemory/service_proxy.go         |  10 +-
 metadata/service/inmemory/service_proxy_test.go    |  40 +++++--
 metadata/service/inmemory/service_test.go          |  41 +++++--
 metadata/service/remote/service.go                 |   6 +-
 metadata/service/remote/service_proxy.go           |   2 +-
 metadata/service/remote/service_proxy_test.go      |  34 ++++--
 metadata/service/remote/service_test.go            |   2 +-
 protocol/dubbo/dubbo_codec.go                      |  10 +-
 protocol/dubbo/dubbo_invoker_test.go               |   2 +-
 protocol/dubbo/dubbo_protocol.go                   |   4 +-
 protocol/dubbo/hessian2/const.go                   |   9 --
 protocol/dubbo/hessian2/hessian_dubbo.go           |   8 +-
 protocol/dubbo/hessian2/hessian_dubbo_test.go      |   2 +
 protocol/dubbo/hessian2/hessian_request.go         |  30 +++--
 protocol/dubbo/hessian2/hessian_response.go        |  24 ++--
 protocol/dubbo/impl/codec.go                       |   2 +-
 protocol/dubbo/impl/const.go                       |   9 --
 protocol/dubbo/impl/hessian.go                     |  37 +++---
 protocol/dubbo/opentracing.go                      |   8 --
 protocol/grpc/grpc_invoker.go                      |   2 +-
 protocol/grpc/protoc-gen-dubbo/main.go             |   2 +-
 .../grpc/protoc-gen-dubbo/plugin/dubbo/dubbo.go    |  16 +--
 protocol/jsonrpc/http.go                           |  24 ++--
 protocol/jsonrpc/http_test.go                      |   2 +-
 protocol/jsonrpc/json.go                           |   2 -
 protocol/jsonrpc/server.go                         |   8 +-
 protocol/protocolwrapper/mock_protocol_filter.go   |   1 -
 protocol/rest/server/rest_server.go                |   2 +
 registry/base_configuration_listener.go            |  12 +-
 registry/base_registry.go                          |   7 +-
 registry/consul/registry.go                        |   2 +-
 registry/consul/service_discovery.go               |  17 +--
 registry/consul/service_discovery_test.go          |   8 +-
 registry/consul/utils_test.go                      |  27 ++++-
 registry/directory/directory.go                    |  18 ++-
 registry/etcdv3/service_discovery.go               |  17 +--
 .../event_publishing_service_deiscovery_test.go    |   2 +-
 .../event/event_publishing_service_discovery.go    |   2 +-
 registry/file/service_discovery.go                 |  12 +-
 registry/file/service_discovery_test.go            |  12 +-
 registry/kubernetes/listener_test.go               | 132 ---------------------
 registry/kubernetes/registry.go                    |  13 +-
 registry/kubernetes/registry_test.go               |   2 +-
 registry/mock_registry.go                          |   5 +-
 registry/nacos/listener.go                         |   4 +-
 registry/nacos/registry_test.go                    |   4 +-
 registry/nacos/service_discovery.go                |   8 +-
 registry/nacos/service_discovery_test.go           |   3 +-
 registry/protocol/protocol.go                      |   6 +-
 registry/service_discovery.go                      |   2 +-
 registry/service_instance.go                       |   2 +-
 .../servicediscovery/service_discovery_registry.go |   2 +-
 .../service_discovery_registry_test.go             |   7 +-
 .../rest/rest_subscribed_urls_synthesizer.go       |   7 +-
 registry/zookeeper/registry.go                     |  17 +--
 registry/zookeeper/registry_test.go                |  77 +++++++-----
 registry/zookeeper/service_discovery.go            |  14 +--
 registry/zookeeper/service_discovery_test.go       |  21 ++--
 remoting/etcdv3/client.go                          |   4 +-
 remoting/etcdv3/client_test.go                     |   9 +-
 remoting/getty/dubbo_codec_for_test.go             |  10 +-
 remoting/getty/getty_client.go                     |  11 +-
 remoting/getty/getty_client_test.go                |  10 +-
 remoting/getty/getty_server.go                     |  38 ++----
 remoting/getty/listener.go                         |  16 +--
 remoting/getty/listener_test.go                    |   8 +-
 remoting/getty/opentracing.go                      |   8 --
 remoting/getty/pool.go                             |  85 +++++++------
 remoting/kubernetes/client.go                      |   8 +-
 remoting/kubernetes/client_test.go                 |   9 +-
 remoting/kubernetes/facade_test.go                 |   7 +-
 remoting/kubernetes/registry_controller.go         |   2 +-
 remoting/kubernetes/watch.go                       |  26 ++--
 remoting/kubernetes/watch_test.go                  |   9 +-
 remoting/nacos/builder_test.go                     |   2 +
 remoting/zookeeper/client.go                       |  18 +--
 remoting/zookeeper/client_test.go                  |  25 +++-
 remoting/zookeeper/facade_test.go                  |   6 +-
 remoting/zookeeper/listener.go                     |  20 ++--
 remoting/zookeeper/listener_test.go                |   6 +-
 151 files changed, 987 insertions(+), 819 deletions(-)
 create mode 100644 .golangci.yml