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

[tez] branch dependabot/npm_and_yarn/tez-ui/src/main/webapp/express-4.18.2 updated (b83e4f9c3 -> eb9edb6c9)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/tez-ui/src/main/webapp/express-4.18.2
in repository https://gitbox.apache.org/repos/asf/tez.git


    omit b83e4f9c3 Bump express from 4.15.2 to 4.18.2 in /tez-ui/src/main/webapp
     add 4fd2db36c TEZ-4464: Update some links to https (#260) (Arnout Engelen reviewed by Laszlo Bodor)
     add 39e5a8e71 TEZ-4462: update common-codec to 1.13 to fix vulnerability SNYK-JAVA-COMMONSCODEC-561518 (#258) (Dmitriy Fingerman reviewed by Rajesh Balamohan)
     add e236f51ef TEZ-4471: Precommit fails while building yetus image - upgrade to Ubuntu Jammy LTS (#265) (Laszlo Bodor reviewed by Rajesh Balamohan, Ayush Saxena)
     add e3e91a150 TEZ-4397: Open Tez Input splits asynchronously (#263) (Syed Shameerur Rahman reviewed by Laszlo Bodor, original patch by Ramesh Kumar)
     add 97cc788ce TEZ-4475: VertexStatus is missing in TestLocalMode if DAG finishes too early - causing NPE in unit test (#267) (Laszlo Bodor reviewed by Rajesh Balamohan)
     add be994890d TEZ-4467: Migrate from Travis CI to GitHub Actions (#270) - initial commit started from GitHub UI
     add db9eb1efc TEZ-4420 : Upgrade Hadoop to 3.3.4 (#272) (Aman Raj reviewed by Laszlo Bodor)
     add 3e194cb56 TEZ-4474: Added config to fail the DAG status when recovery data is missing (#266) (Mudit Sharma reviewed by Laszlo Bodor)
     add fa51a590c Upgrade jettison to 1.5.3 to fix CVE-2022-45685, CVE-2022-45693 (#271) (Bilwa S T reviewed by Laszlo Bodor)
     add 88374f992 Revert "Upgrade jettison to 1.5.3 to fix CVE-2022-45685, CVE-2022-45693 (#271) (Bilwa S T reviewed by Laszlo Bodor)" - missing JIRA
     add b73cfcd30 TEZ-4469: Upgrade jettison to 1.5.3 to fix CVE-2022-45685, CVE-2022-45693 (#271) (Bilwa S T reviewed by Laszlo Bodor)
     add 051e90f03 TEZ-4394: Netty4 ShuffleHandler: should use 1 boss thread (#256) (Laszlo Bodor reviewed by Rajesh Balamohan)
     add 6bd6f9cdc TEZ-4460: Read timed out in shuffle handler - incorrect usage of EMPTY_LAST_CONTENT and channel write (#257) (Laszlo Bodor reviewed by Rajesh Balamohan, Syed Shameerur Rahman)
     add 25a953677 TEZ-4334: Fix deadlock in ShuffleScheduler between ShuffleScheduler.close() and the ShufflePenaltyReferee thread (#273) (Laszlo Bodor,  Sungwoo Park, reviewed by Rajesh Balamohan)
     add c9ccf1c51 TEZ-4482: Upgrade JUnit to 4.13.2 due to medium CVEs (#276) (Mahesh Raju Somalaraju reviewed by Laszlo Bodor)
     add f9a657c2d TEZ-4485: Upgrade jettison to 1.5.4 due to CVE-2023-1436 (#279) (Mayank Kunwar reviewed by Laszlo Bodor)
     add 6ca35c1b5 TEZ-4484: [CVE-2022-24999] Upgrade qs from 6.2.3 to 6.2.4 to fix the vulnerability (Aman Raj reviewed by Laszlo Bodor)
     add eb9edb6c9 Bump express from 4.15.2 to 4.18.2 in /tez-ui/src/main/webapp

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   (b83e4f9c3)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/tez-ui/src/main/webapp/express-4.18.2 (eb9edb6c9)

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:
 .travis.yml => .github/workflows/build.yml         |  32 ++-
 build-tools/docker/Dockerfile                      |   3 +-
 docs/pom.xml                                       |  16 +-
 docs/src/site/markdown/by-laws.md                  |  12 +-
 docs/src/site/markdown/index.md                    |   2 +-
 docs/src/site/markdown/install_pre_0_5_0.md        |   2 +-
 docs/src/site/markdown/privacy-policy.md           |   4 +-
 docs/src/site/markdown/talks.md                    |   8 +-
 docs/src/site/markdown/tez-ui.md                   |   2 +-
 docs/src/site/markdown/tez_yarn_timeline.md        |   2 +-
 docs/src/site/site.xml                             |  18 +-
 pom.xml                                            |   8 +-
 .../org/apache/tez/dag/api/TezConfiguration.java   |  12 +
 .../java/org/apache/tez/dag/app/DAGAppMaster.java  |  26 +-
 .../org/apache/tez/dag/history/utils/DAGUtils.java |   5 +-
 .../org/apache/tez/dag/app/TestDAGAppMaster.java   | 156 +++++++++--
 .../mapred/split/TezGroupedSplitsInputFormat.java  | 100 ++++++-
 .../tez/mapreduce/grouper/TezSplitGrouper.java     |  15 ++
 .../org/apache/tez/auxservices/ShuffleHandler.java |  33 +--
 .../apache/tez/auxservices/TestShuffleHandler.java | 288 +++++++++++++--------
 .../shuffle/orderedgrouped/ShuffleScheduler.java   |  59 ++---
 tez-tests/pom.xml                                  |   5 +
 .../java/org/apache/tez/test/TestLocalMode.java    |  11 +-
 tez-ui/pom.xml                                     |   8 +
 tez-ui/src/main/webapp/package.json                |   3 +-
 tez-ui/src/main/webapp/yarn.lock                   | 179 +++++++------
 26 files changed, 684 insertions(+), 325 deletions(-)
 copy .travis.yml => .github/workflows/build.yml (61%)