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 542e822dec Merge branch 'dev' into 
3032-harmonize-data-explorer-and-live-dashboard
     add 6048c0dc3b feat(#3091): Add option to configure time ordering (#3092)

No new revisions were added by this update.

Summary of changes:
 ui/cypress/support/utils/datalake/DataLakeBtns.ts  |  8 +++
 ui/cypress/support/utils/datalake/DataLakeUtils.ts | 14 +++-
 .../tests/datalake/timeOrderDataView.spec.ts       | 74 ++++++++++++++++++++++
 .../tests/datalake/timeRangeSelectors.spec.ts      |  4 +-
 .../tests/datalake/widgets/timeSeriesSave.spec.ts  |  4 +-
 .../src/lib/apis/datalake-rest.service.ts          | 33 +---------
 ...lorer-widget-appearance-settings.component.html |  4 +-
 ...xplorer-widget-appearance-settings.component.ts |  2 -
 .../data-explorer-designer-panel.component.html    |  1 -
 ...ta-explorer-widget-data-settings.component.html |  6 +-
 ...data-explorer-widget-data-settings.component.ts |  1 -
 .../field-selection-panel.component.ts             |  2 -
 .../field-selection/field-selection.component.ts   |  2 -
 .../filter-selection-panel.component.scss          | 17 -----
 .../filter-selection-panel.component.ts            |  5 --
 .../group-selection-panel.component.scss           | 17 -----
 .../group-selection-panel.component.ts             |  4 --
 .../order-selection-panel.component.html}          | 37 +++++------
 .../order-selection-panel.component.scss}          |  5 +-
 .../order-selection-panel.component.ts}            | 28 +++-----
 .../base/base-data-explorer-widget.directive.ts    | 59 +++++++----------
 .../components/widgets/base/base-widget-config.ts  | 13 +---
 .../time-series-appearance-config.component.html   |  5 +-
 .../time-series-appearance-config.component.ts     |  4 --
 .../aggregate-configuration.component.ts           |  1 -
 .../echarts-widget-appearance-config.component.ts  |  4 --
 .../select-color-properties.component.ts           |  1 -
 ui/src/app/data-explorer/data-explorer.module.ts   |  2 +
 .../models/dataview-dashboard.model.ts             |  1 -
 29 files changed, 161 insertions(+), 197 deletions(-)
 create mode 100644 ui/cypress/tests/datalake/timeOrderDataView.spec.ts
 delete mode 100644 
ui/src/app/data-explorer/components/data-view/data-view-designer-panel/data-settings/filter-selection-panel/filter-selection-panel.component.scss
 delete mode 100644 
ui/src/app/data-explorer/components/data-view/data-view-designer-panel/data-settings/group-selection-panel/group-selection-panel.component.scss
 copy 
ui/src/app/data-explorer/components/{widgets/utils/echarts-widget-appearance-config/echarts-widget-appearance-config.component.html
 => 
data-view/data-view-designer-panel/data-settings/order-selection-panel/order-selection-panel.component.html}
 (56%)
 copy 
ui/src/app/data-explorer/components/{dashboard/dashboard-widget-selection-panel/data-view-selection/data-view-selection.component.scss
 => 
data-view/data-view-designer-panel/data-settings/order-selection-panel/order-selection-panel.component.scss}
 (92%)
 copy 
ui/src/app/data-explorer/components/data-view/data-view-designer-panel/data-settings/{field-selection/field-selection.component.ts
 => order-selection-panel/order-selection-panel.component.ts} (62%)

Reply via email to