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


 discard 8cd727c10d Bump tmp, @angular/cli, karma and protractor in 
/zeppelin-web-angular
     add 4efa2a34cc [ZEPPELIN-6270] Rename "Import As" to "Note Name" for 
creating a new note in the new UI
     add 0da4f8d93d [ZEPPELIN-6244] Handle Collection as defaultValue in 
GUI.select()
     add 215b782876 [ZEPPELIN-6252] Migrate frontend TypeScript configuration 
to `strict: true` for better type safety
     add ef70b45231 Bump tmp, @angular/cli, karma and protractor 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   (8cd727c10d)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/zeppelin-web-angular/multi-a7be42f6b5 
(ef70b45231)

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:
 .../main/java/org/apache/zeppelin/display/GUI.java |  10 +
 .../java/org/apache/zeppelin/display/GUITest.java  |  42 +++
 zeppelin-web-angular/package-lock.json             | 109 +++---
 zeppelin-web-angular/package.json                  |   1 +
 .../helium-vis-example/src/json-vis.component.ts   |  26 +-
 .../helium-vis-example/src/json-visualization.ts   |   8 +-
 .../projects/zeppelin-helium/src/common-deps.ts    |   1 +
 .../zeppelin-helium/src/zeppelin-helium.service.ts |   9 +-
 .../interfaces/message-data-type-map.interface.ts  |   7 +-
 .../src/interfaces/message-notebook.interface.ts   |   4 +-
 .../src/interfaces/message-operator.interface.ts   |   1 -
 .../src/interfaces/message-paragraph.interface.ts  |  30 +-
 .../projects/zeppelin-sdk/src/message.ts           |  84 +++--
 .../src/g2-visualization-base.ts                   |   9 +-
 .../src/g2-visualization-component-base.ts         |  40 ++-
 .../src/pivot-transformation.ts                    |  23 +-
 .../zeppelin-visualization/src/table-data.ts       |   1 +
 .../src/table-transformation.ts                    |   3 +-
 .../zeppelin-visualization/src/transformation.ts   |   9 +-
 .../zeppelin-visualization/src/visualization.ts    |   9 +-
 .../src/app/app-message.interceptor.ts             |   6 +-
 .../app/core/message-listener/message-listener.ts  |  13 +-
 .../src/app/core/paragraph-base/paragraph-base.ts  |  89 +++--
 .../src/app/interfaces/interpreter.ts              |   2 +-
 .../src/app/interfaces/node-list.ts                |   1 +
 .../src/app/pages/login/login.component.ts         |   6 +-
 .../workspace/credential/credential.component.html | 129 ++++---
 .../workspace/credential/credential.component.ts   |  36 +-
 .../src/app/pages/workspace/home/home.component.ts |   4 +-
 .../create-repository-modal.component.ts           |  16 +-
 .../workspace/interpreter/interpreter.component.ts |  13 +-
 .../workspace/interpreter/item/item.component.html |  17 +-
 .../workspace/interpreter/item/item.component.ts   | 132 +++++---
 .../workspace/job-manager/job-manager.component.ts |   8 +-
 .../job-manager/job-status/job-status.component.ts |   2 +-
 .../workspace/job-manager/job/job.component.ts     |   2 +-
 .../notebook-repos/item/item.component.ts          |   7 +-
 .../notebook-repos/notebook-repos.component.ts     |   4 +-
 .../result-item/result-item.component.ts           |  41 ++-
 .../notebook/action-bar/action-bar.component.ts    |  29 +-
 .../interpreter-binding.component.ts               |   2 +-
 .../note-form-block/note-form-block.component.ts   |  10 +-
 .../pages/workspace/notebook/notebook.component.ts | 140 +++++---
 .../paragraph/code-editor/code-editor.component.ts | 105 +++---
 .../paragraph/control/control.component.ts         |  13 +-
 .../notebook/paragraph/footer/footer.component.ts  |  23 +-
 .../notebook/paragraph/paragraph.component.ts      |  42 ++-
 .../permissions/permissions.component.html         |  39 ++-
 .../notebook/permissions/permissions.component.ts  |  10 +-
 .../share/elastic-input/elastic-input.component.ts |  14 +-
 .../notebook/sidebar/sidebar.component.ts          |   2 +-
 .../published/paragraph/paragraph.component.ts     |  38 ++-
 .../share/dynamic-forms/dynamic-forms.component.ts |  18 +-
 .../workspace/share/result/result.component.ts     |  58 ++--
 .../src/app/pages/workspace/workspace.component.ts |  10 +-
 .../src/app/services/array-ordering.service.ts     |  15 +-
 zeppelin-web-angular/src/app/services/base-rest.ts |   2 +-
 .../src/app/services/base-url.service.ts           |   2 +-
 .../src/app/services/completion.service.ts         |   9 +-
 .../src/app/services/helium.service.ts             |   2 +-
 .../src/app/services/message.service.ts            |  40 +--
 .../src/app/services/ng-z.service.ts               |   9 +-
 .../src/app/services/note-list.service.ts          |  18 +-
 .../src/app/services/note-status.service.ts        |   6 +-
 .../src/app/services/note-var-share.service.ts     |   8 +-
 .../src/app/services/runtime-compiler.service.ts   |  14 +-
 .../src/app/services/shortcut.service.ts           |   2 +-
 .../src/app/services/ticket.service.ts             |  15 +-
 .../app/share/code-editor/code-editor.component.ts |   6 +-
 .../external-links/external-link.directive.ts      |  13 +-
 .../share/folder-rename/folder-rename.component.ts |   6 +-
 .../src/app/share/header/header.component.ts       |   3 +
 .../src/app/share/node-list/node-list.component.ts |  15 +-
 .../share/note-create/note-create.component.html   |   2 +-
 .../app/share/note-create/note-create.component.ts |  23 +-
 .../app/share/note-import/note-import.component.ts |  27 +-
 .../app/share/note-rename/note-rename.component.ts |   4 +-
 .../src/app/share/note-toc/note-toc.component.ts   |  12 +-
 .../app/share/page-header/page-header.component.ts |   6 +-
 .../app/share/run-scripts/run-scripts.directive.ts |   4 +-
 zeppelin-web-angular/src/app/spell/spell-result.ts |   4 +-
 .../src/app/utility/get-keyword-positions.ts       |   2 +-
 zeppelin-web-angular/src/app/utility/line-map.ts   |   6 +-
 .../published.ts => utility/type-utility.ts}       |   6 +-
 .../area-chart-visualization.component.ts          |  40 ++-
 .../bar-chart/bar-chart-visualization.component.ts |  37 ++-
 .../pivot-setting/pivot-setting.component.html     |  90 ++---
 .../pivot-setting/pivot-setting.component.ts       |  20 +-
 .../scatter-setting/scatter-setting.component.ts   |  26 +-
 .../app/visualizations/common/util/set-x-axis.ts   |   3 +
 .../x-axis-setting/x-axis-setting.component.ts     |  20 +-
 .../line-chart-visualization.component.ts          |  52 ++-
 .../pie-chart/pie-chart-visualization.component.ts |  21 +-
 .../scatter-chart-visualization.component.ts       |  24 +-
 .../table/table-visualization.component.ts         |  54 ++-
 .../visualizations/table/table-visualization.ts    |   4 +-
 .../helium-packages/helium-vis-example.umd.js      | 369 ++++++++++++---------
 zeppelin-web-angular/tsconfig.json                 |   1 +
 98 files changed, 1518 insertions(+), 1031 deletions(-)
 copy zeppelin-web-angular/src/app/{core/paragraph-base/published.ts => 
utility/type-utility.ts} (78%)

Reply via email to