This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/console/react/react-scripts-5.0.1
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
omit 33283408 Bump react-scripts from 4.0.3 to 5.0.1 in /console/react
add b533ed93 DISPATCH-2338 - dockerfiles: Introduce Debian-based slim
image w/ CI tests (#1550)
add e253b1da DISPATCH-1689 Wait for startup log line to ensure router is
fully started in tests (#140)
add 8ca8f465 DISPATCH-1689: fix typo in log index key
add 63478c09 DISPATCH-2324 - Coordinate port assignment between all
parallel tests spawned by ctest -j (#123) (#1567)
add e65f265e Fix `QDROUTERD_RUNNER` CMake option parsing to be shell-like
(#307) (#1566)
add 5d693210 Fixes #482: replace reactor tests with proactor
implementation (#488)
add df74c0d9 NO-JIRA: Speed-up python-checker GHA job (#115)
add bdd4fd4c Fixes #155: avoid unnecessary Tester() instance in QdManager
add 5823680a Fixes #473 - Never accept a differential MAU that doesn't
have the expected sequence number. Changed "print_error_log" to something a bit
more descriptive.
add 3105751a DISPATCH-2344: Fixes #473 - Reduced the severity of "unknown
router" logs from ERROR to WARNING.
add 49a99945 Bump actions/cache from 2.1.6 to 3.0.4
add 3971d336 Bump actions/setup-python from 2 to 4
add 93ad2d1a DISPATCH-2345: Fixed compilation failure by adding proton's
object.h to 2 affected files
add db24732d DISPATCH-2346: Change PN_WEAKREF usage to PN_VOID
add a193f7b2 DISPATCH-2347: updates package-lock json
add ccd4d005 Bump docker/build-push-action from 2 to 3
add 4add6b75 Bump actions/download-artifact from 2 to 3
add 94f36ebd Bump apache-rat-plugin from 0.13 to 0.14
add b9b91663 Bump react-scripts from 4.0.3 to 5.0.1 in /console/react
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 (33283408)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/console/react/react-scripts-5.0.1 (b9b91663)
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:
.reviewboardrc => .dockerignore | 14 +-
.github/workflows/build.yaml | 112 +-
README.adoc | 11 +
console/react/package-lock.json | 3126 ++++++++++++++++----------
dockerfiles/Dockerfile-debian | 86 +
pom.xml | 2 +-
src/http-libwebsockets.c | 1 +
src/message.c | 2 +-
src/remote_sasl.c | 2 +
src/router_core/modules/mobile_sync/mobile.c | 18 +-
src/server.c | 2 +-
tests/clogger.c | 101 +-
tests/system_test.py | 172 +-
tests/system_tests_autolinks.py | 18 +-
tests/system_tests_broker.py | 2 +-
tests/system_tests_core_client.py | 2 +-
tests/system_tests_edge_router.py | 12 +-
tests/system_tests_http.py | 4 +-
tests/system_tests_link_routes.py | 14 +-
tests/system_tests_log_level_update.py | 14 +-
tests/system_tests_management.py | 18 +-
tests/system_tests_one_router.py | 14 +-
tests/system_tests_open_properties.py | 8 +-
tests/system_tests_qdmanage.py | 2 +-
tests/system_tests_sasl_plain.py | 6 +-
tests/test-receiver.c | 135 +-
tests/test-sender.c | 136 +-
27 files changed, 2527 insertions(+), 1507 deletions(-)
copy .reviewboardrc => .dockerignore (85%)
create mode 100644 dockerfiles/Dockerfile-debian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]