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/10/23 05:47:49 UTC

[qpid-dispatch] branch dependabot/npm_and_yarn/console/react/d3-6.2.0 updated (f218c4c -> d2163dd)

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


 discard f218c4c  Bump d3 from 3.5.17 to 6.2.0 in /console/react
     add 0207301  DISPATCH-1781: Scraper injects any log module output into data web page
     add 7280cef  DISPATCH-1792 - Explain undeliverable-here behavior. This closes #867.
     add 30620aa  DISPATCH-1793: update python-checker test to allow Python3.8 (#869)
     add a1d5898  DISPATCH-1782: Added some print messages to see what prints out in CI. Also created sender after creating receiver
     add 94f523a  NO-JIRA: Skip building Proton examples and tests in GH Action (#871)
     add 78547ca  NO-JIRA: bump proton release version in .travis.yml
     add 11e71c9  DISPATCH-1795: avoid backtrace dumps for suppressed pool leaks
     add f60330b  DISPATCH-1794: Set annotation OUT pad length equal to IN strip/test length
     add 1f07dc2  DISPATCH-1767 Add typescript to console dependencies (#887)
     add 3e7d851  DISPATCH-1750 Update all console deps except Patternfly and d3 (#885)
     add eae8350  DISPATCH-1782: Added some log statements to failing test to get a more detailed picture of what is going on when the test fails. Also created the sender after the receiver gets a response attach
     add 89e35fd  DISPATCH-1797: Retry getting links to make sure router has enough time to create the links. This closes #883.
     add 5df75e1  DISPATCH-1796: Fix test to include dropped presettled deliveries in the count. This closes #873.
     add 7525ac6  DISPATCH-1751: Rework how AMQP session incoming-window is derived
     add c1a7f59  Revert "DISPATCH-1751: Rework how AMQP session incoming-window is derived"
     add d2163dd  Bump d3 from 3.5.17 to 6.2.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   (f218c4c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/console/react/d3-6.2.0 (d2163dd)

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                       |  46 +-
 .travis.yml                                        |   6 +-
 console/react/package-lock.json                    | 489 ++++++++++++---------
 console/react/package.json                         |  27 +-
 .../how-router-enables-brokered-messaging.adoc     |   3 +
 .../user-guide/how-routers-route-messages.adoc     |   6 +
 src/alloc_pool.c                                   |  42 +-
 src/amqp.c                                         |   2 +-
 tests/system_tests_one_router.py                   |  25 +-
 tests/system_tests_qdmanage.py                     |  47 +-
 tests/system_tests_two_routers.py                  | 288 +++++++-----
 tests/tox.ini.in                                   |   5 +-
 tools/scraper/common.py                            |  19 +
 tools/scraper/parser.py                            |  53 ++-
 tools/scraper/scraper.py                           |   6 +
 15 files changed, 655 insertions(+), 409 deletions(-)


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