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 1e65863 SCB-2094 Bug fixes: Unavailable SSL
add 9bdf36b SCB-2094 Bug fixes: Unavailable SSL (#775)
add c42253b [SCD-2133] update kie client to support ssl (#780)
add 6aea52a [SCB-2094] Supplemenet UT of instance and problem fix (#782)
add 948ba02 Syncer optimization: replace slice with channel in the
implemention of queue (#773)
add a0a2104 [SCB-2094] add dep UT, implement dep query interface (#776)
add 504c529 [SCB-2094] add schema/rule/service ut (#779)
add c58d8c9 [SCD-2133] fix governance match validate bug (#786)
add b21538b SCB-2094 Fix: nil point exception when start mongo plugin
(#785)
add eb0085e extract duplicate code (#784)
new d04b9c9 SCB-2094 Fix Security Vulnerability - Directory Traversal
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 (1e65863)
\
N -- N -- N refs/heads/test (d04b9c9)
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:
.github/workflows/golangci-lint.yml | 2 +-
datasource/etcd/account.go | 2 +-
datasource/etcd/bootstrap/bootstrap.go | 3 -
datasource/etcd/cache/dependency.go | 4 +-
datasource/etcd/cache/instance.go | 5 +-
datasource/etcd/etcd.go | 3 +
datasource/etcd/event/event.go | 2 +-
datasource/etcd/event/instance_event_handler.go | 1 -
datasource/etcd/util.go | 59 +-
datasource/mongo/account.go | 2 +-
datasource/mongo/client/errortypes.go | 14 +-
datasource/mongo/client/mongo.go | 25 +-
datasource/mongo/database.go | 3 +
datasource/mongo/dep.go | 203 +-
datasource/mongo/dep_test.go | 484 +++-
datasource/mongo/dependency_query.go | 474 ++++
datasource/mongo/mongo.go | 32 +-
datasource/mongo/ms.go | 2059 +++++++++------
datasource/mongo/ms_test.go | 3226 +++++++++++++++++++----
datasource/mongo/util.go | 71 +-
datasource/ms_util.go | 71 +-
docs/user-guides/rbac.md | 2 +-
etc/conf/app.yaml | 5 +-
frontend/server_test.go | 44 +-
go.mod | 9 +-
go.sum | 661 -----
pkg/dump/dump.go | 1 -
server/resource/v4/role_resource.go | 43 +-
server/service/gov/kie/validate.go | 23 +-
server/service/instance_test.go | 4 +-
server/service/rbac/password.go | 2 +-
server/syncernotify/websocket_test.go | 1 -
syncer/README-ZH.md | 9 +-
syncer/README.md | 14 +-
syncer/client/sync_client.go | 8 +-
syncer/client/sync_client_test.go | 6 +-
syncer/pkg/utils/error.go | 1 +
syncer/proto/syncer.pb.go | 252 +-
syncer/proto/syncer.proto | 2 +
syncer/server/handler.go | 72 +-
syncer/server/handler_test.go | 126 +-
syncer/server/server.go | 144 +-
42 files changed, 5465 insertions(+), 2709 deletions(-)
create mode 100644 datasource/mongo/dependency_query.go
delete mode 100644 go.sum