You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by jo...@apache.org on 2020/05/24 12:18:59 UTC

[dubbo-go] branch develop updated (d2eee54 -> 9432c7a)

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

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


    from d2eee54  Merge pull request #519 from flycash/remove-url-lock
     new 6f326a5  Add comments for common directory
     new 8822f2c  fmt the codes
     new 2ffbe96  Mod: modify the comments in the directory of common
     new 6489acf  Mod: modify inappropriate comments after review
     new 51ec3df  Mod: modify inappropriate comments after review & merge develop branch
     new 9659d25  Mod: modify inappropriate comments after review & merge develop branch
     new d0a770f  Merge branch 'featue/addCommentForCommon' of https://github.com/watermelo/dubbo-go into featue/addCommentForCommon
     new 9432c7a  Merge pull request #530 from watermelo/featue/addCommentForCommon

The 2087 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:
 common/config/environment.go                | 21 ++++----
 common/extension/auth.go                    |  8 +--
 common/extension/cluster.go                 |  5 +-
 common/extension/config_center.go           |  4 +-
 common/extension/config_center_factory.go   |  4 +-
 common/extension/config_reader.go           |  8 +--
 common/extension/configurator.go            | 12 ++---
 common/extension/filter.go                  |  9 ++--
 common/extension/graceful_shutdown.go       |  2 +-
 common/extension/health_checker.go          |  4 +-
 common/extension/loadbalance.go             |  5 +-
 common/extension/metadata_report_factory.go |  4 +-
 common/extension/metrics.go                 |  4 +-
 common/extension/protocol.go                |  4 +-
 common/extension/proxy_factory.go           |  4 +-
 common/extension/registry.go                |  4 +-
 common/extension/registry_directory.go      |  4 +-
 common/extension/rest_client.go             |  2 +
 common/extension/rest_server.go             |  2 +
 common/extension/router_factory.go          |  8 +--
 common/extension/service_discovery.go       |  2 +-
 common/extension/tps_limit.go               |  8 +--
 common/logger/logger.go                     | 18 +++----
 common/logger/logging.go                    | 16 +++---
 common/node.go                              |  2 +-
 common/proxy/proxy.go                       |  6 +--
 common/proxy/proxy_factory.go               |  2 +-
 common/proxy/proxy_factory/default.go       | 14 +++---
 common/rpc_service.go                       | 32 ++++++------
 common/url.go                               | 78 +++++++++++++++--------------
 common/yaml/yaml.go                         |  2 +-
 31 files changed, 154 insertions(+), 144 deletions(-)