You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by emmanuel warreng <em...@gmail.com> on 2022/07/20 17:32:41 UTC

Re: [zeppelin] branch dependabot/maven/org.apache.shiro-shiro-core-1.9.1 updated (f4a2d83c4f -> e101fa3ea9)

Unsubscribe

On Mon, Jul 18, 2022, 05:24 <gi...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> github-bot pushed a change to branch
> dependabot/maven/org.apache.shiro-shiro-core-1.9.1
> in repository https://gitbox.apache.org/repos/asf/zeppelin.git
>
>
>  discard f4a2d83c4f Bump shiro-core from 1.8.0 to 1.9.1
>      add 1640e2da4f [MINOR] Set permissions for GitHub actions (#4386)
>      add a41897a6cf [ZEPPELIN-5757] Assume role in NotebookRepo S3 (#4390)
>      add 8995ff227a Bump moment from 2.29.2 to 2.29.4 in /zeppelin-web
> (#4401)
>      add ca216a512e [ZEPPELIN-5755] Support Spark 3.3 (#4388)
>      add f24a43f415 [ZEPPELIN-5723] Remove Kylin interpreter (#4406)
>      add 11d82c4bda [ZEPPELIN-5764] Remove Scalding interpreter (#4405)
>      add 2dbf2d9460 [ZEPPELIN-5762] Modify activeByDefault value of
> hadoop3 profile to true for successful build. (#4403)
>      add 9eb3aae092 [ZEPPELIN-5768] Remove scio interpreter (#4408)
>      add 955fe538bd [ZEPPELIN-5767] Update rimraf and scrollmonitor to the
> latest version (#4414)
>      add 0761df530d [ZEPPELIN-3945] Create .gitattributes (#4409)
>      add e101fa3ea9 Bump shiro-core from 1.8.0 to 1.9.1
>
> 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   (f4a2d83c4f)
>             \
>              N -- N -- N
>  refs/heads/dependabot/maven/org.apache.shiro-shiro-core-1.9.1 (e101fa3ea9)
>
> 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:
>  .gitattributes                                     |    1 +
>  .github/workflows/core.yml                         |   39 +-
>  .github/workflows/frontend.yml                     |    2 +-
>  .github/workflows/quick.yml                        |    3 +
>  .gitignore                                         |    2 -
>  Dockerfile                                         |    2 +-
>  beam/pom.xml                                       |    6 -
>  beam/src/main/resources/interpreter-setting.json   |   24 -
>  conf/interpreter-list                              |    3 -
>  dev/create_release.sh                              |    3 +-
>  docs/_includes/themes/zeppelin/_navigation.html    |    3 -
>  docs/index.md                                      |    3 -
>  docs/interpreter/kylin.md                          |   82 -
>  docs/interpreter/scalding.md                       |  168 -
>  docs/interpreter/scio.md                           |  169 -
>  docs/interpreter/submarine.md                      |    2 +-
>  docs/quickstart/sql_with_zeppelin.md               |    1 -
>  docs/setup/basics/how_to_build.md                  |    8 +-
>  docs/setup/storage/storage.md                      |    1 +
>  docs/usage/interpreter/installation.md             |   26 -
>  docs/usage/other_features/zeppelin_context.md      |    2 +-
>  kylin/pom.xml                                      |   79 -
>  .../apache/zeppelin/kylin/KylinErrorResponse.java  |   62 -
>  .../apache/zeppelin/kylin/KylinInterpreter.java    |  237 -
>  kylin/src/main/resources/interpreter-setting.json  |   63 -
>  .../zeppelin/kylin/KylinInterpreterTest.java       |  295 -
>  pom.xml                                            |    9 +-
>  scalding/pom.xml                                   |  197 -
>  .../zeppelin/scalding/ScaldingInterpreter.java     |  280 -
>  .../src/main/resources/interpreter-setting.json    |   21 -
>  .../zeppelin/scalding/ZeppelinReplState.scala      |   48 -
>  .../zeppelin/scalding/ZeppelinScaldingLoop.scala   |   46 -
>  .../zeppelin/scalding/ZeppelinScaldingShell.scala  |   72 -
>  .../zeppelin/scalding/ScaldingInterpreterTest.java |  144 -
>  scio/README.md                                     |   18 -
>  scio/pom.xml                                       |  178 -
>  .../org/apache/zeppelin/scio/ContextAndArgs.scala  |   41 -
>  .../org/apache/zeppelin/scio/DisplayHelpers.scala  |  167 -
>  .../scio/DisplaySCollectionImplicits.scala         |  105 -
>  .../apache/zeppelin/scio/DisplayTapImplicits.scala |  154 -
>  .../org/apache/zeppelin/scio/ScioInterpreter.scala |  201 -
>  scio/src/test/avro/schema.avsc                     |   12 -
>  .../apache/zeppelin/scio/ScioInterpreterTest.java  |  109 -
>  scio/src/test/resources/log4j.properties           |   22 -
>  .../zeppelin/scio/DisplayHelpersTestScala211.scala |   55 -
>  .../org/apache/zeppelin/scio/TestCCScala211.scala  |   22 -
>  .../apache/zeppelin/scio/DisplayHelpersTest.scala  |  570 --
>  .../scala/org/apache/zeppelin/scio/TestCC.scala    |   24 -
>  .../org/apache/zeppelin/scio/util/TestUtils.scala  |   50 -
>  spark/interpreter/pom.xml                          |   14 +-
>  .../apache/zeppelin/spark/IPySparkInterpreter.java |    5 +
>  .../apache/zeppelin/spark/PySparkInterpreter.java  |    6 +
>  .../src/main/resources/python/zeppelin_ipyspark.py |    6 +-
>  .../src/main/resources/python/zeppelin_pyspark.py  |    8 +-
>  .../zeppelin/spark/SparkSqlInterpreterTest.java    |    8 +-
>  spark/scala-2.13/pom.xml                           |    2 +-
>  .../org/apache/zeppelin/spark/SparkVersion.java    |    6 +-
>  testing/env_python_3.7_with_R.yml                  |    2 +-
>  testing/env_python_3.8_with_R.yml                  |    2 +-
>  testing/env_python_3_with_R.yml                    |    2 +-
>  testing/env_python_3_with_R_and_tensorflow.yml     |    2 +-
>  zeppelin-distribution/src/bin_license/LICENSE      |    6 -
>  ...tionTest32.java => SparkIntegrationTest33.java} |    8 +-
>  ...Test24.java => ZeppelinSparkClusterTest33.java} |    7 +-
>  zeppelin-plugins/notebookrepo/s3/pom.xml           |   21 +-
>  .../zeppelin/notebook/repo/S3NotebookRepoTest.java |    5 +
>  zeppelin-server/pom.xml                            |    4 +-
>  zeppelin-web/package-lock.json                     | 6441
> +++++++++++---------
>  zeppelin-web/package.json                          |    6 +-
>  zeppelin-web/src/app/app.js                        |    2 +-
>  70 files changed, 3573 insertions(+), 6821 deletions(-)
>  create mode 100644 .gitattributes
>  delete mode 100644 docs/interpreter/kylin.md
>  delete mode 100644 docs/interpreter/scalding.md
>  delete mode 100644 docs/interpreter/scio.md
>  delete mode 100644 kylin/pom.xml
>  delete mode 100644
> kylin/src/main/java/org/apache/zeppelin/kylin/KylinErrorResponse.java
>  delete mode 100755
> kylin/src/main/java/org/apache/zeppelin/kylin/KylinInterpreter.java
>  delete mode 100644 kylin/src/main/resources/interpreter-setting.json
>  delete mode 100755
> kylin/src/test/java/org/apache/zeppelin/kylin/KylinInterpreterTest.java
>  delete mode 100644 scalding/pom.xml
>  delete mode 100644
> scalding/src/main/java/org/apache/zeppelin/scalding/ScaldingInterpreter.java
>  delete mode 100644 scalding/src/main/resources/interpreter-setting.json
>  delete mode 100644
> scalding/src/main/scala/org/apache/zeppelin/scalding/ZeppelinReplState.scala
>  delete mode 100644
> scalding/src/main/scala/org/apache/zeppelin/scalding/ZeppelinScaldingLoop.scala
>  delete mode 100644
> scalding/src/main/scala/org/apache/zeppelin/scalding/ZeppelinScaldingShell.scala
>  delete mode 100644
> scalding/src/test/java/org/apache/zeppelin/scalding/ScaldingInterpreterTest.java
>  delete mode 100644 scio/README.md
>  delete mode 100644 scio/pom.xml
>  delete mode 100644
> scio/src/main/scala/org/apache/zeppelin/scio/ContextAndArgs.scala
>  delete mode 100644
> scio/src/main/scala/org/apache/zeppelin/scio/DisplayHelpers.scala
>  delete mode 100644
> scio/src/main/scala/org/apache/zeppelin/scio/DisplaySCollectionImplicits.scala
>  delete mode 100644
> scio/src/main/scala/org/apache/zeppelin/scio/DisplayTapImplicits.scala
>  delete mode 100644
> scio/src/main/scala/org/apache/zeppelin/scio/ScioInterpreter.scala
>  delete mode 100644 scio/src/test/avro/schema.avsc
>  delete mode 100644
> scio/src/test/java/org/apache/zeppelin/scio/ScioInterpreterTest.java
>  delete mode 100644 scio/src/test/resources/log4j.properties
>  delete mode 100644
> scio/src/test/scala-2.11/org/apache/zeppelin/scio/DisplayHelpersTestScala211.scala
>  delete mode 100644
> scio/src/test/scala-2.11/org/apache/zeppelin/scio/TestCCScala211.scala
>  delete mode 100644
> scio/src/test/scala/org/apache/zeppelin/scio/DisplayHelpersTest.scala
>  delete mode 100644
> scio/src/test/scala/org/apache/zeppelin/scio/TestCC.scala
>  delete mode 100644
> scio/src/test/scala/org/apache/zeppelin/scio/util/TestUtils.scala
>  copy
> zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/{SparkIntegrationTest32.java
> => SparkIntegrationTest33.java} (89%)
>  copy
> zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/{ZeppelinSparkClusterTest24.java
> => ZeppelinSparkClusterTest33.java} (87%)
>
>