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

github-bot pushed a change to branch 
dependabot/go_modules/collector/golang.org/x/crypto-0.45.0
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


    omit 78483455b build(deps): bump golang.org/x/crypto in /collector
     add 68310cbcc refactor: extract and encapsulate the aggregation process of 
single-table statistics for reuse (#2318)
     add e4555f07c build(go-collector): bump go-client dependency in collector 
to latest version including `ListNodes` interface (#2322)
     add d392885c2 build(deps): bump golang.org/x/crypto in /collector

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   (78483455b)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/collector/golang.org/x/crypto-0.45.0 
(d392885c2)

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:
 collector/aggregate/aggregator.go       |   4 +-
 collector/aggregate/aggregator_test.go  |   8 +-
 collector/aggregate/perf_client.go      |  11 +--
 collector/aggregate/perf_session.go     |   2 +-
 collector/aggregate/table_stats.go      |   4 +-
 collector/avail/detector.go             |  36 +++++++--
 collector/config.yml                    |   4 +-
 collector/go.mod                        |  15 ++--
 collector/go.sum                        | 106 ++++++-------------------
 collector/main.go                       |   2 +-
 collector/usage/usage_recorder.go       |   3 +-
 src/client/replication_ddl_client.cpp   | 136 +++++---------------------------
 src/client/replication_ddl_client.h     |  13 +--
 src/common/replication_common.cpp       | 123 +++++++++++++++++++++++++++--
 src/common/replication_common.h         |  37 ++++++++-
 src/meta/meta_http_service.cpp          | 104 ++++--------------------
 src/rpc/rpc_host_port.cpp               |  10 +++
 src/rpc/rpc_host_port.h                 |   4 +
 src/shell/commands/node_management.cpp  |  49 ++++++------
 src/shell/commands/table_management.cpp |  27 ++++---
 src/utils/output_utils.h                |   7 ++
 21 files changed, 334 insertions(+), 371 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to