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 2022/02/17 01:01:10 UTC

[qpid-dispatch] branch dependabot/npm_and_yarn/console/react/react-scripts-5.0.0 updated (d00b9c1 -> ce17565)

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


 discard d00b9c1  Bump react-scripts from 4.0.3 to 5.0.0 in /console/react
     add 8f25156  DISPATCH-1913: Tidy up qpid_dispatch.management.client.Node
     add 0f03e24  DISPATCH-2309: Ensure rx message validation succeeds before forwarding
     add 08454ae  DISPATCH-2317: advertise the version of MA supported by the router
     add 51fb44a  DISPATCH-2312: replace no-op test with credit test
     add c01b84c  DISPATCH-2308: avoid infinite loop when generating temp addresses
     add b131cdc  DISPATCH-2144 Fatal Python error: _PyMem_DebugMalloc: Python memory allocator called without holding the GIL (#1495)
     add 4f7b5bf  DISPATCH-2316 Py_INCREF usage of Py_True/Py_False to prevent crashes during GC (#1496)
     add 199452e  DISPATCH-2318: fix double-free of subscription on shutdown
     add 8718320  DISPATCH-2126: mask TSAN warning on delivery settled flag
     add d8a1f40  DISPATCH-1974 Add pylint checker with suppressions (#1503)
     add e05beea  DISPATCH-2272 Mark all functions called from Python with QD_EXPORT (#1413)
     add e6b249f  DISPATCH-2321 Add mypy check for the Python code
     add 6e855af  NO-JIRA Upgrade doctest.h: 2.4.7 -> 2.4.8 (#1505)
     add 385e084  NO-JIRA Add macro to disable thread sanitizer
     add a8d272e  NO-JIRA Update gcc to gcc-11 for TSAN Travis job
     add cb059f9  DISPATCH-1783 add cpp-stub unittest mocking/stubbing tool
     add f1d76af  DISPATCH-1783 first test using the cpp-stub tool
     add 542fa40  DISPATCH-1783 Fix issues with cpp-stub
     add eafe4b0  DISPATCH-2321 Add mypy ignores for quart and websockets (#1508)
     add 6d03790  DISPATCH-2319: Modified test to verify closed receiver before sending second batch of presettled messages
     add f9a1639  DISPATCH-2132: atomic access to core uptime counter
     add 1f384f7  DISPATCH-2310: limit router identifiers to 127 characters maximum
     add bfc1548  DISPATCH-2323 Try binding to a port before handing it out as "free"
     add d1ae8b2  DISPATCH-2323 Simplify test HTTPServer shutdown and fix its leaks
     add 115aa62  DISPATCH-2323 Add Pytest-compatible logging displayed on test failure
     add 5771f8b  DISPATCH-2327: clean up link routes at end of tests
     add 50ee1d2  DISPATCH-2328: detect _FORTIFY_SOURCE in c_unittests and bail out (#1514)
     add b7918db  DISPATCH-2329: Explicity check for released counts instead of delivery counts of deliveries that are being released
     add 75607d1  DISPATCH-2330: Removed test_30_presettled_overflow since that test case  is already covered in system_tests_delivery_counts.OneRouterLinkCountersTest  testMethod=test_06_large_message_released
     add d7ba0a8  DISPATCH-2326: Removed HTTP1/HTTP2/TCP adaptors and other adaptor related code
     add 4c8008b  DISPATCH-2314: Added TSAN suppression entry to suppress errors when setting the presettled flag in qdr_delivery_continue_CT
     add 25261f4  DISPATCH-2234: Update JavaScript console packages for the 1.19.0 release (#1517)
     add ce17565  Bump react-scripts from 4.0.3 to 5.0.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   (d00b9c1)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/console/react/react-scripts-5.0.0 (ce17565)

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/workflows/build.yaml                       |   43 +
 .travis.yml                                        |    4 +
 LICENSE                                            |    5 +
 bin/grinder                                        |    4 +-
 console/react/package-lock.json                    | 5142 +++++++++++---------
 console/react/package.json                         |   38 +-
 console/react/src/App.js                           |   41 +-
 console/react/src/details/createTablePage.js       |    4 +-
 console/react/src/details/detailsTablePage.js      |    4 +-
 console/react/src/details/entityListTable.js       |    4 +-
 console/react/src/details/updateTablePage.js       |    4 +-
 console/react/src/overview/dashboard/layout.js     |  193 +-
 .../react/src/overview/dashboard/layout.test.js    |    6 +-
 console/react/src/overview/logDetails.js           |   10 +-
 console/react/src/overview/overviewTable.js        |   10 +-
 include/qpid/dispatch/amqp.h                       |    2 +
 include/qpid/dispatch/connection_manager.h         |    2 +-
 include/qpid/dispatch/discriminator.h              |    4 +
 include/qpid/dispatch/error.h                      |    6 +-
 include/qpid/dispatch/internal/export.h            |   23 +
 include/qpid/dispatch/router.h                     |    2 +
 include/qpid/dispatch/router_core.h                |    2 -
 pom.xml                                            |    1 +
 python/qpid_dispatch/management/client.py          |   76 +-
 python/qpid_dispatch/management/entity.py          |    2 +-
 python/qpid_dispatch/management/error.py           |   12 +-
 python/qpid_dispatch/management/qdrouter.json      |  321 --
 python/qpid_dispatch_internal/dispatch.py          |    8 -
 .../qpid_dispatch_internal/dispatch.pyi            |   61 +-
 .../display_name/display_name.py                   |    4 +-
 python/qpid_dispatch_internal/management/agent.py  |   84 +-
 python/qpid_dispatch_internal/management/config.py |    4 +-
 .../qpid_dispatch_internal/management/qdrouter.py  |   46 +-
 python/qpid_dispatch_internal/management/schema.py |   12 +-
 .../management/schema_doc.py                       |    2 +-
 .../qpid_dispatch_internal/policy/policy_local.py  |   32 +-
 .../policy/policy_manager.py                       |   11 +-
 .../qpid_dispatch_internal/policy/policy_util.py   |   16 +-
 python/qpid_dispatch_internal/router/address.py    |    6 +-
 python/qpid_dispatch_internal/router/data.py       |   14 +-
 python/qpid_dispatch_internal/router/engine.py     |   10 +-
 python/qpid_dispatch_internal/router/hello.py      |    2 +-
 python/qpid_dispatch_internal/router/link.py       |    2 +-
 python/qpid_dispatch_internal/router/message.py    |    5 +-
 python/qpid_dispatch_internal/router/node.py       |    8 +-
 python/qpid_dispatch_internal/router/path.py       |    4 +-
 python/qpid_dispatch_internal/tools/command.py     |    6 +-
 python/qpid_dispatch_internal/tools/display.py     |    8 +-
 src/CMakeLists.txt                                 |   16 -
 src/adaptors/adaptor_utils.c                       |  148 -
 src/adaptors/adaptor_utils.h                       |   55 -
 src/adaptors/http1/http1_adaptor.c                 |  705 ---
 src/adaptors/http1/http1_client.c                  | 1827 -------
 src/adaptors/http1/http1_codec.c                   | 1769 -------
 src/adaptors/http1/http1_private.h                 |  271 --
 src/adaptors/http1/http1_request_info.c            |   46 -
 src/adaptors/http1/http1_server.c                  | 1754 -------
 src/adaptors/http2/http2_adaptor.c                 | 2812 -----------
 src/adaptors/http2/http2_adaptor.h                 |  214 -
 src/adaptors/http2/http2_adaptor_none.c            |   72 -
 src/adaptors/http_common.c                         |  714 ---
 src/adaptors/http_common.h                         |  135 -
 src/adaptors/reference_adaptor.c                   |  591 ---
 src/adaptors/tcp_adaptor.c                         | 2072 --------
 src/adaptors/tcp_adaptor.h                         |  105 -
 src/alloc_pool.c                                   |    3 +-
 src/amqp.c                                         |    3 +-
 src/connection_manager.c                           |   18 +-
 src/discriminator.c                                |    4 +-
 src/dispatch.c                                     |   24 +-
 src/dispatch_private.h                             |   14 +-
 src/entity_cache.c                                 |    4 +-
 src/log.c                                          |    7 +-
 src/message.c                                      |   76 +-
 src/policy.c                                       |    2 +-
 src/python_embedded.c                              |   17 +-
 src/qd_asan_interface.h                            |   23 +-
 src/router_agent.c                                 |    2 +-
 src/router_core/agent.c                            |   18 -
 src/router_core/agent_connection.c                 |    4 +-
 src/router_core/agent_link.c                       |    6 +-
 src/router_core/agent_router.c                     |    2 +-
 src/router_core/connections.c                      |   12 +-
 src/router_core/core_link_endpoint.c               |    2 +-
 src/router_core/core_timer.c                       |    2 +-
 src/router_core/delivery.c                         |    6 +-
 src/router_core/forwarder.c                        |    8 +-
 src/router_core/management_agent.c                 |    6 -
 .../address_lookup_client/address_lookup_client.c  |   44 +-
 .../modules/heartbeat_server/heartbeat_server.c    |    6 +-
 .../stuck_delivery_detection/delivery_tracker.c    |    6 +-
 src/router_core/route_tables.c                     |    3 +-
 src/router_core/router_core.c                      |    6 +-
 src/router_core/router_core_private.h              |   10 +-
 src/router_core/transfer.c                         |    4 +-
 src/router_node.c                                  |  233 +-
 src/schema_c.py                                    |    4 +-
 src/server.c                                       |   10 +
 tests/CMakeLists.txt                               |   14 +-
 tests/TCP_echo_client.py                           |    2 +-
 tests/TCP_echo_server.py                           |    7 +-
 tests/c_benchmarks/CMakeLists.txt                  |    1 -
 tests/c_benchmarks/bm_tcp_adapter.cpp              |  363 --
 tests/c_unittests/CMakeLists.txt                   |    9 +-
 tests/c_unittests/c_unittests_main.cpp             |   62 +-
 tests/c_unittests/doctest.h                        |  988 ++--
 .../c_unittests/qdr_stubbing_probe.cpp             |   10 +-
 .../c_unittests/qdr_stubbing_probe.hpp             |   31 +-
 tests/c_unittests/test_terminus.cpp                |   21 +
 .../CMakeLists.txt}                                |    9 +-
 tests/{c_unittests => cpp-stub}/LICENSE.txt        |    7 +-
 tests/cpp-stub/addr_any.h                          |  285 ++
 tests/cpp-stub/addr_pri.h                          |  182 +
 tests/cpp-stub/cpp_stub.h                          |  370 ++
 tests/cpp-stub/elfio.hpp                           | 4893 +++++++++++++++++++
 tests/friendship.proto                             |   63 -
 tests/friendship_pb2.py                            |  377 --
 tests/friendship_pb2_grpc.py                       |  169 -
 tests/friendship_server.py                         |   99 -
 tests/http1_tests.py                               | 1543 ------
 tests/http2_server.py                              |   30 +-
 tests/http2_slow_q2_server.py                      |   41 +-
 tests/hyperh2_server.py                            |  107 -
 tests/router_engine_test.py                        |    6 +-
 tests/router_policy_test.py                        |   10 +-
 tests/run_system_tests.py                          |    2 -
 tests/system_test.py                               |  122 +-
 tests/system_tests_autolinks.py                    |    8 +-
 tests/system_tests_bad_configuration.py            |   44 +
 tests/system_tests_broker.py                       |    3 +-
 tests/system_tests_connector_status.py             |    2 +-
 tests/system_tests_console.py                      |    2 +-
 tests/system_tests_core_client.py                  |    4 +-
 tests/system_tests_core_endpoint.py                |    7 +-
 tests/system_tests_delivery_abort.py               |    8 +-
 tests/system_tests_delivery_counts.py              |   60 +-
 tests/system_tests_distribution.py                 |   25 +-
 tests/system_tests_drain.py                        |   10 +-
 tests/system_tests_drain_support.py                |    2 +-
 tests/system_tests_dynamic_terminus.py             |    3 +-
 tests/system_tests_edge_router.py                  |   32 +-
 tests/system_tests_failover_list.py                |    4 +-
 tests/system_tests_fallback_dest.py                |   10 +-
 tests/system_tests_grpc.py                         |  205 -
 tests/system_tests_heartbeats.py                   |    5 +-
 tests/system_tests_http.py                         |   12 +-
 tests/system_tests_http1_adaptor.py                |  961 ----
 tests/system_tests_http1_over_tcp.py               |  129 -
 tests/system_tests_http2.py                        | 1051 ----
 tests/system_tests_interior_sync_up.py             |    4 +-
 tests/system_tests_link_route_credit.py            |    9 +-
 tests/system_tests_link_routes.py                  |   13 +-
 ...system_tests_link_routes_add_external_prefix.py |    8 +-
 tests/system_tests_log_level_update.py             |   13 +-
 tests/system_tests_log_message_components.py       |   31 +-
 tests/system_tests_management.py                   |   16 +-
 tests/system_tests_multi_phase.py                  |    5 +-
 tests/system_tests_multi_tenancy.py                |   94 +-
 tests/system_tests_multi_tenancy_policy.py         |    8 +-
 tests/system_tests_multicast.py                    |   17 +-
 tests/system_tests_one_router.py                   |  276 +-
 tests/system_tests_open_properties.py              |  117 +
 tests/system_tests_policy.py                       |    6 +-
 tests/system_tests_policy_oversize_compound.py     |   25 +-
 tests/system_tests_priority.py                     |    9 +-
 tests/system_tests_qdmanage.py                     |   16 +-
 tests/system_tests_qdstat.py                       |    6 +-
 tests/system_tests_routing_protocol.py             |   17 +-
 tests/system_tests_sasl_plain.py                   |    4 -
 tests/system_tests_ssl.py                          |   22 +-
 tests/system_tests_stuck_deliveries.py             |   11 +-
 tests/system_tests_tcp_adaptor.py                  | 1263 -----
 tests/system_tests_topology.py                     |   22 +-
 tests/system_tests_topology_addition.py            |    7 +-
 tests/system_tests_topology_disposition.py         |   17 +-
 tests/system_tests_two_routers.py                  |   18 +-
 tests/system_tests_websockets.py                   |    2 +-
 tests/test_broker.py                               |    2 +-
 tests/test_command.py                              |    4 +-
 tests/tox.ini.in                                   |  179 +-
 tests/tsan.supp                                    |    7 +-
 tools/qdstat                                       |    2 +-
 tools/scraper/parser.py                            |    2 +-
 183 files changed, 10814 insertions(+), 24053 deletions(-)
 create mode 100644 include/qpid/dispatch/internal/export.h
 copy tests/mock/dispatch.py => python/qpid_dispatch_internal/dispatch.pyi (57%)
 delete mode 100644 src/adaptors/adaptor_utils.c
 delete mode 100644 src/adaptors/adaptor_utils.h
 delete mode 100644 src/adaptors/http1/http1_adaptor.c
 delete mode 100644 src/adaptors/http1/http1_client.c
 delete mode 100644 src/adaptors/http1/http1_codec.c
 delete mode 100644 src/adaptors/http1/http1_private.h
 delete mode 100644 src/adaptors/http1/http1_request_info.c
 delete mode 100644 src/adaptors/http1/http1_server.c
 delete mode 100644 src/adaptors/http2/http2_adaptor.c
 delete mode 100644 src/adaptors/http2/http2_adaptor.h
 delete mode 100644 src/adaptors/http2/http2_adaptor_none.c
 delete mode 100644 src/adaptors/http_common.c
 delete mode 100644 src/adaptors/http_common.h
 delete mode 100644 src/adaptors/reference_adaptor.c
 delete mode 100644 src/adaptors/tcp_adaptor.c
 delete mode 100644 src/adaptors/tcp_adaptor.h
 delete mode 100644 tests/c_benchmarks/bm_tcp_adapter.cpp
 copy src/enum.c => tests/c_unittests/qdr_stubbing_probe.cpp (78%)
 copy include/qpid/dispatch/platform.h => tests/c_unittests/qdr_stubbing_probe.hpp (52%)
 copy tests/{c_benchmarks/minimal_silent.conf => cpp-stub/CMakeLists.txt} (80%)
 copy tests/{c_unittests => cpp-stub}/LICENSE.txt (90%)
 create mode 100644 tests/cpp-stub/addr_any.h
 create mode 100644 tests/cpp-stub/addr_pri.h
 create mode 100644 tests/cpp-stub/cpp_stub.h
 create mode 100644 tests/cpp-stub/elfio.hpp
 delete mode 100644 tests/friendship.proto
 delete mode 100644 tests/friendship_pb2.py
 delete mode 100644 tests/friendship_pb2_grpc.py
 delete mode 100644 tests/friendship_server.py
 delete mode 100644 tests/http1_tests.py
 delete mode 100644 tests/hyperh2_server.py
 delete mode 100644 tests/system_tests_grpc.py
 delete mode 100644 tests/system_tests_http1_adaptor.py
 delete mode 100644 tests/system_tests_http1_over_tcp.py
 delete mode 100644 tests/system_tests_http2.py
 delete mode 100644 tests/system_tests_tcp_adaptor.py

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org