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 2021/03/11 01:27:59 UTC

[dubbo-go] branch master updated (9b80e89 -> 274718b)

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

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


    from 9b80e89  merge 1.5
     add 57fc631  change dockerfile
     add 52b6fa3  run integration test
     add 4e5cb2f  update script
     add ccbb151  update script
     add f6ba823  update script
     add 13af951  revert go.mod in integration test
     add cae5ee4  update script
     add 0b34839  update script
     add b8c51a7  update script
     add 698908d  Merge pull request #1068 from zouyx/feature/fixIntegration
     add 73c2f2e  fix: add constructed required protocol limitation
     add 69777f7  fix
     add a884a38  Merge remote-tracking branch 'upstream/develop' into develop
     add fa8d7ae  Merge remote-tracking branch 'upstream/develop' into develop
     add e14c18f  Merge branch '1.5' into fix-protocol
     add 4438cdd  Fix
     add fa8134c  fix
     add 5c24409  fix
     add 10a3e03  fix
     add 777676c  Fix: npr
     add 7cdd4c4  Merge pull request #1069 from LaurenceLiZhixin/fix-protocol
     add 86e1dbd  fix zk listener func pathToKey
     add fa07f59  rename the variable groupKey to pathWithGroupKey
     add 89566dd  modify func pathToKey
     add f2447a7  add unit test for func pathToKey
     add 8b171be  fix linter error
     add 274718b  Merge pull request #1066 from yakecanlee/feature/fix-zk-configurators

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-actions.yml      |   8 +-
 README.md                                 |   2 +-
 README_CN.md                              |  17 +-
 config_center/zookeeper/listener.go       |  10 +-
 config_center/zookeeper/listener_test.go  | 101 ++++
 doc/pic/misc/dubbogo-wechat.png           | Bin 0 -> 27216 bytes
 go.mod                                    |   2 +-
 registry/directory/directory.go           |  14 +-
 test/integrate/dubbo/go-client/Dockerfile |   2 +-
 test/integrate/dubbo/go-client/go.mod     |   5 -
 test/integrate/dubbo/go-client/go.sum     | 928 ------------------------------
 test/integrate/dubbo/go-server/Dockerfile |   2 +-
 test/integrate/dubbo/go-server/go.mod     |   5 -
 test/integrate/dubbo/go-server/go.sum     | 928 ------------------------------
 14 files changed, 143 insertions(+), 1881 deletions(-)
 create mode 100644 config_center/zookeeper/listener_test.go
 create mode 100644 doc/pic/misc/dubbogo-wechat.png
 delete mode 100644 test/integrate/dubbo/go-client/go.sum
 delete mode 100644 test/integrate/dubbo/go-server/go.sum