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 fd031ed SCB-2094 Bug fixes
omit c9ce76d SCB-2094 Bug fixes
add 5cdb5d9 SCB-2094 Bug fixes (#763)
add d3f75b5 [SCB-2094] implement mongo init client (#760)
add 2122534 SCB-2094 the mongo collections should not be fixed (#765)
add ff8f40f SCB-2094 Bug fixes
add 34f4bc8 SCB-2094 Bug fixes
add be88acd SCB-2094 Bug fixes
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 (fd031ed)
\
N -- N -- N refs/heads/test (be88acd)
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.
No new revisions were added by this update.
Summary of changes:
datasource/etcd/cache/filter_consistency.go | 3 +-
datasource/etcd/engine.go | 85 ++++++++-------
datasource/etcd/engine_test.go | 4 +-
datasource/etcd/etcd_suite_test.go | 8 +-
datasource/etcd/event/dependency_event_handler.go | 4 +-
datasource/etcd/event/instance_event_handler.go | 4 +-
datasource/etcd/event/rule_event_handler.go | 4 +-
datasource/etcd/event/tag_event_handler.go | 4 +-
datasource/etcd/ms.go | 12 +--
datasource/etcd/ms_test.go | 10 +-
datasource/etcd/util/dependency_util.go | 2 +-
datasource/etcd/util/domain_util.go | 2 +-
datasource/etcd/util/instance_util_test.go | 12 +--
datasource/etcd/util/microservice_util.go | 6 +-
datasource/etcd/util/rule_util.go | 4 +-
datasource/etcd/util/rule_util_test.go | 2 +-
datasource/etcd/util/util_suite_test.go | 6 +-
datasource/mongo/account_test.go | 10 --
datasource/mongo/client/mongo.go | 118 +++++----------------
datasource/mongo/client/mongo_test.go | 4 +-
.../heartbeat/heartbeatchecker/heartbeat_test.go | 4 +-
datasource/mongo/mongo.go | 31 +++++-
datasource/mongo/mongo_suite_test.go | 4 +-
datasource/mongo/ms.go | 2 +-
datasource/mongo/ms_test.go | 5 +-
etc/conf/app.conf | 2 +
go.mod | 2 +-
pkg/util/context.go | 20 ++++
server/api.go | 3 +
server/broker/service_test.go | 6 +-
server/core/microservice.go | 8 +-
server/rest/admin/service_test.go | 4 +-
server/rest/govern/govern_suite_test.go | 4 +-
server/rest/govern/service.go | 5 +-
server/service/instance_test.go | 4 +-
server/service/service_suite_test.go | 4 +-
36 files changed, 180 insertions(+), 232 deletions(-)