You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by jo...@apache.org on 2020/08/07 02:45:10 UTC

[dubbo-go] 01/01: Merge pull request #696 from apache/revert-665-featrue/tagRouter

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

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

commit 613cc6ed25a6acd68268f36160f52169ed83231b
Merge: 0a98a20 603ffc1
Author: Joe Zou <jo...@apache.org>
AuthorDate: Fri Aug 7 10:38:48 2020 +0800

    Merge pull request #696 from apache/revert-665-featrue/tagRouter
    
    Ftr: dynamic tag router

 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 +----
 cluster/router/tag/tag.go                     |  39 ---
 cluster/router/tag/tag_router.go              | 333 +-------------------------
 cluster/router/tag/tag_router_test.go         | 245 +------------------
 common/constant/key.go                        |   3 -
 10 files changed, 22 insertions(+), 733 deletions(-)