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/engine.io-and-karma-6.2.1 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
discard 222fade628 Bump engine.io and karma in /zeppelin-web 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 4433c4d0ea Bump eventsource from 1.0.7 to 1.1.1 in /zeppelin-web-angular (#4376) 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 49e41ce300 Bump engine.io and karma 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 (222fade628) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/zeppelin-web/engine.io-and-karma-6.2.1 (49e41ce300) 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 | 29 +- .asf.yaml | 3 + .github/PULL_REQUEST_TEMPLATE | 2 +- .github/workflows/core.yml | 148 ++-- .github/workflows/frontend.yml | 40 +- .github/workflows/quick.yml | 45 +- 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 +- docs/usage/display_system/basic.md | 6 +- flink/flink-scala-parent/pom.xml | 24 - jdbc/pom.xml | 6 +- livy/README.md | 2 +- neo4j/pom.xml | 9 - pom.xml | 112 +-- 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 | 3 +- zeppelin-interpreter-shaded/pom.xml | 5 + zeppelin-interpreter/pom.xml | 23 + .../interpreter/launcher/InterpreterClient.java | 10 + .../interpreter/remote/PooledRemoteClient.java | 4 + .../zeppelin/interpreter/util/ProcessLauncher.java | 4 + 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 +- .../launcher/DockerInterpreterProcess.java | 5 + zeppelin-plugins/launcher/flink/pom.xml | 2 +- zeppelin-plugins/launcher/k8s-standard/pom.xml | 2 +- .../launcher/K8sRemoteInterpreterProcess.java | 6 + zeppelin-plugins/launcher/yarn/pom.xml | 2 +- .../launcher/YarnRemoteInterpreterProcess.java | 6 + zeppelin-web-angular/package-lock.json | 23 +- zeppelin-web/package-lock.json | 870 ++++++++++++++++----- zeppelin-web/package.json | 2 +- zeppelin-web/pom.xml | 2 +- zeppelin-zengine/pom.xml | 7 +- .../remote/ExecRemoteInterpreterProcess.java | 5 + .../remote/RemoteInterpreterRunningProcess.java | 5 + .../lifecycle/TimeoutLifecycleManagerTest.java | 4 + 49 files changed, 1047 insertions(+), 521 deletions(-)