This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch 3960-make-datasets-a-first-class-ui-view
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 356b1b9cf3 Modify imports after merge
add 9c36aabf2c feat(#3992): Improve widget handling in dashboard (#4011)
new c5d142dac0 Merge branch 'dev' into
3960-make-datasets-a-first-class-ui-view
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../streampipes/model/dashboard/DashboardItem.java | 37 +++
.../management/DataExplorerResourceManager.java | 3 +-
.../datalake/KioskDashboardDataLakeResource.java | 2 +-
.../core/migrations/AvailableMigrations.java | 4 +-
.../v099/UniqueDashboardIdMigration.java | 73 +++++
ui/package-lock.json | 32 +--
ui/package.json | 2 +-
.../streampipes/platform-services/package.json | 3 +-
.../src/lib/model/dashboard/dashboard.model.ts | 15 +-
.../static-free-input.component.ts | 1 -
.../kiosk/dashboard-kiosk.component.html | 4 +-
.../kiosk/dashboard-kiosk.component.scss | 1 +
.../components/kiosk/dashboard-kiosk.component.ts | 2 +-
.../chart-view/abstract-chart-view.directive.ts | 39 +--
.../grid-view/dashboard-grid-view.component.html | 70 +++--
.../grid-view/dashboard-grid-view.component.scss | 31 +--
.../grid-view/dashboard-grid-view.component.ts | 87 +++---
.../slide-view/dashboard-slide-view.component.html | 6 +-
.../slide-view/dashboard-slide-view.component.ts | 33 +--
.../dashboard-shared/dashboard-shared.module.ts | 4 +-
.../chart-selection-panel.component.html | 5 -
.../panel/dashboard-panel.component.scss | 2 +-
.../components/panel/dashboard-panel.component.ts | 28 +-
ui/src/app/dashboard/dashboard.module.ts | 2 -
.../data-explorer-chart-container.component.html | 298 ++++++++++-----------
.../data-explorer-chart-container.component.scss | 4 +-
.../data-explorer-chart-container.component.ts | 98 ++++---
.../base/base-data-explorer-widget.directive.ts | 66 ++---
.../charts/base/echarts-widget.component.html | 2 +-
.../charts/base/echarts-widget.component.ts | 20 +-
.../charts/gauge/gauge-renderer.service.ts | 10 +-
.../charts/heatmap/heatmap-renderer.service.ts | 5 +-
.../charts/image/image-widget.component.ts | 5 +-
.../charts/status/status-widget.component.html | 19 +-
.../charts/status/status-widget.component.scss | 22 +-
.../charts/status/status-widget.component.ts | 11 +-
.../charts/table/table-widget.component.ts | 2 +-
.../traffic-light-widget.component.html | 40 +--
.../traffic-light-widget.component.scss | 37 ++-
.../traffic-light-widget.component.ts | 20 +-
.../data-explorer-shared.module.ts | 2 -
.../models/dataview-dashboard.model.ts | 13 +-
.../models/gridster-info.model.ts | 9 +-
.../services/resize.service.ts | 6 +-
.../data-explorer-chart-view.component.html | 5 +-
.../data-explorer-chart-view.component.ts | 14 +-
ui/src/app/data-explorer/data-explorer.module.ts | 3 -
ui/src/app/editor/editor.module.ts | 2 -
ui/src/scss/main.scss | 2 +
49 files changed, 587 insertions(+), 614 deletions(-)
create mode 100644
streampipes-service-core/src/main/java/org/apache/streampipes/service/core/migrations/v099/UniqueDashboardIdMigration.java