You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/01/12 08:05:42 UTC

[servicecomb-service-center] branch master updated (12f54ca -> c4bc1b4)

This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git.


    from 12f54ca  Feature: add resource usage service (#1215)
     add c4bc1b4  [feat] normal access traffic needs to be synchronized (#1216)

No new revisions were added by this update.

Summary of changes:
 datasource/etcd/account.go        |  2 +-
 datasource/etcd/account_test.go   | 40 ++++++++++++++++++-----------------
 datasource/etcd/dep_test.go       |  5 ++---
 datasource/etcd/ms.go             | 17 +++++++--------
 datasource/etcd/ms_test.go        |  7 ++-----
 datasource/etcd/role_test.go      | 44 +++++++++++++++++++--------------------
 datasource/etcd/schema.go         |  6 ++----
 datasource/etcd/schema_test.go    | 22 +++++++++-----------
 datasource/etcd/sync/sync.go      |  3 +--
 datasource/etcd/sync/sync_test.go |  6 ++----
 datasource/etcd/tag_test.go       |  7 ++-----
 pkg/util/common.go                |  1 +
 pkg/util/context.go               |  4 ++++
 server/handler/context/context.go |  5 +++++
 14 files changed, 83 insertions(+), 86 deletions(-)