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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/ux/loader-utils-and-angular-devkit/build-angular-3.2.1
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


    omit 166e7123 Bump loader-utils and @angular-devkit/build-angular in /ux
     add bffb6ac0 feature: servicecomb turbo (#1331)
     add bd25fc1e bugfix: return 'no permission' when discover provider in 
specify env (#1370)
     add 2d48e69f Bump json5 from 1.0.1 to 1.0.2 in /ux (#1369)
     add 36be1317 Bump qs from 6.5.2 to 6.5.3 in /ux (#1364)
     add 05f82243 Bump loader-utils and @angular-devkit/build-angular in /ux

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   (166e7123)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/ux/loader-utils-and-angular-devkit/build-angular-3.2.1
 (05f82243)

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:
 benchmark/{READM.md => README.md}                  |    0
 ..._1000_intance.js => find_1000_intance_turbo.js} |    2 +-
 ...nd_100_intance.js => find_100_intance_turbo.js} |    2 +-
 ...nd_one_intance.js => find_one_intance_turbo.js} |    2 +-
 cmd/scserver/main.go                               |    9 +-
 docs/user-guides/turbo.md                          |   34 +-
 go.mod                                             |   41 +-
 go.sum                                             |   85 +-
 pkg/rest/fiber.go                                  |   78 ++
 pkg/util/context.go                                |    9 +
 pkg/util/sys.go                                    |    2 +-
 server/api_server.go                               |    8 +-
 server/core/core.go                                |   12 +
 .../errortypes.go => server/middleware/context.go  |   16 +-
 server/{handler/context => middleware}/v4.go       |   18 +-
 server/plugin/auth/buildin/parser_test.go          |    6 +-
 server/plugin/auth/buildin/service_parser.go       |   24 +-
 server/plugin/auth/buildin/service_parser_test.go  |  123 +++
 server/plugin/sonic.go                             |   42 -
 server/resource/disco/instance_resource.go         |    8 +-
 server/resource/disco/instance_resource_fiber.go   |  102 ++
 server/rest/controller/v3/instance_controller.go   |    2 +-
 server/server.go                                   |   55 +-
 server/service/disco/instance.go                   |    1 +
 syncer/config/config.go                            |    2 +-
 syncer/init/init.go                                |   54 --
 syncer/server/server.go                            |   11 +-
 syncer/service/sync/sync.go                        |   19 +-
 test/test.go                                       |    1 -
 ux/package-lock.json                               | 1019 +++++++++++---------
 ux/package.json                                    |    2 +-
 31 files changed, 1090 insertions(+), 699 deletions(-)
 rename benchmark/{READM.md => README.md} (100%)
 copy benchmark/find/{find_1000_intance.js => find_1000_intance_turbo.js} (96%)
 copy benchmark/find/{find_100_intance.js => find_100_intance_turbo.js} (96%)
 copy benchmark/find/{find_one_intance.js => find_one_intance_turbo.js} (95%)
 create mode 100644 pkg/rest/fiber.go
 copy datasource/mongo/dao/errortypes.go => server/middleware/context.go (84%)
 copy server/{handler/context => middleware}/v4.go (78%)
 create mode 100644 server/plugin/auth/buildin/service_parser_test.go
 delete mode 100644 server/plugin/sonic.go
 create mode 100644 server/resource/disco/instance_resource_fiber.go
 delete mode 100644 syncer/init/init.go

Reply via email to