This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/npm_and_yarn/zeppelin-web-angular/zeppelin-web-angular-security-updates-81746c86ac
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


 discard d0ebe7183f Bump the zeppelin-web-angular-security-updates group across 
1 directory with 12 updates
     add 1aeed09a00 [ZEPPELIN-6508] Remove outdated Mahout interpreter helper 
and documentation
     add 419c14c74a [ZEPPELIN-6482] Guarantee system restoration when execution 
fails
     add cb219f607d [ZEPPELIN-6557] Add history-based inline completion to the 
new UI editor
     add 076e9f8ba9 Bump the zeppelin-web-angular-security-updates group across 
1 directory with 12 updates

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   (d0ebe7183f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/zeppelin-web-angular/zeppelin-web-angular-security-updates-81746c86ac
 (076e9f8ba9)

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:
 docs/_includes/themes/zeppelin/_navigation.html    |    1 -
 docs/index.md                                      |    1 -
 docs/interpreter/mahout.md                         |  186 --
 java/pom.xml                                       |    6 +
 .../java/org/apache/zeppelin/java/StaticRepl.java  |   98 +-
 .../org/apache/zeppelin/java/StaticReplTest.java   |   66 +
 .../Using Mahout_2BYEZ5EVK.zpln                    |  887 ---------
 scripts/mahout/add_mahout_interpreters.py          |  290 ---
 .../e2e/models/editor-search-page.ts               |   20 +-
 .../e2e/tests/notebook/inline-completion.spec.ts   |   80 +
 .../keyboard/notebook-keyboard-shortcuts.spec.ts   |   16 +-
 zeppelin-web-angular/package-lock.json             | 2019 ++------------------
 zeppelin-web-angular/package.json                  |    4 +-
 .../src/app/key-binding/key-binder.ts              |   16 +-
 .../notebook-paragraph-keyboard-event-handler.ts   |    4 +-
 .../paragraph/code-editor/code-editor.component.ts |   20 +-
 .../src/app/services/inline-completion.service.ts  |  210 ++
 .../src/app/services/public-api.ts                 |    1 +
 .../query-flag.util.spec.ts}                       |   26 +-
 .../query-flag.util.ts}                            |   19 +-
 .../src/app/services/react-feature.service.ts      |   19 +-
 21 files changed, 626 insertions(+), 3363 deletions(-)
 delete mode 100644 docs/interpreter/mahout.md
 create mode 100644 
java/src/test/java/org/apache/zeppelin/java/StaticReplTest.java
 delete mode 100644 notebook/Miscellaneous Tutorial/Using Mahout_2BYEZ5EVK.zpln
 delete mode 100644 scripts/mahout/add_mahout_interpreters.py
 create mode 100644 
zeppelin-web-angular/e2e/tests/notebook/inline-completion.spec.ts
 create mode 100644 
zeppelin-web-angular/src/app/services/inline-completion.service.ts
 copy zeppelin-web-angular/src/app/{app.component.less => 
services/query-flag.util.spec.ts} (59%)
 copy 
zeppelin-web-angular/src/app/{visualizations/bar-chart/bar-chart-visualization.component.less
 => services/query-flag.util.ts} (65%)

Reply via email to