You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/10/02 13:38:42 UTC

[incubator-streampipes] 02/04: Merge branch 'dev' into edge-extensions

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

wiener pushed a commit to branch edge-extensions
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit c281844081d5d6e1f9babc3a382bbfdc17a11373
Merge: 1281d90 161d5b0
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Thu Sep 24 08:58:51 2020 +0100

    Merge branch 'dev' into edge-extensions

 README.md                                          |  2 +-
 .../streampipes/manager/file/FileManager.java      |  3 +-
 .../manager/matching/ConnectionValidator.java      |  4 +-
 .../manager/matching/InvocationGraphBuilder.java   |  3 +-
 .../matching/PipelineVerificationHandler.java      | 18 +++--
 .../manager/recommender/ElementRecommender.java    | 20 +++--
 .../streampipes/rest/impl/PipelineElementFile.java |  4 +-
 .../rest/impl/datalake/DataLakeManagementV3.java   |  8 +-
 .../confirm-dialog/confirm-dialog.component.html   |  2 +-
 .../confirm-dialog/confirm-dialog.component.ts     |  4 +
 .../static-file-input.component.html               |  2 +-
 .../static-file-input.component.ts                 | 15 ++--
 .../static-mapping-unary.component.ts              |  4 +-
 .../dashboard/components/widgets/map/map-config.ts | 48 +++++++-----
 .../widgets/map/map-widget.component.html          |  3 +-
 .../components/widgets/map/map-widget.component.ts | 75 ++++++++++++++----
 .../pipeline-element-options.component.html        | 91 +++++++++++-----------
 .../pipeline-element-options.component.ts          | 21 +++--
 .../pipeline-element-recommendation.component.html |  4 +-
 .../pipeline-element-recommendation.component.ts   | 35 ++++-----
 .../components/pipeline/pipeline.component.ts      |  3 +-
 .../app/notifications/notifications.component.ts   |  8 +-
 .../app/notifications/utils/notifications.utils.ts |  2 +-
 .../pipeline-overview.component.html               |  8 +-
 .../pipeline-overview.component.ts                 |  6 +-
 ui/src/app/pipelines/pipelines.module.ts           |  6 +-
 26 files changed, 245 insertions(+), 154 deletions(-)