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/patternfly/react-table-4.12.1 in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.
discard 416d270 Bump @patternfly/react-table from 2.28.49 to 4.12.1 in /console/react add 5de4e5c DISPATCH-1726 Bump prettier from 1.19.1 to 2.0.5 in /console/react (#795) add 41e02d1 DISPATCH-1726 Bump @testing-library/jest-dom from 4.2.4 to 5.11.1 in /console/react (#798) add 78939ea DISPATCH-1726 Bump lodash from 4.17.15 to 4.17.19 in /console/react (#801) add 3d0ba94 DISPATCH-1722 - Fixed qdstat to display correct value of Worker Threads. Also, used regex to match output of qdstat instead of using string compare. This closes #782 add 5e34d6a DISPATCH-1568 Add c_unittests support, and test safe_snprintf function add b90d0e5 DISPATCH-1568 Remove qpid-dispatch-testing library (mocking proposal) add 7c238ef DISPATCH-1568 Add terminus_private.h to make the `static` method testable add 3d26b4d DISPATCH-1568 c-unittests: replace #define with C++ const, use SUBCASEs more add f796aa1 DISPATCH-1568 Update RuntimeChecks to work with C++ code add 2654cf1 DISPATCH-1568 Add LICENSE.txt for doctest add c540d2c DISPATCH-1568: make license text and related files more specific add 8dd77e3 DISPATCH-1732: Policy multitenant vhost check if Open.hostname is absent add 13ea603 DISPATCH-960 Handle invalid configs when resolving port (#802) add 97ac134 DISPATCH-960 Use getservbyname on macOS (getservbyname_r not available) (#804) add 6e71b31 DISPATCH-1726 Bump elliptic from 6.5.2 to 6.5.3 in /console/react (#807) add 2ca875c DISPATCH-1741: Manually bump console's yargs-parser depdency to version 13.1.2 to fix security vunerability add 4378acf Bump @patternfly/react-table from 2.28.49 to 4.12.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 (416d270) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/console/react/patternfly/react-table-4.12.1 (4378acf) 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: CMakeLists.txt | 6 +- LICENSE | 10 + cmake/RuntimeChecks.cmake | 4 +- console/react/package-lock.json | 3889 +++++++------ console/react/package.json | 6 +- pom.xml | 1 + src/CMakeLists.txt | 4 +- src/amqp.c | 78 +- src/policy.c | 2 +- src/router_core/terminus.c | 32 +- src/terminus_private.h | 55 + tests/CMakeLists.txt | 7 +- {docs => tests/c_unittests}/CMakeLists.txt | 16 +- tests/c_unittests/LICENSE.txt | 24 + .../c_unittests/c_unittests_main.cpp | 4 +- tests/c_unittests/doctest.h | 5942 ++++++++++++++++++++ .../c_unittests/qdr_doctest.h | 6 + src/http-none.c => tests/c_unittests/test_amqp.cpp | 48 +- tests/c_unittests/test_terminus.cpp | 106 + tests/system_tests_policy.py | 58 + tests/system_tests_qdstat.py | 37 +- tools/qdstat.in | 2 +- 22 files changed, 8499 insertions(+), 1838 deletions(-) create mode 100644 src/terminus_private.h copy {docs => tests/c_unittests}/CMakeLists.txt (72%) create mode 100644 tests/c_unittests/LICENSE.txt copy src/conditionals.h.in => tests/c_unittests/c_unittests_main.cpp (92%) create mode 100644 tests/c_unittests/doctest.h copy src/conditionals.h.in => tests/c_unittests/qdr_doctest.h (71%) copy src/http-none.c => tests/c_unittests/test_amqp.cpp (50%) create mode 100644 tests/c_unittests/test_terminus.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org