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/13 12:09:21 UTC

[zeppelin] branch dependabot/npm_and_yarn/zeppelin-web-angular/engine.io-and-karma-6.2.1 updated (3b8bc3e990 -> 84f1b7a6d5)

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-angular/engine.io-and-karma-6.2.1
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


    omit 3b8bc3e990 Bump engine.io and karma in /zeppelin-web-angular
     add 5ac5d1a24e [ZEPPELIN-5847] Polish Maven tasks (#4509)
     add 874075f4cf [MINOR] Polish maven plugins for root pom (#4512)
     add 364c8554a6 Bump postgresql from 42.4.1 to 42.4.3 in /jdbc (#4517)
     add 322b9a0d7d [MINOR] Remove `maven-eclipse-plugin` (#4518)
     add c82f4e5f50 [MINOR] Use Maven CLI option instead of a logger adjustment. (#4521)
     add 031064ff8b [ZEPPELIN-5859] Upgrading alluxio client library to latest stable release 2.9.0 (#4524)
     add 2f4ff39122 [MINOR] Add github autolink to ZEPPELIN (#4528)
     add 204b37d4a1 [MINOR] Fix tiny typo (#4530)
     add 348013e068 [ZEPPELIN-5856] Bump bouncycastle 1.70 (#4522)
     add 767791978a [Minor][ZEPPELIN-5859] Fixing the styling issue (#4534)
     add 0bc83922f3 [ZEPPELIN-5863] Warn not to expose the docker daemon to untrusted users (#4526)
     add c1a138d84b [MINOR] Fix Appveyor error (#4520)
     add fad3b016d0 [ZEPPELIN-5867][JDBC] Exclude hbase-server from hive-jdbc (#4536)
     add 09bd93877b [ZEPPELIN-5857] Bump gRPC and protobuf to support build on macOS M1 chips (#4523)
     add db2c8677e4 [ZEPPELIN-5869] Remove Incubating from Kyuubi reference (#4540)
     add deb7f3b1c4 [ZEPPELIN-5873] Update github actions (#4542)
     add 9095d9b823 [MINOR] Specify branch names for Github action (#4529)
     add 976a8565fb [MINOR] Support aarch for frontend plugin (#4541)
     add aad8598117 [HOTFIX] Github Actions workaround (#4550)
     add 89a1ff2941 Correct small typo (#4551)
     add eafbb6b116 Bump json5 from 1.0.1 to 1.0.2 in /zeppelin-web-angular (#4544)
     add 84f1b7a6d5 Bump engine.io and karma in /zeppelin-web-angular

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   (3b8bc3e990)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/zeppelin-web-angular/engine.io-and-karma-6.2.1 (84f1b7a6d5)

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                                      |  25 +++-
 .asf.yaml                                          |   3 +
 .github/PULL_REQUEST_TEMPLATE                      |   2 +-
 .github/workflows/core.yml                         | 143 +++++++++++----------
 .github/workflows/frontend.yml                     |  38 +++---
 .github/workflows/quick.yml                        |  43 +++----
 alluxio/pom.xml                                    |   4 +-
 .../zeppelin/alluxio/AlluxioInterpreter.java       |  20 ++-
 .../zeppelin/alluxio/AlluxioInterpreterTest.java   |   6 +-
 docs/interpreter/jdbc.md                           |   8 +-
 docs/quickstart/docker.md                          |   9 ++
 docs/quickstart/sql_with_zeppelin.md               |   2 +-
 flink/flink-scala-parent/pom.xml                   |  24 ----
 jdbc/pom.xml                                       |   6 +-
 livy/README.md                                     |   2 +-
 neo4j/pom.xml                                      |   9 --
 pom.xml                                            |  96 +++-----------
 python/pom.xml                                     |   3 +-
 spark/interpreter/pom.xml                          |  17 ---
 spark/pom.xml                                      |  10 --
 zeppelin-display/pom.xml                           |   1 +
 zeppelin-distribution/src/bin_license/LICENSE      |  26 ++--
 zeppelin-examples/pom.xml                          |   2 +-
 zeppelin-integration/pom.xml                       |   2 +-
 zeppelin-interpreter-parent/pom.xml                |   2 +-
 zeppelin-interpreter/pom.xml                       |  23 ++++
 zeppelin-jupyter-interpreter-shaded/pom.xml        |  28 ++++
 zeppelin-jupyter-interpreter/pom.xml               |  10 +-
 zeppelin-plugins/launcher/cluster/pom.xml          |   2 +-
 zeppelin-plugins/launcher/docker/pom.xml           |   2 +-
 zeppelin-plugins/launcher/flink/pom.xml            |   2 +-
 zeppelin-plugins/launcher/k8s-standard/pom.xml     |   2 +-
 zeppelin-plugins/launcher/yarn/pom.xml             |   2 +-
 zeppelin-web-angular/package-lock.json             |  52 ++++----
 zeppelin-web/pom.xml                               |   2 +-
 zeppelin-zengine/pom.xml                           |   7 +-
 36 files changed, 307 insertions(+), 328 deletions(-)