This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch 3032-harmonize-data-explorer-and-live-dashboard
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 06415e4c26 Merge branch
'3032-harmonize-data-explorer-and-live-dashboard' of
github.com:apache/streampipes into
3032-harmonize-data-explorer-and-live-dashboard
add 77c4966ee4 Add dialog window for deleting data views/dashboards and
test functionality with new E2E-test (#3137)
No new revisions were added by this update.
Summary of changes:
ui/cypress/support/utils/datalake/DataLakeUtils.ts | 40 ++++++++++++++++++
...eteWidget.ts => deleteViewAndDashboard.spec.ts} | 49 ++++++++--------------
ui/cypress/tests/datalake/deleteWidget.ts | 19 ++-------
.../confirm-dialog/confirm-dialog.component.html | 4 +-
.../data-view-preview.component.html | 22 +++++-----
.../data-view-preview.component.scss | 1 +
.../data-explorer-dashboard-panel.component.ts | 10 ++---
.../data-explorer-data-view.component.html | 1 +
.../data-view/data-explorer-data-view.component.ts | 4 ++
...data-explorer-dashboard-overview.component.html | 1 +
.../data-explorer-dashboard-overview.component.ts | 24 +++++++++--
...data-explorer-data-view-overview.component.html | 1 +
.../data-explorer-data-view-overview.component.ts | 30 +++++++++++--
.../widget-view/abstract-widget-view.directive.ts | 7 ++--
.../data-explorer-dashboard-grid.component.html | 1 +
...ta-explorer-dashboard-slide-view.component.html | 1 +
.../data-explorer-dashboard-widget.component.ts | 8 ++--
ui/src/app/data-explorer/data-explorer.routes.ts | 2 +-
18 files changed, 145 insertions(+), 80 deletions(-)
copy ui/cypress/tests/datalake/{deleteWidget.ts =>
deleteViewAndDashboard.spec.ts} (53%)