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/01/10 01:54:05 UTC

[dubbo-go] branch develop updated (213637e -> 374a01a)

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

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


 discard 213637e  Merge pull request #973 from LaurenceLiZhixin/fix/consulUnreg
     new 374a01a  Merge pull request #973 from LaurenceLiZhixin/fix/consulUnreg

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   (213637e)
            \
             N -- N -- N   refs/heads/develop (374a01a)

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.

The 1 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:
 registry/consul/registry.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[dubbo-go] 01/01: Merge pull request #973 from LaurenceLiZhixin/fix/consulUnreg

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 374a01a37d527067383664ee26088a870bbeaf5d
Merge: e633a73 082a0bd
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Sun Jan 10 09:52:41 2021 +0800

    Merge pull request #973 from LaurenceLiZhixin/fix/consulUnreg
    
    Fix/consul unreg

 registry/consul/registry.go | 39 +++++++++++++++++++++++----------------
 1 file changed, 23 insertions(+), 16 deletions(-)

diff --cc registry/consul/registry.go
index 869e1c1,49d58cf..4d3718e
--- a/registry/consul/registry.go
+++ b/registry/consul/registry.go
@@@ -23,6 -24,6 +23,7 @@@ import 
  )
  
  import (
++	getty "github.com/apache/dubbo-getty"
  	consul "github.com/hashicorp/consul/api"
  	perrors "github.com/pkg/errors"
  )