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 2020/06/28 21:45:28 UTC

[incubator-streampipes] branch STREAMPIPES-145 updated (0c25839 -> fb1c6da)

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

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


    from 0c25839  [STREAMPIPES-145] Migrate guess schema component in StreamPipes Connect
     add 5223718  [STREAMPIPES-79] fix order of images (newest to oldest), fix page display
     add 8a00761  1st task "pallet"
     add 963322c  adding functions
     add 30238b7  [STREAMPIPES-146] Support CustomOutputStrategy in SiddhiEventEngine
     add 574b0a5  Merge branch 'dev' of https://github.com/apache/incubator-streampipes into dev
     add f6b2fb8  Merge branch 'dev' of https://github.com/apache/incubator-streampipes into dev
     add 1c8b94b  Adding arrows to ease the process of chnaging selected time interval of monitoring data
     add 5bae25f  Merge branch 'El-Sherif-dev' into newfeature
     add 9b33775  Change arrows to select time range
     add 6823724  Change time range selector
     add 5340b9d  Added description icon for image labeling
     add be6c168  Adding new app
     add e99a0ac  Merge branch 'dev' of https://github.com/El-Sherif/incubator-streampipes into newfeature
     add cd294e8  [STREAMPIPES-154]: Remove duplicated websocket configuration from data explorer module
     add 09da1e4  [STREAMPIPES-152] Fix by removing the second decryption step
     add c0a1c3e  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
     add f592ce8  Add area field to cooc information
     add 472dad2  Merge branch 'dev' into newfeature
     add 8f59513  Add aggregation configuration to line-chart
     add 6dc052c  Remove old version of data explorer
     add eee210c  Rename date new explorer module
     add 36b3c62  Remove som unused methods in the data lake  api
     add 48e9e97  fix order of images (newest to oldest), fix page number display
     add fe5ec0f  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
     add d765393  Add missing licence headers
     add 781b7ae  prevent fast image skipping, fix import order
     add 73f5abc  Merge remote-tracking branch 'origin/dev' into dev
     add a6a466a  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
     add 00a3912  Fix dashboard widget
     add 3c983a9  - image container show loading spinner and notify child if it's drawing - image labeling does not allow change image while container is drawing
     add 1fa8cd0  Merge remote-tracking branch 'origin/dev' into dev
     add b0dd1d4  fix: wrong property access type
     add 6cb5ebe  [STREAMPIPES-161] Add PR template and contributing guide
     add a7aed40  Merge pull request #19 from grainier/STREAMPIPES-161
     add 2c0ea0f  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
     add 9deb75e  Remove dependencies with  missing headers
     add ef7ff63  Remove dependencies from ui
     add fffafd9  Fix overlapping shapes in linechart (timeseries labeling tool)
     add c46bf0c  Remove third party services
     add 78c0794  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
     add fd566b7  Update README.md
     add 3ea570c  Merge branch 'dev' into STREAMPIPES-79
     add fb2673a  Working in grouping for line chart
     add 6d14898  Data explorer grouped data can now be counted
     add 4f7ffc1  Extended sdk to support property scope for string eps
     add 63d93c8  Merge branch 'dev' into STREAMPIPES-79
     add 3417489  Fix typo in method name
     add 29da76c  Update README.md
     new fb1c6da  Merge branch 'dev' into STREAMPIPES-145

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |  53 +++
 .../ISSUE_TEMPLATE/feature.md => CONTRIBUTING.md   |  23 +-
 .../master/management/SourcesManagement.java       |   8 +-
 .../rest/impl/datalake/DataLakeManagementV3.java   |   2 +-
 .../streampipes/sdk/helpers/EpProperties.java      |  16 +
 .../wrapper/siddhi/engine/SiddhiEventEngine.java   |  35 +-
 ui/README.md                                       |  10 +-
 ui/angular.json                                    |  14 +
 ui/deployment/dev/config.yml                       |   3 +-
 ui/deployment/modules.yml                          |  33 +-
 ui/package.json                                    |  15 +-
 .../app/app-overview/app-overview.component.html   |   2 +
 ui/src/app/app-overview/app-overview.component.ts  |   5 +
 .../datalake/datalake-rest.service.ts              |  40 +-
 .../components/image-bar/image-bar.component.ts    |   2 +-
 .../image-container/image-container.component.html |   1 +
 .../image-container/image-container.component.ts   |  12 +
 .../image-categorize.component.html                |   2 +-
 .../image-categorize/image-categorize.component.ts |   5 +-
 .../image-labeling/image-labeling.component.html   |  11 +-
 .../image-labeling/image-labeling.component.ts     |  66 ++--
 .../image/image-viewer/image-viewer.component.html |   2 +-
 .../image/image-viewer/image-viewer.component.ts   |   5 +-
 .../core-ui/image/services/CocoFormat.service.ts   |   1 +
 .../widget/dashboard-widget.component.html         |   6 +
 .../components/widgets/pallet/pallet-config.ts}    |   7 +-
 .../widgets/pallet/pallet.component.css}           |   7 +-
 .../pallet/pallet.component.html}                  |   7 +-
 .../components/widgets/pallet/pallet.component.ts  |  78 ++++
 .../components/widgets/pallet/pallet_functions.ts  |  82 ++++
 ui/src/app/dashboard/dashboard.module.ts           |   2 +
 ui/src/app/dashboard/registry/widget-registry.ts   |  44 ++-
 .../dashboard/sdk/schema-requirements-builder.ts   |   2 +-
 .../datadownloadDialog/dataDownload.dialog.css     |  56 ---
 .../datadownloadDialog/dataDownload.dialog.html    | 100 -----
 .../linechart/lineChart.component.css              |  23 --
 .../table/table.component.css                      |  27 --
 .../table/table.component.html                     |  66 ----
 .../select-properties.component.css                |  17 -
 .../data-explorer-v2.component.html                |  56 ---
 .../data-explorer-v2/data-explorer-v2.component.ts |  96 -----
 .../data-explorer-v2/data-explorer-v2.module.ts    | 167 --------
 .../datadownloadDialog/dataDownload.dialog.css     |   0
 .../datadownloadDialog/dataDownload.dialog.html    |   0
 .../datadownloadDialog/dataDownload.dialog.ts      |   0
 .../data-explorer-dashboard-grid.component.css     |   0
 .../data-explorer-dashboard-grid.component.html    |   0
 .../grid/data-explorer-dashboard-grid.component.ts |   0
 .../data-explorer-dashboard-overview.component.css |   0
 ...data-explorer-dashboard-overview.component.html |   0
 .../data-explorer-dashboard-overview.component.ts  |   0
 .../data-explorer-dashboard-panel.component.css    |   0
 .../data-explorer-dashboard-panel.component.html   |   0
 .../data-explorer-dashboard-panel.component.ts     |   0
 .../time-selector/timeRangeSelector.component.css  |   0
 .../time-selector/timeRangeSelector.component.html |  11 +-
 .../time-selector/timeRangeSelector.component.ts   |  23 +-
 .../data-explorer-dashboard-widget.component.css   |   0
 .../data-explorer-dashboard-widget.component.html  |   0
 .../data-explorer-dashboard-widget.component.ts    |   0
 .../components/widgets/base/base-config.ts         |   0
 .../widgets/base/base-data-explorer-widget.ts      |  12 +
 .../widgets/base/base-ngx-charts-widget.ts         |   0
 .../components/widgets/image/image-config.ts       |   0
 .../widgets/image/image-widget.component.css       |   0
 .../widgets/image/image-widget.component.html      |   0
 .../widgets/image/image-widget.component.ts        |   0
 .../widgets/line-chart/line-chart-config.ts        |   0
 .../line-chart/line-chart-widget.component.css     |   0
 .../line-chart/line-chart-widget.component.html    |  37 +-
 .../line-chart/line-chart-widget.component.ts      | 254 +++++++++---
 .../datadownloadDialog/dataDownload.dialog.css     |   0
 .../datadownloadDialog/dataDownload.dialog.html    |   0
 .../datadownloadDialog/dataDownload.dialog.ts      |   0
 .../base/baseVisualisation.component.ts            |   0
 .../linechart/lineChart.component.css              |   0
 .../linechart/lineChart.component.html             |   0
 .../linechart/lineChart.component.ts               |   0
 .../table/table.component.css                      |   0
 .../table/table.component.html                     |   0
 .../table/table.component.ts                       |   0
 .../old-explorer.component.html                    |   0
 .../old-explorer-widget/old-explorer.component.ts  |   0
 .../widgets/old-explorer-widget/old-explorer.css   |   0
 .../components/widgets/table/table-config.ts       |   0
 .../widgets/table/table-widget.component.css       |   0
 .../widgets/table/table-widget.component.html      |   0
 .../widgets/table/table-widget.component.ts        |   0
 .../aggregate-configuration.component.css}         |   0
 .../aggregate-configuration.component.html         |  43 +++
 .../aggregate-configuration.component.ts}          |  22 +-
 .../group-configuration.component.css}             |   0
 .../group-configuration.component.html             |  47 +++
 .../group-configuration.component.ts}              |  43 ++-
 .../load-data-spinner.component.css                |   0
 .../load-data-spinner.component.html               |   0
 .../load-data-spinner.component.ts                 |   0
 .../no-data/no-data-in-date-range.component.css    |   0
 .../no-data/no-data-in-date-range.component.html   |   0
 .../no-data/no-data-in-date-range.component.ts     |   0
 .../select-properties.component.css}               |   4 +-
 .../select-properties.component.html               |   2 +-
 .../select-properties.component.ts                 |   0
 .../data-explorer.component.css}                   |   0
 .../app/data-explorer/data-explorer.component.html |  39 +-
 .../app/data-explorer/data-explorer.component.ts   |  89 +++--
 ui/src/app/data-explorer/data-explorer.css         |  27 --
 ui/src/app/data-explorer/data-explorer.module.ts   | 166 +++++---
 ...explorer-add-visualization-dialog.component.css |   0
 ...xplorer-add-visualization-dialog.component.html |   0
 ...-explorer-add-visualization-dialog.component.ts |   0
 ...ta-explorer-edit-data-view-dialog.component.css |   0
 ...a-explorer-edit-data-view-dialog.component.html |   0
 ...ata-explorer-edit-data-view-dialog.component.ts |   0
 .../datadownloadDialog/dataDownload.dialog.ts      | 196 ----------
 .../base/baseVisualisation.component.ts            | 146 -------
 .../linechart/lineChart.component.html             |  52 ---
 .../linechart/lineChart.component.ts               | 200 ----------
 .../table/table.component.ts                       |  99 -----
 .../explorer-widget/explorer.component.html        | 289 --------------
 .../explorer-widget/explorer.component.ts          | 425 ---------------------
 .../app/data-explorer/explorer-widget/explorer.css |  85 -----
 .../models/dataview-dashboard.model.ts             |   0
 .../models/multi-series.model.ts                   |   0
 .../registry/data-explorer-widget-registry.ts      |   0
 .../registry/widget-config-builder.ts              |   0
 .../sdk/collected-schema-requirements.ts           |   0
 .../sdk/ep-requirements.ts                         |   0
 .../sdk/extractor/static-property-extractor.ts     |   0
 .../sdk/matching/datatype-match.ts                 |   0
 .../sdk/matching/domain-property-match.ts          |   0
 .../sdk/matching/mapping-property-generator.ts     |   0
 .../sdk/matching/primitive-property-match.ts       |   0
 .../sdk/matching/property-match.ts                 |   0
 .../sdk/model/datatypes.ts                         |   0
 .../sdk/model/vocabulary.ts                        |   0
 .../sdk/schema-requirements-builder.ts             |   0
 .../services/data-lake.service.ts                  |   0
 .../services/data-view-data-explorer.service.ts    |   0
 .../services/refresh-dashboard.service.ts          |   0
 .../services/resize.service.ts                     |   0
 .../time-selector/timeRangeSelector.component.css  |  17 -
 .../time-selector/timeRangeSelector.component.html |  45 ---
 .../time-selector/timeRangeSelector.component.ts   |  38 --
 ui/tsconfig.spec.json                              |  18 +
 145 files changed, 1072 insertions(+), 2566 deletions(-)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 copy .github/ISSUE_TEMPLATE/feature.md => CONTRIBUTING.md (56%)
 copy ui/src/app/{data-explorer-v2/components/widgets/table/table-config.ts => dashboard/components/widgets/pallet/pallet-config.ts} (84%)
 copy ui/src/app/{core-model/base/Tuple2.ts => dashboard/components/widgets/pallet/pallet.component.css} (93%)
 copy ui/src/app/dashboard/components/{standalone/standalone-dashboard.component.html => widgets/pallet/pallet.component.html} (76%)
 create mode 100644 ui/src/app/dashboard/components/widgets/pallet/pallet.component.ts
 create mode 100644 ui/src/app/dashboard/components/widgets/pallet/pallet_functions.ts
 delete mode 100644 ui/src/app/data-explorer-v2/components/datadownloadDialog/dataDownload.dialog.css
 delete mode 100644 ui/src/app/data-explorer-v2/components/widgets/old-explorer-widget/datadownloadDialog/dataDownload.dialog.html
 delete mode 100644 ui/src/app/data-explorer-v2/components/widgets/old-explorer-widget/explorer-visualisations/linechart/lineChart.component.css
 delete mode 100644 ui/src/app/data-explorer-v2/components/widgets/old-explorer-widget/explorer-visualisations/table/table.component.css
 delete mode 100644 ui/src/app/data-explorer-v2/components/widgets/old-explorer-widget/explorer-visualisations/table/table.component.html
 delete mode 100644 ui/src/app/data-explorer-v2/components/widgets/utils/select-properties/select-properties.component.css
 delete mode 100644 ui/src/app/data-explorer-v2/data-explorer-v2.component.html
 delete mode 100644 ui/src/app/data-explorer-v2/data-explorer-v2.component.ts
 delete mode 100644 ui/src/app/data-explorer-v2/data-explorer-v2.module.ts
 rename ui/src/app/data-explorer/{explorer-widget => components}/datadownloadDialog/dataDownload.dialog.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/datadownloadDialog/dataDownload.dialog.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/datadownloadDialog/dataDownload.dialog.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/grid/data-explorer-dashboard-grid.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/grid/data-explorer-dashboard-grid.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/grid/data-explorer-dashboard-grid.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/overview/data-explorer-dashboard-overview.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/overview/data-explorer-dashboard-overview.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/overview/data-explorer-dashboard-overview.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/panel/data-explorer-dashboard-panel.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/panel/data-explorer-dashboard-panel.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/panel/data-explorer-dashboard-panel.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/time-selector/timeRangeSelector.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/time-selector/timeRangeSelector.component.html (78%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/time-selector/timeRangeSelector.component.ts (73%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widget/data-explorer-dashboard-widget.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widget/data-explorer-dashboard-widget.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widget/data-explorer-dashboard-widget.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/base/base-config.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/base/base-data-explorer-widget.ts (94%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/base/base-ngx-charts-widget.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/image/image-config.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/image/image-widget.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/image/image-widget.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/image/image-widget.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/line-chart/line-chart-config.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/line-chart/line-chart-widget.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/line-chart/line-chart-widget.component.html (60%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/line-chart/line-chart-widget.component.ts (67%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/datadownloadDialog/dataDownload.dialog.css (100%)
 rename ui/src/app/data-explorer/{explorer-widget => components/widgets/old-explorer-widget}/datadownloadDialog/dataDownload.dialog.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/datadownloadDialog/dataDownload.dialog.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/explorer-visualisations/base/baseVisualisation.component.ts (100%)
 rename ui/src/app/data-explorer/{explorer-widget => components/widgets/old-explorer-widget}/explorer-visualisations/linechart/lineChart.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/explorer-visualisations/linechart/lineChart.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/explorer-visualisations/linechart/lineChart.component.ts (100%)
 rename ui/src/app/data-explorer/{explorer-widget => components/widgets/old-explorer-widget}/explorer-visualisations/table/table.component.css (100%)
 rename ui/src/app/data-explorer/{explorer-widget => components/widgets/old-explorer-widget}/explorer-visualisations/table/table.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/explorer-visualisations/table/table.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/old-explorer.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/old-explorer.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/old-explorer-widget/old-explorer.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/table/table-config.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/table/table-widget.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/table/table-widget.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/table/table-widget.component.ts (100%)
 copy ui/src/app/{connect/static-properties/static-any-input/static-any-input.component.css => data-explorer/components/widgets/utils/aggregate-configuration/aggregate-configuration.component.css} (100%)
 create mode 100644 ui/src/app/data-explorer/components/widgets/utils/aggregate-configuration/aggregate-configuration.component.html
 copy ui/src/app/{data-explorer-v2/components/widgets/utils/select-properties/select-properties.component.ts => data-explorer/components/widgets/utils/aggregate-configuration/aggregate-configuration.component.ts} (69%)
 copy ui/src/app/{connect/static-properties/static-any-input/static-any-input.component.css => data-explorer/components/widgets/utils/group-configuration/group-configuration.component.css} (100%)
 create mode 100644 ui/src/app/data-explorer/components/widgets/utils/group-configuration/group-configuration.component.html
 copy ui/src/app/{data-explorer-v2/components/widgets/utils/select-properties/select-properties.component.ts => data-explorer/components/widgets/utils/group-configuration/group-configuration.component.ts} (53%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/load-data-spinner/load-data-spinner.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/load-data-spinner/load-data-spinner.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/load-data-spinner/load-data-spinner.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/no-data/no-data-in-date-range.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/no-data/no-data-in-date-range.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/no-data/no-data-in-date-range.component.ts (100%)
 copy ui/src/app/{connect/static-properties/static-runtime-resolvable-any-input/static-runtime-resolvable-any-input.component.css => data-explorer/components/widgets/utils/select-properties/select-properties.component.css} (93%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/select-properties/select-properties.component.html (94%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/components/widgets/utils/select-properties/select-properties.component.ts (100%)
 rename ui/src/app/{data-explorer-v2/data-explorer-v2.component.css => data-explorer/data-explorer.component.css} (100%)
 delete mode 100644 ui/src/app/data-explorer/data-explorer.css
 rename ui/src/app/{data-explorer-v2 => data-explorer}/dialogs/add-widget/data-explorer-add-visualization-dialog.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/dialogs/add-widget/data-explorer-add-visualization-dialog.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/dialogs/add-widget/data-explorer-add-visualization-dialog.component.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/dialogs/edit-dashboard/data-explorer-edit-data-view-dialog.component.css (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/dialogs/edit-dashboard/data-explorer-edit-data-view-dialog.component.html (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/dialogs/edit-dashboard/data-explorer-edit-data-view-dialog.component.ts (100%)
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/datadownloadDialog/dataDownload.dialog.ts
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/explorer-visualisations/base/baseVisualisation.component.ts
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/explorer-visualisations/linechart/lineChart.component.html
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/explorer-visualisations/linechart/lineChart.component.ts
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/explorer-visualisations/table/table.component.ts
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/explorer.component.html
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/explorer.component.ts
 delete mode 100644 ui/src/app/data-explorer/explorer-widget/explorer.css
 rename ui/src/app/{data-explorer-v2 => data-explorer}/models/dataview-dashboard.model.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/models/multi-series.model.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/registry/data-explorer-widget-registry.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/registry/widget-config-builder.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/collected-schema-requirements.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/ep-requirements.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/extractor/static-property-extractor.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/matching/datatype-match.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/matching/domain-property-match.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/matching/mapping-property-generator.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/matching/primitive-property-match.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/matching/property-match.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/model/datatypes.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/model/vocabulary.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/sdk/schema-requirements-builder.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/services/data-lake.service.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/services/data-view-data-explorer.service.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/services/refresh-dashboard.service.ts (100%)
 rename ui/src/app/{data-explorer-v2 => data-explorer}/services/resize.service.ts (100%)
 delete mode 100644 ui/src/app/data-explorer/time-selector/timeRangeSelector.component.css
 delete mode 100644 ui/src/app/data-explorer/time-selector/timeRangeSelector.component.html
 delete mode 100644 ui/src/app/data-explorer/time-selector/timeRangeSelector.component.ts
 create mode 100644 ui/tsconfig.spec.json


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

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fb1c6da0ae1163af88ca02e7249ca3439c9c4ce2
Merge: 0c25839 29da76c
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun Jun 28 23:45:09 2020 +0200

    Merge branch 'dev' into STREAMPIPES-145

 .github/PULL_REQUEST_TEMPLATE.md                   |  53 +++
 ...in-date-range.component.html => CONTRIBUTING.md |  18 +-
 .../master/management/SourcesManagement.java       |   8 +-
 .../rest/impl/datalake/DataLakeManagementV3.java   |   2 +-
 .../streampipes/sdk/helpers/EpProperties.java      |  16 +
 .../wrapper/siddhi/engine/SiddhiEventEngine.java   |  35 +-
 ui/README.md                                       |  10 +-
 ui/angular.json                                    |  14 +
 ui/deployment/dev/config.yml                       |   3 +-
 ui/deployment/modules.yml                          |  33 +-
 ui/package.json                                    |  15 +-
 .../app/app-overview/app-overview.component.html   |   2 +
 ui/src/app/app-overview/app-overview.component.ts  |   5 +
 .../datalake/datalake-rest.service.ts              |  40 +-
 .../components/image-bar/image-bar.component.ts    |   2 +-
 .../image-container/image-container.component.html |   1 +
 .../image-container/image-container.component.ts   |  12 +
 .../image-categorize.component.html                |   2 +-
 .../image-categorize/image-categorize.component.ts |   5 +-
 .../image-labeling/image-labeling.component.html   |  11 +-
 .../image-labeling/image-labeling.component.ts     |  66 ++--
 .../image/image-viewer/image-viewer.component.html |   2 +-
 .../image/image-viewer/image-viewer.component.ts   |   5 +-
 .../core-ui/image/services/CocoFormat.service.ts   |   1 +
 .../widget/dashboard-widget.component.html         |   6 +
 .../components/widgets/pallet/pallet-config.ts}    |   7 +-
 .../components/widgets/pallet/pallet.component.css |  16 +
 .../widgets/pallet/pallet.component.html           |  18 +
 .../components/widgets/pallet/pallet.component.ts  |  78 ++++
 .../components/widgets/pallet/pallet_functions.ts  |  82 ++++
 ui/src/app/dashboard/dashboard.module.ts           |   2 +
 ui/src/app/dashboard/registry/widget-registry.ts   |  44 ++-
 .../dashboard/sdk/schema-requirements-builder.ts   |   2 +-
 .../datadownloadDialog/dataDownload.dialog.css     |  56 ---
 .../datadownloadDialog/dataDownload.dialog.html    | 100 -----
 .../linechart/lineChart.component.css              |  23 --
 .../table/table.component.css                      |  27 --
 .../table/table.component.html                     |  66 ----
 .../data-explorer-v2.component.html                |  56 ---
 .../data-explorer-v2/data-explorer-v2.component.ts |  96 -----
 .../data-explorer-v2/data-explorer-v2.module.ts    | 167 --------
 .../datadownloadDialog/dataDownload.dialog.css     |   0
 .../datadownloadDialog/dataDownload.dialog.html    |   0
 .../datadownloadDialog/dataDownload.dialog.ts      |   0
 .../data-explorer-dashboard-grid.component.css     |   0
 .../data-explorer-dashboard-grid.component.html    |   0
 .../grid/data-explorer-dashboard-grid.component.ts |   0
 .../data-explorer-dashboard-overview.component.css |   0
 ...data-explorer-dashboard-overview.component.html |   0
 .../data-explorer-dashboard-overview.component.ts  |   0
 .../data-explorer-dashboard-panel.component.css    |   0
 .../data-explorer-dashboard-panel.component.html   |   0
 .../data-explorer-dashboard-panel.component.ts     |   0
 .../time-selector/timeRangeSelector.component.css  |   0
 .../time-selector/timeRangeSelector.component.html |  11 +-
 .../time-selector/timeRangeSelector.component.ts   |  23 +-
 .../data-explorer-dashboard-widget.component.css   |   0
 .../data-explorer-dashboard-widget.component.html  |   0
 .../data-explorer-dashboard-widget.component.ts    |   0
 .../components/widgets/base/base-config.ts         |   0
 .../widgets/base/base-data-explorer-widget.ts      |  12 +
 .../widgets/base/base-ngx-charts-widget.ts         |   0
 .../components/widgets/image/image-config.ts       |   0
 .../widgets/image/image-widget.component.css       |   0
 .../widgets/image/image-widget.component.html      |   0
 .../widgets/image/image-widget.component.ts        |   0
 .../widgets/line-chart/line-chart-config.ts        |   0
 .../line-chart/line-chart-widget.component.css     |   0
 .../line-chart/line-chart-widget.component.html    |  37 +-
 .../line-chart/line-chart-widget.component.ts      | 254 +++++++++---
 .../datadownloadDialog/dataDownload.dialog.css     |   0
 .../datadownloadDialog/dataDownload.dialog.html    |   0
 .../datadownloadDialog/dataDownload.dialog.ts      |   0
 .../base/baseVisualisation.component.ts            |   0
 .../linechart/lineChart.component.css              |   0
 .../linechart/lineChart.component.html             |   0
 .../linechart/lineChart.component.ts               |   0
 .../table/table.component.css                      |   0
 .../table/table.component.html                     |   0
 .../table/table.component.ts                       |   0
 .../old-explorer.component.html                    |   0
 .../old-explorer-widget/old-explorer.component.ts  |   0
 .../widgets/old-explorer-widget/old-explorer.css   |   0
 .../components/widgets/table/table-config.ts       |   0
 .../widgets/table/table-widget.component.css       |   0
 .../widgets/table/table-widget.component.html      |   0
 .../widgets/table/table-widget.component.ts        |   0
 .../aggregate-configuration.component.css}         |   1 +
 .../aggregate-configuration.component.html         |  43 +++
 .../aggregate-configuration.component.ts}          |  31 +-
 .../group-configuration.component.css}             |   1 +
 .../group-configuration.component.html             |  47 +++
 .../group-configuration.component.ts}              |  43 ++-
 .../load-data-spinner.component.css                |   0
 .../load-data-spinner.component.html               |   0
 .../load-data-spinner.component.ts                 |   0
 .../no-data/no-data-in-date-range.component.css    |   0
 .../no-data/no-data-in-date-range.component.html   |   0
 .../no-data/no-data-in-date-range.component.ts     |   0
 .../select-properties.component.css}               |   8 +-
 .../select-properties.component.html               |   2 +-
 .../select-properties.component.ts                 |   0
 .../data-explorer.component.css}                   |   0
 .../app/data-explorer/data-explorer.component.html |  39 +-
 .../app/data-explorer/data-explorer.component.ts   |  89 +++--
 ui/src/app/data-explorer/data-explorer.css         |  27 --
 ui/src/app/data-explorer/data-explorer.module.ts   | 166 +++++---
 ...explorer-add-visualization-dialog.component.css |   0
 ...xplorer-add-visualization-dialog.component.html |   0
 ...-explorer-add-visualization-dialog.component.ts |   0
 ...ta-explorer-edit-data-view-dialog.component.css |   0
 ...a-explorer-edit-data-view-dialog.component.html |   0
 ...ata-explorer-edit-data-view-dialog.component.ts |   0
 .../datadownloadDialog/dataDownload.dialog.ts      | 196 ----------
 .../base/baseVisualisation.component.ts            | 146 -------
 .../linechart/lineChart.component.html             |  52 ---
 .../linechart/lineChart.component.ts               | 200 ----------
 .../table/table.component.ts                       |  99 -----
 .../explorer-widget/explorer.component.html        | 289 --------------
 .../explorer-widget/explorer.component.ts          | 425 ---------------------
 .../app/data-explorer/explorer-widget/explorer.css |  85 -----
 .../models/dataview-dashboard.model.ts             |   0
 .../models/multi-series.model.ts                   |   0
 .../registry/data-explorer-widget-registry.ts      |   0
 .../registry/widget-config-builder.ts              |   0
 .../sdk/collected-schema-requirements.ts           |   0
 .../sdk/ep-requirements.ts                         |   0
 .../sdk/extractor/static-property-extractor.ts     |   0
 .../sdk/matching/datatype-match.ts                 |   0
 .../sdk/matching/domain-property-match.ts          |   0
 .../sdk/matching/mapping-property-generator.ts     |   0
 .../sdk/matching/primitive-property-match.ts       |   0
 .../sdk/matching/property-match.ts                 |   0
 .../sdk/model/datatypes.ts                         |   0
 .../sdk/model/vocabulary.ts                        |   0
 .../sdk/schema-requirements-builder.ts             |   0
 .../services/data-lake.service.ts                  |   0
 .../services/data-view-data-explorer.service.ts    |   0
 .../services/refresh-dashboard.service.ts          |   0
 .../services/resize.service.ts                     |   0
 .../time-selector/timeRangeSelector.component.html |  45 ---
 ui/tsconfig.spec.json                              |  18 +
 142 files changed, 1115 insertions(+), 2481 deletions(-)

diff --cc ui/package.json
index 808e590,a7ecdbe..7aa40a5
--- a/ui/package.json
+++ b/ui/package.json
@@@ -83,12 -85,12 +84,12 @@@
      "leaflet": "1.6.0",
      "lodash": "3.10.1",
      "material-design-icons": "3.0.1",
+     "moment": "2.24.0",
      "ng-dynamic-component": "4.0.3",
      "ng-file-upload": "9.0.13",
-     "@danielmoncada/angular-datetime-picker": "9.2.0",
-     "moment": "2.24.0",
+     "ng-pick-datetime": "7.0.0",
      "ng-prettyjson": "0.1.8",
 -    "ng-showdown": "1.1.0",
 +    "ngx-showdown": "5.1.0",
      "ng-simple-slideshow": "1.2.9",
      "ng2-charts": "2.0.3",
      "ng2-dragula": "1.5.0",
@@@ -100,12 -103,10 +102,11 @@@
      "rxjs": "6.3.3",
      "rxjs-compat": "6.3.3",
      "shepherd.js": "2.4.0",
 +    "showdown": "1.9.1",
      "slick-carousel": "1.6.0",
      "systemjs": "0.21.6",
-     "tslib": "1.11.1",
-     "ng-pick-datetime": "7.0.0",
      "trix": "0.10.1",
+     "tslib": "1.11.1",
      "zone.js": "0.10.2"
    },
    "devDependencies": {