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 2021/10/31 19:09:29 UTC

[incubator-streampipes] 01/01: Merge branch 'dev' into STREAMPIPES-426

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch STREAMPIPES-426
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit c1b71205c887e49c802902071e79c8edde3abaa5
Merge: f36e902 3741b06
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun Oct 31 20:09:12 2021 +0100

    Merge branch 'dev' into STREAMPIPES-426

 .../dataexplorer/v4/AutoAggregationHandler.java    |   3 +-
 .../dataexplorer/v4/params/ColumnFunction.java     |   3 +-
 .../dataexplorer/v4/params/WhereCondition.java     |  12 ++
 .../v4/params/WhereStatementParams.java            |  14 +-
 .../apache/streampipes/rest/ResetManagement.java   |  15 ++
 .../v4/params/WhereStatementParamsTest.java        |  57 +++++++
 .../java/org/apache/streampipes/rest/TestUtil.java |  82 ---------
 ui/cypress/fixtures/datalake/sample.csv            |  11 ++
 .../enrich-jvm/valueChange1/description.json       |  20 +++
 .../enrich-jvm/valueChange1/expected.csv           |  11 ++
 .../enrich-jvm/valueChange1/input.csv              |  11 ++
 .../filters-jvm/booleanFilter1/description.json    |  15 ++
 .../filters-jvm/booleanFilter1/expected.csv        |   6 +
 .../filters-jvm/booleanFilter1/input.csv           |  11 ++
 .../filters-jvm/booleanFilter2/description.json    |  15 ++
 .../filters-jvm/booleanFilter2/expected.csv        |   6 +
 .../filters-jvm/booleanFilter2/input.csv           |  11 ++
 .../thresholdDetection1/description.json           |  20 +++
 .../filters-jvm/thresholdDetection1/expected.csv   |  11 ++
 .../filters-jvm/thresholdDetection1/input.csv      |  11 ++
 .../support/builder/GenericAdapterBuilder.ts       |   5 +
 ui/cypress/support/model/AdapterInput.ts           |   1 +
 .../cypress/support/model/DataLakeFilterConfig.ts  |  15 +-
 ui/cypress/support/utils/AdapterUtils.ts           |  16 ++
 ui/cypress/support/utils/DataLakeUtils.ts          | 163 +++++++++++++++++-
 .../utils/ThirdPartyIntegrationUtils.ts}           |  51 +++---
 ui/cypress/tests/datalake/configuration.ts         |  55 +-----
 .../tests/datalake/testSpecialCharactersInName.ts  |  85 +++++++++
 .../tests/datalake/widgetDataConfiguration.ts      | 109 ++++++++++++
 ui/cypress/tests/datalake/widgets/table.ts         |  60 +++++++
 .../tests/pipelineElement/SinglePipelineElement.ts |   4 +-
 .../InfluxDbAdapter.ts => thirdparty/InfluxDb.ts}  |  49 ++----
 .../KafkaAdapter.ts => thirdparty/Kafka.ts}        |  40 ++---
 .../{adapter/MqttAdapter.ts => thirdparty/Mqtt.ts} |  39 ++---
 .../MySQLDbAdapter.ts => thirdparty/MySQLDb.ts}    |  36 ++--
 ui/nginx_config/default.conf                       |   2 +-
 .../event-property-row.component.html              |   6 +-
 .../datalake/DatalakeQueryParameterBuilder.ts      |  12 +-
 .../data-explorer-designer-panel.component.html    |  18 +-
 ...ta-explorer-widget-data-settings.component.html |  15 +-
 .../field-selection-panel.component.html           |   1 +
 .../field-selection/field-selection.component.html |   3 +
 .../filter-selection-panel.component.html          |  28 ++-
 .../filter-selection-panel.component.ts            |  32 +++-
 .../group-selection-panel.component.html           |   8 +-
 .../group-selection-panel.component.ts             |   5 +
 ...-explorer-visualisation-settings.component.html |  16 +-
 ...data-explorer-dashboard-overview.component.html |  11 +-
 .../time-selector/timeRangeSelector.component.html |  16 +-
 .../widgets/base/base-data-explorer-widget.ts      |   4 +-
 .../density/density-chart-widget.component.ts      |  16 +-
 .../config/heatmap-widget-config.component.html}   |  21 +--
 .../config/heatmap-widget-config.component.scss}   |   0
 .../config/heatmap-widget-config.component.ts      |  65 +++++++
 .../heatmap-widget.component.html}                 |  19 +--
 .../heatmap-widget.component.scss}                 |   0
 .../widgets/heatmap/heatmap-widget.component.ts    | 190 +++++++++++++++++++++
 .../model/heatmap-widget.model.ts}                 |  31 ++--
 .../histogram/histogram-chart-widget.component.ts  |   8 +-
 .../widgets/image/image-widget.component.ts        |   2 +-
 .../indicator/indicator-chart-widget.component.ts  |  12 +-
 .../map/config/map-widget-config.component.ts      |   8 +-
 .../components/widgets/map/map-widget.component.ts |  59 ++++---
 .../widgets/pie/pie-chart-widget.component.ts      |   6 +-
 .../widgets/table/table-widget.component.html      |   8 +-
 .../widgets/table/table-widget.component.ts        |   8 +-
 ...time-series-chart-widget-config.component.html} |  23 +--
 ...time-series-chart-widget-config.component.scss} |   0
 .../time-series-chart-widget-config.component.ts}  |  47 +++--
 .../model/time-series-chart-widget.model.ts}       |  10 +-
 .../services/color.service.ts                      |   0
 .../time-series-chart-widget.component.html}       |   0
 .../time-series-chart-widget.component.scss}       |   0
 .../time-series-chart-widget.component.ts}         | 176 +++++++++----------
 .../select-color-properties.component.html         |  73 ++++++++
 .../select-color-properties.component.scss         |  13 +-
 .../select-color-properties.component.ts           | 100 +++++++++++
 ui/src/app/data-explorer/data-explorer.module.ts   |  25 ++-
 ...a-explorer-edit-data-view-dialog.component.html |   8 +-
 .../registry/data-explorer-widgets.ts              |  15 +-
 .../services/data-view-query-generator.service.ts  |   4 +
 81 files changed, 1609 insertions(+), 588 deletions(-)