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:25:56 UTC

[dubbo-go] branch 1.5 updated (d12d342 -> 274718b)

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

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


    omit d12d342  Merge pull request #1066 from yakecanlee/feature/fix-zk-configurators
     new 274718b  Merge pull request #1066 from yakecanlee/feature/fix-zk-configurators

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   (d12d342)
            \
             N -- N -- N   refs/heads/1.5 (274718b)

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:
 README_CN.md                    |  17 ++++++++++++++++-
 doc/pic/misc/dubbogo-wechat.png | Bin 0 -> 27216 bytes
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 doc/pic/misc/dubbogo-wechat.png


[dubbo-go] 01/01: Merge pull request #1066 from yakecanlee/feature/fix-zk-configurators

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

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

commit 274718b650e71ee55a832203e87088f9762d4ff7
Merge: 7cdd4c4 8b171be
Author: Xin.Zh <dr...@foxmail.com>
AuthorDate: Wed Mar 10 18:12:32 2021 +0800

    Merge pull request #1066 from yakecanlee/feature/fix-zk-configurators
    
    Fix: fix zk listener func pathToKey

 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
 4 files changed, 126 insertions(+), 2 deletions(-)

diff --cc README_CN.md
index 92df996,92df996..4112c6b
--- a/README_CN.md
+++ b/README_CN.md
@@@ -194,7 -194,7 +194,22 @@@ make tes
  </table>
  </div>
  
--如果想加入到社区微信群,可以先添加社区负责人 于雨 的微信 AlexanderStocks 。添加微信之前,请先给 dubbo-go 点 star 作为对项目的支持,添加好友时请报上 github ID 以进行验证。
++dubbogo 社区已经开通微信公众号 "dubbogo大区",可在微信搜索 "dubbogo大区" 或者扫描如下二维码关注,可通过公众号私信留言加入 dubbogo 微信社区。
++
++<div>
++<table>
++  <tbody>
++  <tr></tr>
++    <tr>
++      <td align="center"  valign="middle">
++          <img width="80px" height="115px" src="./doc/pic/misc/dubbogo-wechat.png">
++        </a>
++      </td>
++    </tr>
++    <tr></tr>
++  </tbody>
++</table>
++</div>
  
  作为一个维护已经帮助构建了经受多家大型微服务系统的社区,我们足以为现有的成绩感到自豪。社区欢迎能提出建设性意见者,只知索取者和喷子请绕行。
  
diff --cc doc/pic/misc/dubbogo-wechat.png
index 0000000,0000000..dd34357
new file mode 100644
Binary files differ