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/10/05 04:17:41 UTC

[dubbo-go-pixiu] branch develop updated (bd2b5e4 -> 2b00c31)

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-pixiu.git.


    from bd2b5e4  Merge pull request #263 from alchemy-lee/generic-fix
     new af975af  fix spring cloud bug
     new c1d90f9  add unit test
     new 2b00c31  Merge pull request #267 from ztelur/develop

The 1157 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:
 go.sum                                             |   7 -
 pkg/adapter/springcloud/cloud.go                   |   2 +-
 .../servicediscovery/servicediscovery.go           |   2 +-
 pkg/common/http/manager_test.go                    |   6 +-
 pkg/model/router.go                                |  26 +-
 pkg/model/router_test.go                           | 267 +++++++++++++++++++++
 samples/springcloud/docker/docker-compose.yml      |  33 +--
 7 files changed, 291 insertions(+), 52 deletions(-)
 create mode 100644 pkg/model/router_test.go