You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by gi...@apache.org on 2023/01/16 08:01:03 UTC

[zeppelin] branch dependabot/npm_and_yarn/zeppelin-web/qs-and-express-and-grunt-contrib-watch-and-body-parser-6.5.3 updated (f137540238 -> 512e8a1a1e)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/zeppelin-web/qs-and-express-and-grunt-contrib-watch-and-body-parser-6.5.3
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


 discard f137540238 Bump qs, express, grunt-contrib-watch and body-parser in /zeppelin-web
     add 55a6af9603 [MINOR] Fix wrong format for github actions of 'branches-ignore' (#4552)
     add 7137e88056 [MINOR] document 'markdown' display system (#4549)
     add 14650a769f [MINOR] Disable depeanabot branches for AppVeyor (#4555)
     add dd03962793 [ZEPPELIN-5875] Fix flaky tests in `core-modules` (#4556)
     add 1b8b42eed8 Bump global-modules-path and webpack-cli in /zeppelin-web (#4554)
     add 512e8a1a1e Bump qs, express, grunt-contrib-watch and body-parser in /zeppelin-web

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   (f137540238)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/zeppelin-web/qs-and-express-and-grunt-contrib-watch-and-body-parser-6.5.3 (512e8a1a1e)

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:
 .appveyor.yml                                      |   4 +
 .github/workflows/core.yml                         |   9 +-
 .github/workflows/frontend.yml                     |   6 +-
 .github/workflows/quick.yml                        |   6 +-
 docs/usage/display_system/basic.md                 |   6 +-
 pom.xml                                            |  16 +-
 zeppelin-interpreter-parent/pom.xml                |   1 +
 zeppelin-interpreter-shaded/pom.xml                |   5 +
 .../interpreter/launcher/InterpreterClient.java    |  10 +
 .../interpreter/remote/PooledRemoteClient.java     |   4 +
 .../zeppelin/interpreter/util/ProcessLauncher.java |   4 +
 .../launcher/DockerInterpreterProcess.java         |   5 +
 .../launcher/K8sRemoteInterpreterProcess.java      |   6 +
 .../launcher/YarnRemoteInterpreterProcess.java     |   6 +
 zeppelin-web/package-lock.json                     | 686 ++++++++++++++++++---
 zeppelin-web/package.json                          |   2 +-
 .../remote/ExecRemoteInterpreterProcess.java       |   5 +
 .../remote/RemoteInterpreterRunningProcess.java    |   5 +
 .../lifecycle/TimeoutLifecycleManagerTest.java     |   4 +
 19 files changed, 690 insertions(+), 100 deletions(-)