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 d4be370b0 build(deps): bump cryptography from 3.2 to 41.0.6 in
/python-client
add edb2ec422 fix(java-client): use junit5 as the only testing framework
(#1755)
add 223b5c708 chore(java-client-ci): build the server instead of
downloading it from external site (#1778)
add aacfd56f9 build(deps): bump github.com/valyala/fasthttp in /collector
(#1787)
add 025687262 build(deps): bump github.com/kataras/iris/v12 from 12.1.8 to
12.2.0 in /collector (#1786)
add b174ede24 build(deps): bump github.com/prometheus/client_golang in
/collector (#1785)
add 78256d0f0 build(deps): bump golang.org/x/net from
0.0.0-20210415231046-e915ea6b2b7d to 0.17.0 in /pegic (#1783)
add e1fce3488 fix(rocksdb): specify the HINTS for zstd/lz4/snappy in
third-party CMakeLists allowing rocksdb to find them (#1777)
add f6a7e3553 build(deps): bump gopkg.in/yaml.v3 in /admin-cli (#1592)
add b5d520431 build(deps): bump gopkg.in/yaml.v3 in /pegic (#1591)
add 2a6cc71ee build(deps): bump golang.org/x/text from 0.3.5 to 0.3.8 in
/admin-cli (#1361)
add 211bbf313 chore(admin-cli&pegic): add go fmt in Makefile and fotmat
files (#1793)
add 63c3e67f0 fix(scripts): drop unnecessary dependencies for
pack_server.sh (#1794)
add 96cd89d31 fix(scripts): fix that librocksdb.so.8 was not found for the
executable binary generated by pack_server.sh (#1796)
add b48a6c8e3 feat(go): Unify and bump go version to 1.18 (#1797)
add 0b96bd769 build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 in
/collector (#1802)
add 1473a95de build(deps): bump golang.org/x/net in /admin-cli (#1801)
add a6edc7acc build(deps): bump google.golang.org/protobuf in /collector
(#1800)
add cde63a2c2 build(deps): bump golang.org/x/crypto from 0.7.0 to 0.17.0
in /collector (#1799)
add 8f3881257 build(deps): bump golang.org/x/net from
0.0.0-20191105084925-a882066a44e0 to 0.17.0 in /go-client (#1782)
add dec19d4b8 fix(rocksdb): force librocksdb.so* to be output into the
directory `lib` (#1804)
add 0504f777a fix(logger): logs fail to be printed to stdout and the
process is not terminated for fatal errors before logging is initialized (#1803)
add 908313d8e feat(run.sh): make it possible to build partial objects
(#1798)
add 05466d3e2 chore(CI): Improve github actions (#1791)
add 2f551c7ed refactor(logging): drop the unnecessary interface, use `log`
instead of `dsn_log` and improve the tests (#1809)
add 7247daf11 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 (d4be370b0)
\
N -- N -- N
refs/heads/dependabot/pip/python-client/cryptography-41.0.6 (7247daf11)
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/actions/build_pegasus/action.yaml | 52 +
.../actions/download_artifact/action.yaml | 47 +-
.../rebuild_thirdparty_if_needed/action.yaml | 56 +
.../actions/run_server_tests/action.yaml | 18 +-
.github/actions/upload_artifact/action.yaml | 38 +
.github/workflows/lint_and_test_admin-cli.yml | 7 +-
.../lint_and_test_admin-cli_always_pass.yml | 1 +
.github/workflows/lint_and_test_collector.yml | 10 +-
.github/workflows/lint_and_test_cpp.yaml | 437 +-----
.github/workflows/lint_and_test_go-client.yml | 5 +-
.github/workflows/lint_and_test_java-client.yml | 103 ++
.github/workflows/lint_and_test_pegic.yml | 5 +-
.../workflows/lint_and_test_pegic_always_pass.yml | 1 +
.github/workflows/regular-build.yml | 8 +-
.github/workflows/test_java-client.yml | 57 -
.github/workflows/test_nodejs-client.yml | 1 +
.github/workflows/test_python-client.yml | 1 +
.github/workflows/test_scala-client.yml | 4 +-
admin-cli/Makefile | 3 +
admin-cli/cmd/remote_command.go | 2 +-
admin-cli/executor/server_config.go | 2 +-
admin-cli/go.mod | 48 +-
admin-cli/go.sum | 15 +-
admin-cli/tabular/printer.go | 17 +-
admin-cli/util/pegasus_node.go | 4 +-
collector/go.mod | 92 +-
collector/go.sum | 421 ++----
go-client/README.md | 2 +-
go-client/go.mod | 15 +-
go-client/go.sum | 12 +-
java-client/pom.xml | 34 +-
java-client/scripts/ci-test.sh | 72 -
.../org/apache/pegasus/base/TestRpcAddress.java | 30 +-
.../apache/pegasus/client/PegasusScannerTest.java | 156 ++-
.../org/apache/pegasus/client/TestAdminClient.java | 35 +-
.../java/org/apache/pegasus/client/TestBasic.java | 1478 ++++++++++----------
.../java/org/apache/pegasus/client/TestBatch.java | 41 +-
.../pegasus/client/TestBatchGetByPartitions.java | 21 +-
.../java/org/apache/pegasus/client/TestBench.java | 30 +-
.../apache/pegasus/client/TestCheckAndMutate.java | 787 +++++------
.../org/apache/pegasus/client/TestCheckAndSet.java | 761 +++++-----
.../org/apache/pegasus/client/TestFutureGroup.java | 23 +-
.../java/org/apache/pegasus/client/TestIncr.java | 46 +-
.../org/apache/pegasus/client/TestMultiThread.java | 12 +-
.../org/apache/pegasus/client/TestNoOperate.java | 2 +-
.../org/apache/pegasus/client/TestPException.java | 22 +-
.../java/org/apache/pegasus/client/TestPing.java | 58 +-
.../java/org/apache/pegasus/client/TestPingZK.java | 10 +-
.../org/apache/pegasus/client/TestTimeout.java | 2 +-
.../apache/pegasus/metrics/MetricsPoolTest.java | 73 +-
.../pegasus/operator/ClientOperatorTest.java | 16 +-
.../pegasus/rpc/async/ClusterManagerTest.java | 32 +-
.../apache/pegasus/rpc/async/InterceptorTest.java | 19 +-
.../apache/pegasus/rpc/async/MetaSessionTest.java | 51 +-
.../pegasus/rpc/async/ReplicaSessionTest.java | 51 +-
.../apache/pegasus/rpc/async/TableHandlerTest.java | 59 +-
.../apache/pegasus/rpc/async/TimeoutBenchmark.java | 12 +-
.../apache/pegasus/security/NegotiationTest.java | 47 +-
.../org/apache/pegasus/tools/TestZstdWrapper.java | 21 +-
.../src/test/resources/simplelogger.properties | 2 +-
pegic/Makefile | 3 +
pegic/go.mod | 29 +-
pegic/go.sum | 21 +-
run.sh | 37 +-
scripts/pack_server.sh | 4 +-
src/replica/replica_2pc.cpp | 4 +-
.../simple_kv/test/simple_kv.server.impl.cpp | 5 +-
src/runtime/security/sasl_init.cpp | 4 +-
src/runtime/task/task_spec.h | 9 -
src/utils/api_utilities.h | 56 +-
src/utils/fmt_logging.h | 17 +-
src/utils/logging.cpp | 49 +-
src/utils/logging_provider.h | 19 +-
src/utils/simple_logger.cpp | 118 +-
src/utils/simple_logger.h | 43 +-
src/utils/test/endian_test.cpp | 1 +
src/utils/test/logger.cpp | 101 +-
src/utils/test/logging.cpp | 44 +-
thirdparty/CMakeLists.txt | 7 +
79 files changed, 2891 insertions(+), 3167 deletions(-)
create mode 100644 .github/actions/build_pegasus/action.yaml
copy docker/pegasus-docker-compose/start_onebox.sh =>
.github/actions/download_artifact/action.yaml (59%)
mode change 100755 => 100644
create mode 100644 .github/actions/rebuild_thirdparty_if_needed/action.yaml
copy docker/pegasus-docker-compose/image_for_prebuilt_bin/entrypoint.sh =>
.github/actions/run_server_tests/action.yaml (69%)
create mode 100644 .github/actions/upload_artifact/action.yaml
create mode 100644 .github/workflows/lint_and_test_java-client.yml
delete mode 100644 .github/workflows/test_java-client.yml
delete mode 100755 java-client/scripts/ci-test.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]