This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from faac0ed225 feat: Minor layout improvements, german translations for
pipeline editor (#3799)
add d7c6273d2a feat(#3810): Support cloning of dashboards (#3811)
No new revisions were added by this update.
Summary of changes:
.../model/dashboard/DashboardModel.java | 5 +
ui/cypress/support/utils/GeneralUtils.ts | 16 +++
ui/cypress/support/utils/datalake/DataLakeUtils.ts | 8 +-
.../src/lib/model/dashboard/dashboard.model.ts | 1 +
.../sp-table/sp-table-actions.directive.ts | 7 +-
.../components/sp-table/sp-table.component.html | 55 ++++++-
.../components/sp-table/sp-table.component.scss | 4 +
.../lib/components/sp-table/sp-table.component.ts | 31 ++++
.../shared-ui/src/lib/shared-ui.module.ts | 3 +
.../streampipes/shared-ui/src/public-api.ts | 1 +
.../id-generator/id-generator.service.ts | 4 +
.../template/PipelineInvocationBuilder.ts | 96 -------------
.../grid-view/dashboard-grid-view.component.ts | 4 +-
.../slide-view/dashboard-slide-view.component.scss | 5 +-
.../dashboard-overview-table.component.html | 139 +++++++++---------
.../dashboard-overview-table.component.ts | 26 ++++
.../overview/dashboard-overview.component.ts | 3 +-
.../panel/dashboard-panel.component.scss | 1 -
ui/src/app/dashboard/dashboard.module.ts | 4 +
.../clone-dashboard-dialog.component.html | 158 +++++++++++++++++++++
.../clone-dashboard-dialog.component.scss} | 2 +-
.../clone-dashboard-dialog.component.ts | 130 +++++++++++++++++
.../edit-dashboard-dialog.component.html | 22 +++
.../edit-dashboard-dialog.component.ts | 8 +-
.../charts/status/status-widget.component.ts | 2 +-
ui/src/scss/sp/_variables.scss | 1 +
ui/src/scss/sp/layout.scss | 8 ++
ui/src/scss/sp/sp-theme.scss | 3 +-
28 files changed, 558 insertions(+), 189 deletions(-)
copy
streampipes-client-api/src/main/java/org/apache/streampipes/client/api/annotation/NotYetImplemented.java
=>
ui/projects/streampipes/shared-ui/src/lib/components/sp-table/sp-table-actions.directive.ts
(83%)
delete mode 100644
ui/src/app/core-services/template/PipelineInvocationBuilder.ts
create mode 100644
ui/src/app/dashboard/dialogs/clone-dashboard/clone-dashboard-dialog.component.html
copy
ui/src/app/{editor/dialog/save-pipeline/save-pipeline-settings/save-pipeline-settings.component.scss
=> dashboard/dialogs/clone-dashboard/clone-dashboard-dialog.component.scss}
(99%)
create mode 100644
ui/src/app/dashboard/dialogs/clone-dashboard/clone-dashboard-dialog.component.ts