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/grunt-1.5.3
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


 discard 8651d424d5 Bump grunt from 0.4.5 to 1.5.3 in /zeppelin-web
     add 21fd4c262d [ZEPPELIN-5791] Update hbase interpreter version from 1.0.0 
to 2.4.12 (#4438)
     add 595556a70a [ZEPPELIN-5638] Add flink job interval check (#4427)
     add 9b9e9a6057 [ZEPPELIN-5785] Remove ksql interpreter (#4434)
     add d2cdb77f6a Bump gson from 2.2 to 2.8.9 in /shell (#4381)
     add 71c97acd19 [ZEPPELIN-5799] Enriched LdapRealm configuration in Shiro 
Authentication and fixed some wrong config items. (#4444)
     add 27709eec3b [ZEPPELIN-5801] add configuration_storage.md and rename 
storage.md to notebook_storage.md (#4446)
     add 2cee8c831a [Hotfix] Typo in shiro_authentication.md (#4447)
     add 6f966d5451 Bump hadoop-common from 3.2.3 to 3.2.4 in /alluxio (#4442)
     add d045c3b2d8 [MINOR] Add some GitHub features for PR (#4452)
     add f297dbdc84 [ZEPPELIN-5802][MINOR] fix rimraf version (#4448)
     add 8b2a35ad23 Bump grunt from 0.4.5 to 1.5.3 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   (8651d424d5)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/zeppelin-web/grunt-1.5.3 (8b2a35ad23)

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:
 .asf.yaml                                          |   5 +
 .github/workflows/core.yml                         |   3 +-
 alluxio/pom.xml                                    |   2 +-
 dev/create_release.sh                              |   3 +-
 docs/_includes/themes/zeppelin/_navigation.html    |   1 -
 docs/index.md                                      |   1 -
 docs/interpreter/ksql.md                           |  78 -------
 docs/setup/security/shiro_authentication.md        |  25 +-
 docs/setup/storage/configuration_storage.md        |  65 ++++++
 .../storage/{storage.md => notebook_storage.md}    |   2 +-
 .../java/org/apache/zeppelin/flink/JobManager.java |   4 +
 hbase/pom.xml                                      |   7 +-
 ksql/README.md                                     |  10 -
 ksql/pom.xml                                       |  88 -------
 .../apache/zeppelin/ksql/BasicKSQLHttpClient.java  | 175 --------------
 .../org/apache/zeppelin/ksql/KSQLInterpreter.java  | 169 --------------
 .../java/org/apache/zeppelin/ksql/KSQLRequest.java |  51 ----
 .../org/apache/zeppelin/ksql/KSQLResponse.java     |  86 -------
 .../org/apache/zeppelin/ksql/KSQLRestService.java  | 257 ---------------------
 ksql/src/main/resources/interpreter-setting.json   |  21 --
 .../apache/zeppelin/ksql/KSQLInterpreterTest.java  | 171 --------------
 ksql/src/test/resources/log4j.properties           |  30 ---
 pom.xml                                            |   1 -
 shell/pom.xml                                      |   2 +-
 zeppelin-web/package-lock.json                     |  12 +-
 zeppelin-web/package.json                          |   2 +-
 26 files changed, 101 insertions(+), 1170 deletions(-)
 delete mode 100644 docs/interpreter/ksql.md
 create mode 100644 docs/setup/storage/configuration_storage.md
 rename docs/setup/storage/{storage.md => notebook_storage.md} (99%)
 delete mode 100644 ksql/README.md
 delete mode 100644 ksql/pom.xml
 delete mode 100644 
ksql/src/main/java/org/apache/zeppelin/ksql/BasicKSQLHttpClient.java
 delete mode 100644 
ksql/src/main/java/org/apache/zeppelin/ksql/KSQLInterpreter.java
 delete mode 100644 ksql/src/main/java/org/apache/zeppelin/ksql/KSQLRequest.java
 delete mode 100644 
ksql/src/main/java/org/apache/zeppelin/ksql/KSQLResponse.java
 delete mode 100644 
ksql/src/main/java/org/apache/zeppelin/ksql/KSQLRestService.java
 delete mode 100644 ksql/src/main/resources/interpreter-setting.json
 delete mode 100644 
ksql/src/test/java/org/apache/zeppelin/ksql/KSQLInterpreterTest.java
 delete mode 100644 ksql/src/test/resources/log4j.properties

Reply via email to