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 2020/08/06 05:13:01 UTC

[dubbo-go] branch develop updated (0b5e2f4 -> 5e377f4)

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.


    from 0b5e2f4  Merge pull request #689 from lzp0412/develop
     new 2e01ed5  Ftr: add dynamic tag router
     new 71095a3  Add: add unit tests for tag router
     new 4ef21cb  Add: add ip address match function
     new 891ec6c  Add: add listener for tag router
     new 0d56ab0  Merge branch 'develop' into featrue/tagRouter
     new 8580ad0  Mod: update tag router unit test
     new 70c01a5  Add: add unit test for dynamic tag
     new a31a4e2  Add: add zk jar for tag test
     new 5e377f4  Merge pull request #665 from watermelo/featrue/tagRouter

The 2579 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:
 before_ut.sh                                       |   3 +
 cluster/router/condition/app_router_test.go        |   2 +-
 cluster/router/condition/listenable_router.go      |   2 +-
 cluster/router/tag/file.go                         |   2 +-
 cluster/router/tag/router_rule.go                  |  71 +++++
 cluster/router/tag/router_rule_test.go             |  55 +++-
 .../report_factory.go => cluster/router/tag/tag.go |  26 +-
 cluster/router/tag/tag_router.go                   | 333 ++++++++++++++++++++-
 cluster/router/tag/tag_router_test.go              | 245 ++++++++++++++-
 common/constant/key.go                             |   3 +
 10 files changed, 711 insertions(+), 31 deletions(-)
 copy metadata/report/factory/report_factory.go => cluster/router/tag/tag.go (72%)