You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/05/27 14:29:16 UTC

[incubator-streampipes] branch dev updated (a41dd21fe -> e207fed5a)

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/incubator-streampipes.git


    from a41dd21fe Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
     add 836910849 [STREAMPIPES-537] Change router for configuration
     add 44779f7ba [STEAMPIPES-537] Update app-routing template
     add 9b3ec883d [STREAMPIPES-537] Update router for file module
     add 4d36182c4 [STREAMPIPES-537] Update routing and navigation in add module
     add e4e573b44 [STREAMPIPES-537] Move dot menu to data panel
     add 860530216 [STREAMPIPES-537] Change routing for datalake overview and dashboard view
     add 2ee9f2880 [STREAMPIPES-537] Change route for edit mode
     add e23a3ca24 [STREAMPIPES-537] add link for config module
     add b75ff2489 [STREAMPIPES-537] Clean up dashboard overview component
     add 0fb49706c [STREAMPIPES-537] Minor changes in data eplorer panel
     add 0e4cde36c Merge branch 'dev' into STREAMPIPES-537-NEW
     add 8863835f4 [STREAMPIPES-537] Support lazy import in prebuild script
     add 299f7ebfc [STREAMPIPES-537] Fix layout of data explorer entry page
     add e2e4953a2 [STREAMPIPES-537] Fix highlighted route in iconbar
     add e0a6fc8ad [STREAMPIPES-537] Provide custom time settings as path param in data explorer
     add 9f75799de [STREAMPIPES-537] Properly delete dashboards in data explorer
     add 914641f33 [STREAMPIPES-537] Support navigation in dashboard view
     add e45142ee9 [STREAMPIPES-537] Improve navigation
     add e207fed5a [hotfix] Restore selected fields in data selection panel

No new revisions were added by this update.

Summary of changes:
 .idea/runConfigurations/all_extensions_jvm.xml     |   1 +
 .idea/runConfigurations/backend.xml                |   1 +
 ui/cypress.json                                    |   2 +-
 ui/deployment/app-routing.module.mst               |  12 +-
 ui/deployment/appng5.module.mst                    |   4 -
 ui/deployment/base-navigation.component.mst        |   2 +-
 ui/deployment/modules.yml                          |  22 +--
 ui/deployment/prebuild.js                          |   4 +-
 .../src/lib/apis}/dashboard.service.ts             |  19 +-
 .../lib/model}/measurement-unit/MeasurementUnit.ts |   0
 .../platform-services/src/public-api.ts            |   2 +
 ui/src/app/add/add.component.html                  |  68 +++----
 ui/src/app/add/add.component.ts                    |  34 ++--
 ui/src/app/add/add.module.ts                       |  12 ++
 .../components/view-asset/view-asset.component.ts  |   3 +-
 .../app/configuration/configuration.component.html |  69 +++----
 .../app/configuration/configuration.component.ts   |  13 +-
 ui/src/app/configuration/configuration.module.ts   | 120 ++++++++-----
 .../datalake-configuration.component.html          | 149 +++++++--------
 .../email-configuration.component.html             | 199 ++++++++++-----------
 .../general-configuration.component.html           | 140 +++++++--------
 .../messaging-configuration.component.html         | 125 ++++++-------
 .../pipeline-element-configuration.component.html  |  93 +++++-----
 .../security-configuration.component.html          |  62 ++++---
 .../core/components/iconbar/iconbar.component.ts   |   6 +-
 .../overview/dashboard-overview.component.ts       |   3 +-
 .../components/panel/dashboard-panel.component.ts  |   4 +-
 .../standalone/standalone-dashboard.component.ts   |   3 +-
 .../widget/dashboard-widget.component.ts           |   2 +-
 .../widgets/number/number-widget.component.ts      |   3 +-
 ui/src/app/dashboard/dashboard.component.ts        |  12 +-
 ui/src/app/dashboard/dashboard.module.ts           |  23 ++-
 .../add-visualization-dialog.component.ts          |   2 +-
 .../edit-dashboard-dialog.component.ts             |   3 +-
 .../field-selection-panel.component.ts             |   2 +-
 ...data-explorer-dashboard-overview.component.html |  13 +-
 .../data-explorer-dashboard-overview.component.ts  |  45 ++---
 .../data-explorer-dashboard-panel.component.css    |  13 ++
 .../data-explorer-dashboard-panel.component.html   | 168 ++++++++++-------
 .../data-explorer-dashboard-panel.component.ts     | 164 ++++++++++++-----
 .../time-selector/timeRangeSelector.component.html |   2 +-
 .../time-selector/timeRangeSelector.component.scss |  10 +-
 .../time-selector/timeRangeSelector.component.ts   |   3 +
 .../app/data-explorer/data-explorer.component.css  |  12 --
 .../app/data-explorer/data-explorer.component.html |  37 +---
 .../app/data-explorer/data-explorer.component.ts   |  38 ++--
 ui/src/app/data-explorer/data-explorer.module.ts   |  21 +++
 ui/src/app/files/files.module.ts                   |  13 +-
 48 files changed, 944 insertions(+), 814 deletions(-)
 rename ui/{src/app/dashboard/services => projects/streampipes/platform-services/src/lib/apis}/dashboard.service.ts (92%)
 rename ui/{src/app/core-model => projects/streampipes/platform-services/src/lib/model}/measurement-unit/MeasurementUnit.ts (100%)