This is an automated email from the ASF dual-hosted git repository.
tianxiaoliang pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/servicecomb-service-center.git.
from 563f03c refactor the role module of rbac (#736)
add fc5ec76 Incremental synchronization of sc: sync between sc syncers
(#757)
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +
cmd/syncer/conf/chassis.yaml | 8 +
cmd/syncer/conf/microservice.yaml | 3 +
go.mod | 1 +
go.sum | 4 +
server/alarm/common.go | 1 +
syncer/client/sync_client.go | 18 +
syncer/client/sync_client_test.go | 74 ++++
syncer/config/const.go | 1 -
syncer/config/merge.go | 1 -
syncer/config/verify.go | 1 -
syncer/grpc/grpc_test.go | 8 +
syncer/pkg/utils/{addr_test.go => error.go} | 16 +-
syncer/proto/syncer.pb.go | 375 ++++++++++++++++-----
syncer/proto/syncer.proto | 15 +
syncer/server/handler.go | 162 ++++++++-
syncer/server/handler_test.go | 296 ++++++++++++++++
syncer/server/http.go | 43 +++
syncer/server/server.go | 120 ++++++-
.../{plugins/servicecenter => server}/transform.go | 154 +++------
syncer/servicecenter/servicecenter.go | 91 +++++
syncer/servicecenter/servicecenter_test.go | 98 ++++++
22 files changed, 1277 insertions(+), 215 deletions(-)
create mode 100644 cmd/syncer/conf/chassis.yaml
create mode 100644 cmd/syncer/conf/microservice.yaml
create mode 100644 syncer/client/sync_client_test.go
copy syncer/pkg/utils/{addr_test.go => error.go} (76%)
create mode 100644 syncer/server/handler_test.go
create mode 100644 syncer/server/http.go
copy syncer/{plugins/servicecenter => server}/transform.go (53%)