This is an automated email from the ASF dual-hosted git repository.
littlecui pushed a change to branch test
in repository
https://gitbox.apache.org/repos/asf/servicecomb-service-center.git.
omit ccfd886 SCB-2176 Decompose the plugin and server pkg
add fefcf00 unified dep test file
add 9e6e7f9 Merge pull request #932 from DFSOrange/202142
add c8860df SCB-2176 Decompose the plugin and server pkg (#937)
new 7d0b7ba SCB-2176 Fix: failed to connect mongo
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 (ccfd886)
\
N -- N -- N refs/heads/test (7d0b7ba)
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:
datasource/dep.go | 1 +
datasource/{etcd => }/dep_test.go | 71 ++--
datasource/etcd/dep.go | 24 ++
datasource/mongo/client/errortypes.go | 6 +-
datasource/mongo/dep.go | 4 +
datasource/mongo/dep_test.go | 593 ----------------------------------
datasource/mongo/mongo.go | 11 +-
7 files changed, 72 insertions(+), 638 deletions(-)
rename datasource/{etcd => }/dep_test.go (92%)
delete mode 100644 datasource/mongo/dep_test.go