You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by fa...@apache.org on 2020/08/05 15:38:46 UTC

[dubbo-go] branch refact-seri updated (14564b9 -> 9a26d03)

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

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


    from 14564b9  Mrg: merge develop
     add ff4f2f7  Mod: comment ut for protobuf of dubbo
     add 57d7b5b  Merge pull request #658 from apache/develop
     add f85a42a  go mod tidy
     add b587f64  update consul version
     add 7970243  remove replace
     add 9632fd7  update consul test
     add ea57c44  code format
     add 1a16b04  code_format
     add 655d1df  code format
     add d92f931  Merge branch 'code_format' into consul
     add 74b5386  Merge branch 'develop' into 1.5
     add f5e07cd  update readme
     add ba32f15  Mod: update feature list
     add 68ed8c9  Mod: update feature list
     add 776f40c  Merge branch 'master' into consul
     add 35fb946  Merge branch 'develop' into consul
     add d795e2a  decrease stack level in log
     add 7d9abd2  add consul metadata in readme
     add cb15ad0  code format
     add 66e0f4d  wait nacos client cache flush
     add e60bb08  fix
     add 2083dba  revert
     add 272ddd5  Merge pull request #672 from dubbo-x/consul
     add fdcd408  let go_restful_server support same url and different methodType
     add f2261ce  format code
     add db1e5da  Merge pull request #676 from Patrick0308/rest_methodtype
     add bc46c9a  Modify README_CN
     add 12680fd  Modify README_CN.md
     add 9a26d03  resolve conflicts

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  19 +-
 README_CN.md                                       |  20 +-
 common/logger/logger.go                            |  11 +-
 go.mod                                             |  45 +-
 go.sum                                             | 536 +++++++++++++++------
 metadata/report/consul/report_test.go              |   2 +-
 protocol/dubbo/impl/codec_test.go                  | 226 +++++----
 .../rest/server/server_impl/go_restful_server.go   |  24 +-
 .../server/server_impl/go_restful_server_test.go   |  37 +-
 registry/consul/listener.go                        |   2 +-
 registry/consul/utils_test.go                      |   8 +-
 registry/etcdv3/service_discovery.go               |   2 +-
 registry/nacos/service_discovery_test.go           |  26 +-
 remoting/consul/test_agent.go                      |  30 +-
 remoting/consul/test_agent_test.go                 |   2 +-
 remoting/etcdv3/client.go                          | 126 +----
 remoting/zookeeper/client.go                       |   9 +-
 17 files changed, 647 insertions(+), 478 deletions(-)
 copy config_center/dynamic_configuration_test.go => protocol/rest/server/server_impl/go_restful_server_test.go (57%)