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 ce17565  Bump react-scripts from 4.0.3 to 5.0.0 in /console/react
     add 8722238  DISPATCH-1403: define a common buffer field API
     add 32ddaa1  DISPATCH-1487: Message annotations re-write
     add b114a44  NO-JIRA: Bump apache.pom (for Rat licenses check) from 24 to 
25 (#1527)
     add b58ce50  DISPATCH-2333: fix incorrect assertion check
     add ec62cb2  DISPATCH-2326: Additional fix. Remove the nghttp2 library 
from CMakeLists.txt and other files
     add 6f75d1f  DISPATCH-2276: Accomodate hex values in 0.36+ qpid-proton 
logging (#1525)
     add c3b4ea2  DISPATCH-2144 Remove Python lock on the router's side; use 
the lock Python itself created (#1521)
     add b31c748  NO-JIRA: bump version to 1.20.0-SNAPSHOT
     add f0c7e93  DISPATCH-2234: Update JavaScript console packages for the 
1.19.0 release (round 2) (#1537)
     add 2fe2fe7  DISPATCH-2336: Fix Dockerfiles in the dockerfile folder 
(#1536)
     add b8ae55f  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   (ce17565)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/console/react/react-scripts-5.0.0 (b8ae55f)

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                       |   12 +-
 .travis.yml                                        |   32 +-
 CMakeLists.txt                                     |    5 -
 README.adoc                                        |   42 -
 VERSION.txt                                        |    2 +-
 cmake/Findlibnghttp2.cmake                         |   47 -
 console/react/package-lock.json                    | 2812 ++++++++++----------
 console/react/package.json                         |   28 +-
 dockerfiles/Dockerfile-centos7                     |    4 +-
 dockerfiles/Dockerfile-fedora                      |    5 +-
 dockerfiles/Dockerfile-fedora-only-python3         |   62 -
 dockerfiles/Dockerfile-ubuntu                      |   13 +-
 docs/books/common/attributes.adoc                  |    2 +-
 include/qpid/dispatch/amqp.h                       |   48 +-
 .../qpid/dispatch/buffer_field.h                   |   29 +-
 include/qpid/dispatch/compose.h                    |   89 +
 include/qpid/dispatch/iterator.h                   |   32 +-
 include/qpid/dispatch/message.h                    |  146 +-
 include/qpid/dispatch/parse.h                      |  107 +-
 include/qpid/dispatch/protocol_adaptor.h           |   11 -
 include/qpid/dispatch/router.h                     |    3 +-
 pom.xml                                            |    4 +-
 src/amqp.c                                         |   22 +-
 src/buffer_field_api.h                             |  297 +++
 src/iterator.c                                     |  221 +-
 src/message.c                                      |  688 +++--
 src/message_private.h                              |   37 +-
 src/parse.c                                        |  874 +++---
 src/policy.c                                       |    2 +-
 src/python_embedded.c                              |   31 +-
 src/router_config.c                                |    1 +
 src/router_core/core_client_api.c                  |   15 +-
 src/router_core/exchange_bindings.c                |   16 +-
 src/router_core/management_agent.c                 |   25 +-
 .../address_lookup_server/address_lookup_server.c  |    7 +-
 .../edge_addr_tracking/edge_addr_tracking.c        |   10 +-
 .../modules/heartbeat_edge/heartbeat_edge.c        |    5 +-
 src/router_core/modules/mobile_sync/mobile.c       |   34 +-
 .../modules/test_hooks/core_test_hooks.c           |    4 +-
 src/router_core/transfer.c                         |   26 +-
 src/router_node.c                                  |  200 +-
 tests/CMakeLists.txt                               |    4 +-
 tests/TCP_echo_client.py                           |  320 ---
 tests/TCP_echo_server.py                           |  397 ---
 tests/buffer_test.c                                |  244 ++
 tests/http2_slow_q2_server.py                      |  116 -
 tests/lsan.supp                                    |    4 +
 tests/message_test.c                               |  505 ++--
 tests/parse_test.c                                 |  165 +-
 tests/run_unit_tests_size.c                        |  116 +-
 tests/system_tests_one_router.py                   |  197 +-
 tests/system_tests_topology_disposition.py         |    2 -
 tests/system_tests_two_routers.py                  |   10 +-
 tests/tox.ini.in                                   |   23 -
 tools/scraper/amqp_detail.py                       |    8 +-
 tools/scraper/parser.py                            |    3 +
 56 files changed, 3885 insertions(+), 4279 deletions(-)
 delete mode 100644 cmake/Findlibnghttp2.cmake
 delete mode 100644 dockerfiles/Dockerfile-fedora-only-python3
 copy src/connection_manager_private.h => include/qpid/dispatch/buffer_field.h 
(61%)
 create mode 100644 src/buffer_field_api.h
 delete mode 100755 tests/TCP_echo_client.py
 delete mode 100755 tests/TCP_echo_server.py
 delete mode 100644 tests/http2_slow_q2_server.py

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to