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 aa0ee1c Merge pull request #685 from aliiohs/AddTslSupport
new ddb2504 Add: add setInvoker function for router chain
new f4481b0 Mod: merge branch to resolve conflict
new a3dcb22 Add: add notify router for tag router
new 316e276 Mod: modify tag router strings compare
new 6cf2dc8 Mod: move match codes to gost net
new 6708d24 Mod: modify comments
new 0a475bf Mod: add router tag unit tests scripts
new 9d8afcd Merge pull request #703 from watermelo/featrue/tagRouter
The 2663 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.bat | 3 +
before_ut.sh | 3 +
cluster/router/chain/chain.go | 13 +-
cluster/router/chain/chain_test.go | 3 +-
cluster/router/condition/app_router_test.go | 2 +-
cluster/router/condition/listenable_router.go | 2 +-
cluster/router/router.go | 8 +
cluster/router/tag/file.go | 2 +-
cluster/router/tag/router_rule.go | 67 +++++++
.../version.go => cluster/router/tag/tag.go | 9 +-
cluster/router/tag/tag_router.go | 192 +++++++++++++++++-
cluster/router/tag/tag_router_test.go | 221 ++++++++++++++++++++-
common/constant/key.go | 3 +
go.mod | 2 +-
go.sum | 2 +
15 files changed, 510 insertions(+), 22 deletions(-)
copy test/integrate/dubbo/go-client/version.go => cluster/router/tag/tag.go
(91%)