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:10:11 UTC

[zeppelin] branch dependabot/npm_and_yarn/zeppelin-web-angular/simple-git-and-lint-staged--removed updated (e5176122d0 -> 9abde99f4e)

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/simple-git-and-lint-staged--removed
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


 discard e5176122d0 Bump simple-git and lint-staged in /zeppelin-web-angular
     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 9abde99f4e Bump simple-git and lint-staged 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   (e5176122d0)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/zeppelin-web-angular/simple-git-and-lint-staged--removed (9abde99f4e)

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 ++++++--
 .github/workflows/core.yml                         | 74 +++++++++++-----------
 .github/workflows/frontend.yml                     | 24 +++----
 .github/workflows/quick.yml                        | 12 ++--
 .../zeppelin/alluxio/AlluxioInterpreter.java       |  4 +-
 docs/interpreter/jdbc.md                           |  8 +--
 docs/quickstart/docker.md                          |  9 +++
 docs/quickstart/sql_with_zeppelin.md               |  2 +-
 jdbc/pom.xml                                       |  4 ++
 pom.xml                                            | 16 ++++-
 python/pom.xml                                     |  3 +-
 zeppelin-display/pom.xml                           |  1 +
 zeppelin-distribution/src/bin_license/LICENSE      | 22 +++----
 zeppelin-jupyter-interpreter-shaded/pom.xml        | 28 ++++++++
 zeppelin-jupyter-interpreter/pom.xml               | 10 ++-
 zeppelin-web-angular/package-lock.json             | 41 ++++++------
 zeppelin-zengine/pom.xml                           |  7 +-
 17 files changed, 184 insertions(+), 106 deletions(-)