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

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


 discard 7247daf11 build(deps): bump cryptography from 3.2 to 41.0.6 in 
/python-client
     add a397c07ed fix: standby meta server exits abnormally with core dump 
after receiving the http request `/meta/cluster` (#1816)
     add 28df30ed0 chore(go-client-ci): build the server instead of downloading 
it from external site (#1790)
     add 6298bdec6 chore(nodejs-client-ci): build the server instead of 
downloading it from external site (#1814)
     add cbc160463 chore(scala-client-ci): build the server instead of 
downloading it from external site (#1813)
     add 1b44329a9 chore(python-client-ci): build the server instead of 
downloading it from external site (#1815)
     add 4e66ebe3f feat(fqdn): json decode & encode for rpc_host_port (#1811)
     add 43aa01646 refactor(ranger): move ranger out of runtime (#1808)
     add 394617b77 chore(CI): Improve github actions (2nd) (#1812)
     add a2ccb9c7b feat(http): use scoped enum http_status_code instead of 
magic numbers (#1776)
     add e7a1d0b2b chore(github): add contributor limowang into apache 
collaborators to use github actions (#1828)
     add 746318392 chore: Update .gitignore (#1823)
     add 82d981f51 fix(logging): remove too verbose log when key not found 
(#1829)
     add 9300a2926 fix(build): Fix Cpp build errors in recent github actions 
(#1834)
     add 14ca78e7e refactor(json_file): Refactor the load and dump functions of 
JSON objects (#1818)
     add 4093b4f27 chore(collector): add fmt job for collector CI (#1833)
     add 43f2e3ba7 chore(version): update the version of pegasus server and 
client of each language to 2.6.0-SNAPSHOT (#1831)
     add 363d78988 feat(new_metrics): add some basic fields to the response to 
metrics query (#1827)
     add 71711592b refactor(security): Move security out of runtime (#1821)
     add b75bd0388 feat(json_file): load and dump functions of JSON objects 
support encryption (#1842)
     add 655fc0913 fix(java-client): fix the failed java-client test (#1836)
     add 4a98e96f1 fix: specify the 'single_master_cluster' cluster for 
recovery_test (#1839)
     add a461fa511 feat(fqdn): add operator< and use shared_ptr for 
group_host_port() instead of raw pointer for host_port (#1825)
     add 026c49e76 chore(.gitignore): update .gitignore for go-client (#1837)
     add c097a154f fix(build): fix undefined reference to thrift-generated 
objects while linking libdsn_client.a (#1847)
     add 49a742b5e feat(marco): Add RETURN_ERRS_NOT_TRUE marco to simplify code 
(#1849)
     add 3f1e0af02 build(deps): bump cryptography from 3.2 to 41.0.6 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   (7247daf11)
            \
             N -- N -- N   
refs/heads/dependabot/pip/python-client/cryptography-41.0.6 (3f1e0af02)

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:
 .asf.yaml                                          |   1 +
 .github/actions/download_artifact/action.yaml      |   5 +-
 .../rebuild_thirdparty_if_needed/action.yaml       |   9 +-
 .../action.yaml                                    |  18 +-
 .github/workflows/lint_and_test_collector.yml      |  19 ++
 .github/workflows/lint_and_test_cpp.yaml           |  72 ++++--
 .github/workflows/lint_and_test_go-client.yml      | 116 +++++++--
 .github/workflows/lint_and_test_java-client.yml    |  15 +-
 ...a-client.yml => lint_and_test_scala-client.yml} |  68 +++---
 .github/workflows/regular-build.yml                |  27 +--
 .github/workflows/test_nodejs-client.yml           |  44 +++-
 .github/workflows/test_python-client.yml           |  66 ++++-
 .github/workflows/test_scala-client.yml            |  55 -----
 .gitignore                                         | 220 +++++++++++------
 .licenserc.yaml                                    |   2 +-
 cmake_modules/BaseFunctions.cmake                  |  11 +
 collector/README.md                                |  16 ++
 collector/go.mod                                   |   2 +-
 collector/main.go                                  |   6 +-
 collector/sink/falcon_sink.go                      |   2 +-
 collector/sink/prometheus_sink.go                  |   2 +-
 collector/sink/sink.go                             |   2 +-
 collector/usage/usage_recorder.go                  |   2 +-
 collector/webui/index.go                           |   2 +-
 go-client/README.md                                |  24 +-
 go-client/admin/client_test.go                     |   6 +-
 go-client/example/main.go                          |   2 +-
 go-client/generator/main.go                        |  70 +++---
 go-client/idl/base/dsn_err_string.go               |   1 -
 go-client/session/admin_rpc_types.go               |  35 +--
 go-client/session/radmin_rpc_types.go              |  35 +--
 go-client/test.sh                                  |  46 ----
 java-client/README.md                              |  51 ++--
 java-client/pom.xml                                |   2 +-
 .../java/org/apache/pegasus/client/TestBasic.java  | 270 ++++++++++++---------
 .../pegasus/rpc/async/ReplicaSessionTest.java      |  65 ++---
 .../java/org/apache/pegasus/tools/Toollet.java     |   2 +-
 nodejs-client/package.json                         |   2 +-
 nodejs-client/test.sh                              |  35 ---
 python-client/README.md                            |  71 ++++--
 python-client/pypegasus/__init__.py                |   2 +-
 python-client/test.sh                              |  44 ----
 scala-client/README.md                             |  27 ++-
 scala-client/build.sbt                             |   4 +-
 scala-client/scripts/ci-test.sh                    |  73 ------
 scala-client/scripts/format-all.sh                 |  23 --
 .../apache/pegasus/scalaclient/PegasusUtil.scala   |   2 +-
 .../scalaclient/ScalaPegasusAsyncTable.scala       |   5 +-
 src/CMakeLists.txt                                 |   2 +
 src/aio/test/CMakeLists.txt                        |  26 +-
 src/block_service/local/local_service.cpp          |  50 +---
 src/block_service/local/local_service.h            |   8 +-
 src/block_service/test/local_service_test.cpp      |   8 +-
 src/client/CMakeLists.txt                          |   2 +
 src/common/json_helper.h                           |  17 +-
 src/failure_detector/test/CMakeLists.txt           |  26 +-
 src/http/builtin_http_calls.cpp                    |   7 +-
 src/http/config_http_service.cpp                   |   9 +-
 src/http/http_client.cpp                           |   6 +-
 src/http/http_client.h                             |   9 +-
 src/http/http_server.cpp                           |  39 +--
 src/http/http_server.h                             |  16 +-
 src/http/http_status_code.cpp                      |  46 ++++
 src/http/http_status_code.h                        |  52 ++++
 src/http/pprof_http_service.cpp                    |  17 +-
 src/http/test/http_client_test.cpp                 |  37 +--
 src/http/test/http_server_test.cpp                 |   7 +-
 src/http/test/http_status_code_test.cpp            |  68 ++++++
 src/http/test/main.cpp                             |   5 +-
 src/include/pegasus/version.h                      |   2 +-
 src/meta/CMakeLists.txt                            |  16 +-
 src/meta/meta_backup_service.cpp                   |   2 +-
 src/meta/meta_http_service.cpp                     | 113 +++++----
 src/meta/meta_options.cpp                          |  13 -
 src/meta/meta_options.h                            |   4 -
 src/meta/meta_service.cpp                          |  11 +-
 src/meta/meta_service.h                            |   2 +-
 src/meta/server_state.cpp                          |   3 +-
 src/meta/test/CMakeLists.txt                       |  23 +-
 src/meta/test/balancer_simulator/CMakeLists.txt    |  22 +-
 src/meta/test/meta_bulk_load_service_test.cpp      |   4 +-
 src/meta/test/meta_duplication_service_test.cpp    |   5 +-
 src/meta/test/meta_http_service_test.cpp           |  51 ++--
 src/meta/test/meta_partition_guardian_test.cpp     |   5 +-
 src/meta/test/meta_state/CMakeLists.txt            |  37 +--
 src/meta/test/meta_test_base.cpp                   |   4 +-
 src/meta/test/update_configuration_test.cpp        |   8 +-
 src/perf_counter/test/CMakeLists.txt               |  24 +-
 src/{runtime => }/ranger/CMakeLists.txt            |   6 +-
 src/{runtime => }/ranger/access_type.h             |  12 +-
 .../ranger/ranger_resource_policy.cpp              |   2 +-
 src/{runtime => }/ranger/ranger_resource_policy.h  |   0
 .../ranger/ranger_resource_policy_manager.cpp      |   8 +-
 .../ranger/ranger_resource_policy_manager.h        |   2 +-
 src/{runtime/ranger => ranger/test}/CMakeLists.txt |  14 +-
 src/{client => ranger}/test/main.cpp               |   5 +-
 .../test/ranger_resource_policy_manager_test.cpp   |   6 +-
 .../test/ranger_resource_policy_test.cpp           |   4 +-
 src/{client => ranger}/test/run.sh                 |   9 +-
 src/replica/backup/test/CMakeLists.txt             |  13 +-
 src/replica/bulk_load/replica_bulk_loader.cpp      |  24 +-
 src/replica/bulk_load/replica_bulk_loader.h        |   3 +-
 src/replica/bulk_load/test/CMakeLists.txt          |  13 +-
 .../bulk_load/test/replica_bulk_loader_test.cpp    |  25 +-
 src/replica/duplication/test/CMakeLists.txt        |  13 +-
 .../test/dup_replica_http_service_test.cpp         |   9 +-
 src/replica/replica.cpp                            |   7 +-
 src/replica/replica.h                              |   2 +-
 src/replica/replica_2pc.cpp                        |   4 +-
 src/replica/replica_config.cpp                     |   2 +-
 src/replica/replica_disk_migrator.cpp              |   5 +-
 src/replica/replica_http_service.cpp               |  27 ++-
 src/replica/replica_restore.cpp                    |  38 +--
 src/replica/replica_stub.cpp                       |   4 +-
 src/replica/replica_stub.h                         |   4 +-
 src/replica/replication_app_base.cpp               |  80 ++----
 src/replica/replication_app_base.h                 |  58 +----
 src/replica/split/test/CMakeLists.txt              |  16 +-
 src/replica/storage/simple_kv/CMakeLists.txt       |  22 +-
 src/replica/storage/simple_kv/test/CMakeLists.txt  |  21 +-
 src/replica/test/CMakeLists.txt                    |  17 +-
 src/replica/test/replica_http_service_test.cpp     |   5 +-
 src/replica/test/replica_test.cpp                  |  17 +-
 src/runtime/CMakeLists.txt                         |   9 +-
 src/runtime/ranger/access_type.cpp                 |  36 ---
 src/runtime/rpc/dns_resolver.cpp                   |   1 +
 src/runtime/rpc/group_host_port.h                  |   4 +-
 src/runtime/rpc/rpc_host_port.cpp                  |  45 +++-
 src/runtime/rpc/rpc_host_port.h                    |  24 +-
 src/runtime/service_api_c.cpp                      |   5 +-
 src/runtime/task/task.h                            |   6 +
 src/runtime/test/CMakeLists.txt                    |  32 +--
 src/runtime/test/async_call.cpp                    |   5 +-
 src/runtime/test/corrupt_message.cpp               |   2 +-
 src/runtime/test/host_port_test.cpp                |  81 +++++--
 src/runtime/test/lpc.cpp                           |   2 +-
 src/runtime/test/main.cpp                          |   2 +-
 src/runtime/test/netprovider.cpp                   |   2 +-
 src/runtime/test/rpc.cpp                           |   2 +-
 src/runtime/test/task_engine.cpp                   |   2 +-
 src/runtime/{test => }/test_utils.h                |   0
 src/{runtime => }/security/CMakeLists.txt          |  27 +--
 src/{runtime => }/security/access_controller.cpp   |   0
 src/{runtime => }/security/access_controller.h     |   2 +-
 src/{runtime => }/security/client_negotiation.cpp  |  11 +-
 src/{runtime => }/security/client_negotiation.h    |   0
 src/{runtime => }/security/init.cpp                |   0
 src/{runtime => }/security/init.h                  |   0
 src/{runtime => }/security/kinit_context.cpp       |   0
 src/{runtime => }/security/kinit_context.h         |   0
 .../security/meta_access_controller.cpp            |   4 +-
 .../security/meta_access_controller.h              |   0
 src/{runtime => }/security/negotiation.cpp         |   7 +-
 src/{runtime => }/security/negotiation.h           |   5 +
 src/{runtime => }/security/negotiation_manager.cpp |   2 +-
 src/{runtime => }/security/negotiation_manager.h   |   2 +-
 src/{runtime => }/security/negotiation_utils.h     |   0
 .../security/replica_access_controller.cpp         |   0
 .../security/replica_access_controller.h           |   4 +-
 src/{runtime => }/security/sasl_client_wrapper.cpp |   0
 src/{runtime => }/security/sasl_client_wrapper.h   |   0
 src/{runtime => }/security/sasl_init.cpp           |   0
 src/{runtime => }/security/sasl_init.h             |   0
 src/{runtime => }/security/sasl_server_wrapper.cpp |   0
 src/{runtime => }/security/sasl_server_wrapper.h   |   0
 src/{runtime => }/security/sasl_wrapper.cpp        |   0
 src/{runtime => }/security/sasl_wrapper.h          |   0
 src/{runtime => }/security/server_negotiation.cpp  |  11 +-
 src/{runtime => }/security/server_negotiation.h    |   2 -
 .../ranger => security/test}/CMakeLists.txt        |  15 +-
 .../test/client_negotiation_test.cpp               |   4 +-
 src/security/test/config.ini                       |  24 ++
 src/{aio => security}/test/main.cpp                |  16 +-
 .../test/meta_access_controller_test.cpp           |   2 +-
 .../test/negotiation_manager_test.cpp              |   4 +-
 .../test/replica_access_controller_test.cpp        |   4 +-
 src/{client => security}/test/run.sh               |   9 +-
 .../test/server_negotiation_test.cpp               |   6 +-
 src/server/CMakeLists.txt                          |  19 +-
 src/server/test/CMakeLists.txt                     |  44 ++--
 src/shell/CMakeLists.txt                           |  23 +-
 src/test/function_test/bulk_load/CMakeLists.txt    |   1 +
 .../function_test/bulk_load/test_bulk_load.cpp     |  34 +--
 src/test/function_test/recovery/test_recovery.cpp  |   5 +
 src/test/function_test/utils/test_util.cpp         |   4 +-
 src/test/function_test/utils/test_util.h           |   3 +-
 src/utils/CMakeLists.txt                           |   3 +-
 src/utils/api_utilities.h                          |   2 +-
 src/utils/enum_helper.h                            | 101 +++++++-
 src/utils/errors.h                                 |   7 +
 src/utils/filesystem.cpp                           |  13 +-
 src/utils/filesystem.h                             |   2 +
 src/utils/fmt_logging.h                            |  16 +-
 src/utils/load_dump_object.h                       | 175 +++++++++++++
 src/utils/metrics.cpp                              | 105 ++++++--
 src/utils/metrics.h                                |  10 +-
 src/utils/string_conv.h                            |   5 +
 src/utils/test/enum_helper_test.cpp                |  77 +++++-
 src/utils/test/json_helper_test.cpp                |  11 +
 src/utils/test/load_dump_object_test.cpp           | 126 ++++++++++
 src/utils/test/metrics_test.cpp                    | 123 ++++++----
 201 files changed, 2477 insertions(+), 1835 deletions(-)
 copy .github/actions/{download_artifact => 
unpack_prebuilt_thirdparties}/action.yaml (71%)
 copy .github/workflows/{lint_and_test_java-client.yml => 
lint_and_test_scala-client.yml} (69%)
 delete mode 100644 .github/workflows/test_scala-client.yml
 delete mode 100755 go-client/test.sh
 delete mode 100755 nodejs-client/test.sh
 delete mode 100755 python-client/test.sh
 delete mode 100755 scala-client/scripts/ci-test.sh
 delete mode 100755 scala-client/scripts/format-all.sh
 create mode 100644 src/http/http_status_code.cpp
 create mode 100644 src/http/http_status_code.h
 create mode 100644 src/http/test/http_status_code_test.cpp
 copy src/{runtime => }/ranger/CMakeLists.txt (92%)
 rename src/{runtime => }/ranger/access_type.h (83%)
 rename src/{runtime => }/ranger/ranger_resource_policy.cpp (99%)
 rename src/{runtime => }/ranger/ranger_resource_policy.h (100%)
 rename src/{runtime => }/ranger/ranger_resource_policy_manager.cpp (99%)
 rename src/{runtime => }/ranger/ranger_resource_policy_manager.h (99%)
 copy src/{runtime/ranger => ranger/test}/CMakeLists.txt (82%)
 copy src/{client => ranger}/test/main.cpp (92%)
 rename src/{runtime => ranger}/test/ranger_resource_policy_manager_test.cpp 
(99%)
 rename src/{runtime => ranger}/test/ranger_resource_policy_test.cpp (99%)
 copy src/{client => ranger}/test/run.sh (86%)
 delete mode 100644 src/runtime/ranger/access_type.cpp
 rename src/runtime/{test => }/test_utils.h (100%)
 rename src/{runtime => }/security/CMakeLists.txt (72%)
 rename src/{runtime => }/security/access_controller.cpp (100%)
 rename src/{runtime => }/security/access_controller.h (98%)
 rename src/{runtime => }/security/client_negotiation.cpp (95%)
 rename src/{runtime => }/security/client_negotiation.h (100%)
 rename src/{runtime => }/security/init.cpp (100%)
 rename src/{runtime => }/security/init.h (100%)
 rename src/{runtime => }/security/kinit_context.cpp (100%)
 rename src/{runtime => }/security/kinit_context.h (100%)
 rename src/{runtime => }/security/meta_access_controller.cpp (98%)
 rename src/{runtime => }/security/meta_access_controller.h (100%)
 rename src/{runtime => }/security/negotiation.cpp (90%)
 rename src/{runtime => }/security/negotiation.h (91%)
 rename src/{runtime => }/security/negotiation_manager.cpp (99%)
 rename src/{runtime => }/security/negotiation_manager.h (98%)
 rename src/{runtime => }/security/negotiation_utils.h (100%)
 rename src/{runtime => }/security/replica_access_controller.cpp (100%)
 rename src/{runtime => }/security/replica_access_controller.h (96%)
 rename src/{runtime => }/security/sasl_client_wrapper.cpp (100%)
 rename src/{runtime => }/security/sasl_client_wrapper.h (100%)
 rename src/{runtime => }/security/sasl_init.cpp (100%)
 rename src/{runtime => }/security/sasl_init.h (100%)
 rename src/{runtime => }/security/sasl_server_wrapper.cpp (100%)
 rename src/{runtime => }/security/sasl_server_wrapper.h (100%)
 rename src/{runtime => }/security/sasl_wrapper.cpp (100%)
 rename src/{runtime => }/security/sasl_wrapper.h (100%)
 rename src/{runtime => }/security/server_negotiation.cpp (95%)
 rename src/{runtime => }/security/server_negotiation.h (96%)
 rename src/{runtime/ranger => security/test}/CMakeLists.txt (80%)
 rename src/{runtime => security}/test/client_negotiation_test.cpp (98%)
 create mode 100644 src/security/test/config.ini
 copy src/{aio => security}/test/main.cpp (75%)
 rename src/{runtime => security}/test/meta_access_controller_test.cpp (98%)
 rename src/{runtime => security}/test/negotiation_manager_test.cpp (98%)
 rename src/{runtime => security}/test/replica_access_controller_test.cpp (96%)
 copy src/{client => security}/test/run.sh (84%)
 rename src/{runtime => security}/test/server_negotiation_test.cpp (98%)
 create mode 100644 src/utils/load_dump_object.h
 create mode 100644 src/utils/test/load_dump_object_test.cpp


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

Reply via email to