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/09/12 08:06:16 UTC

[dubbo-go] branch refact-seri updated (7d114b0 -> 5a3e744)

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 7d114b0  fixed conflicts with develop
     add a192291  address batch mode notification
     add a76745f  fix review comment
     add a87b814  enhance comments
     add 6209b52  move debug() into refreshInvokers and remove update method
     add e7d38aa  Merge pull request #741 from beiwei30/address-batch-mode
     add 8ac1f91  Fix: rename SethealthChecker to SetHealthChecker
     add c9726e4  Fix: syntax error
     add 7bb924a  Merge pull request #746 from watermelo/Fix/rename_health_checher
     add c5d87d4  make proxy_factory.ProxyInvoker can be extended
     add d2e48f0  Merge pull request #747 from cvictory/proxy_invoker_fix
     add 3ada4f6  etcdv3 lease
     add 1118305  Merge branch 'develop' of https://github.com/apache/dubbo-go into etcd-lease
     add 0a9aa6d  modify etcd lease time
     add cc3f38d  Merge pull request #738 from zhangshen023/etcd-lease
     add 40e0bc2  ci: Add github-action workflow.
     add 81fb6b2  fix: GithubAction Syntax problom.
     add 6b97c1f  Update go.yml
     add f68bcc2  fix: Cannot use TTY in GithubActions.
     add 4b8ce01  test: skip test of part in workflow.
     add e9599f5  fix: workflow syntax problom.
     add e1b6b23  ci: Improve DingTalk reminder information.
     add cd68a25  fix: workflow syntax problom.
     add 9dade15  ci: Remove sha message.
     add 5912f60  ci: Add `develop` branch trigger CI.
     add 66d429d  ci
     add 0bc4334  Merge pull request #3 from apache/develop
     add 8d91ba5  Update go.yml
     add 3f38d24  fix: workflow syntax problom.
     add d3f5f84  feat: Cache build dependencies on GithubActnions.
     add a40f153  ci: Delete redundant code.
     add 3428629  Merge pull request #752 from sdttttt/sdttttt-patch-1
     add 5a3e744  Merge remote-tracking branch 'apache/develop' into refact-seri

No new revisions were added by this update.

Summary of changes:
 .github/workflows/go.yml                           |  79 ++++++++++
 cluster/router/healthcheck/default_health_check.go |   4 +-
 common/extension/health_checker.go                 |   4 +-
 common/extension/health_checker_test.go            |   4 +-
 common/proxy/proxy_factory/default.go              |   9 ++
 integrate_test.sh                                  |   2 +-
 registry/directory/directory.go                    | 172 ++++++++++++++-------
 registry/etcdv3/registry.go                        |   3 +-
 registry/protocol/protocol.go                      |  10 +-
 registry/registry.go                               |   7 +-
 remoting/etcdv3/client.go                          |   3 +-
 11 files changed, 226 insertions(+), 71 deletions(-)
 create mode 100644 .github/workflows/go.yml