This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch
3158-move-data-explorer-dashboard-to-live-dashboard-view
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from c69e23ac2c Fix tests, cleanup dashboard resource
add b52bcc28f9 Rename services
No new revisions were added by this update.
Summary of changes:
ui/deployment/home.service.mst | 7 +-
ui/deployment/modules.yml | 4 +-
...w-data-explorer.service.ts => chart.service.ts} | 80 ++++++----------------
.../src/lib/apis/dashboard.service.ts | 75 ++++++++++++++++++++
.../platform-services/src/public-api.ts | 3 +-
.../assets/dialog/base-asset-links.directive.ts | 10 +--
.../create-asset/create-asset-dialog.component.ts | 1 -
.../edit-asset-link-dialog.component.ts | 13 ++--
.../manage-asset-links-dialog.component.ts | 13 ++--
.../datalake-configuration.component.ts | 4 +-
.../chart-view/abstract-chart-view.directive.ts | 8 +--
.../grid-view/dashboard-grid-view.component.ts | 4 +-
.../slide-view/dashboard-slide-view.component.ts | 4 +-
.../dashboard-overview-table.component.ts | 10 +--
.../chart-selection/chart-selection.component.ts | 6 +-
.../components/panel/dashboard-panel.component.ts | 12 ++--
.../edit-dashboard-dialog.component.ts | 15 ++--
.../data-explorer-chart-view.component.ts | 16 ++---
...data-explorer-widget-data-settings.component.ts | 4 +-
.../data-explorer-overview-table.component.ts | 9 ++-
20 files changed, 167 insertions(+), 131 deletions(-)
rename
ui/projects/streampipes/platform-services/src/lib/apis/{data-view-data-explorer.service.ts
=> chart.service.ts} (64%)
create mode 100644
ui/projects/streampipes/platform-services/src/lib/apis/dashboard.service.ts