You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gi...@apache.org on 2020/08/04 15:36:05 UTC

[qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-icons-4.5.0 updated (1d1ca52 -> dcbc44e)

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-icons-4.5.0
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.


 discard 1d1ca52  Bump @patternfly/react-icons from 3.15.17 to 4.5.0 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 578164f  DISPATCH-1737: Log config file json as-modified when json parse fails
     add c9bfd07  DISPATCH-1741: Regenerated package-lock.json for console and updated yargs-parser. The previous version of package-lock.json broke npm test
     add dcbc44e  Bump @patternfly/react-icons from 3.15.17 to 4.5.0 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   (1d1ca52)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/console/react/patternfly/react-icons-4.5.0 (dcbc44e)

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                    | 5377 ++++++++++++------
 console/react/package.json                         |    8 +-
 pom.xml                                            |    1 +
 python/qpid_dispatch_internal/management/config.py |   29 +-
 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 +-
 23 files changed, 9940 insertions(+), 1916 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org