You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by gi...@apache.org on 2022/05/26 04:03:44 UTC

[incubator-pegasus] branch dependabot/pip/python-client/cryptography-3.3.2 updated (1ca560f5 -> 84f38877)

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

github-bot pushed a change to branch dependabot/pip/python-client/cryptography-3.3.2
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


 discard 1ca560f5 build(deps): bump cryptography from 3.2 to 3.3.2 in /python-client
     add 0c834d9c chore(go-client): Use apache instead of xiaomi in urls (#981)
     add 84f38877 build(deps): bump cryptography from 3.2 to 3.3.2 in /python-client

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   (1ca560f5)
            \
             N -- N -- N   refs/heads/dependabot/pip/python-client/cryptography-3.3.2 (84f38877)

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:
 .github/workflows/lint_and_test_go-client.yml   |  2 +-
 README.md                                       |  2 +-
 go-client/README.md                             | 10 +++-------
 go-client/admin/client.go                       |  6 +++---
 go-client/admin/client_test.go                  |  2 +-
 go-client/admin/remote_cmd_client.go            |  6 +++---
 go-client/admin/remote_cmd_client_test.go       |  2 +-
 go-client/docs/how_to_add_new_interface.md      |  2 +-
 go-client/example/full_scan.md                  |  4 ++--
 go-client/example/main.go                       |  4 ++--
 go-client/generator/main.go                     |  8 ++++----
 go-client/go.mod                                |  2 +-
 go-client/idl/admin/admin-consts.go             |  2 +-
 go-client/idl/admin/admin.go                    |  2 +-
 go-client/idl/base/gpid_test.go                 |  2 +-
 go-client/idl/radmin/radmin-consts.go           |  2 +-
 go-client/idl/radmin/radmin.go                  |  2 +-
 go-client/idl/replication/replication-consts.go |  2 +-
 go-client/idl/replication/replication.go        |  2 +-
 go-client/idl/rrdb/rrdb-consts.go               |  4 ++--
 go-client/idl/rrdb/rrdb.go                      |  4 ++--
 go-client/integration/failover-test/main.go     |  4 ++--
 go-client/pegasus/check_and_set.go              |  2 +-
 go-client/pegasus/client.go                     |  4 ++--
 go-client/pegasus/filter.go                     |  2 +-
 go-client/pegasus/main_test.go                  |  2 +-
 go-client/pegasus/op/check_and_set.go           |  6 +++---
 go-client/pegasus/op/del.go                     |  4 ++--
 go-client/pegasus/op/get.go                     |  4 ++--
 go-client/pegasus/op/incr.go                    |  6 +++---
 go-client/pegasus/op/multidel.go                |  6 +++---
 go-client/pegasus/op/multiget.go                |  6 +++---
 go-client/pegasus/op/multiset.go                |  6 +++---
 go-client/pegasus/op/op.go                      |  4 ++--
 go-client/pegasus/op/set.go                     |  6 +++---
 go-client/pegasus/op/sortkey_count.go           |  4 ++--
 go-client/pegasus/op/ttl.go                     |  4 ++--
 go-client/pegasus/op/utils.go                   |  2 +-
 go-client/pegasus/retry_failover_test.go        |  2 +-
 go-client/pegasus/scan_test.go                  |  6 +++---
 go-client/pegasus/scanner.go                    |  6 +++---
 go-client/pegasus/table_connector.go            | 12 ++++++------
 go-client/pegasus/table_connector_test.go       |  8 ++++----
 go-client/pegasus/util.go                       |  2 +-
 go-client/rpc/main_test.go                      |  2 +-
 go-client/rpc/rpc_conn.go                       |  2 +-
 go-client/session/admin_rpc_types.go            |  4 ++--
 go-client/session/codec.go                      | 16 ++++++++--------
 go-client/session/codec_test.go                 |  6 +++---
 go-client/session/header.go                     |  2 +-
 go-client/session/main_test.go                  |  2 +-
 go-client/session/meta_call.go                  |  2 +-
 go-client/session/meta_session.go               |  8 ++++----
 go-client/session/meta_session_test.go          |  2 +-
 go-client/session/radmin_rpc_types.go           |  4 ++--
 go-client/session/replica_session.go            |  4 ++--
 go-client/session/session.go                    |  6 +++---
 go-client/session/session_test.go               | 10 +++++-----
 go-client/session/session_timeout_test.go       |  2 +-
 59 files changed, 124 insertions(+), 128 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org