You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/08/06 06:35:50 UTC

[incubator-streampipes] 03/03: Merge branch 'STREAMPIPES-145' of github.com:apache/incubator-streampipes into STREAMPIPES-145

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

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

commit fd3e0e6a54cb37cf147bc5f98a25206f8b2e4a8f
Merge: 1265561 eaac6e3
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Aug 6 08:35:33 2020 +0200

    Merge branch 'STREAMPIPES-145' of github.com:apache/incubator-streampipes into STREAMPIPES-145

 .../master/management/SourcesManagement.java       |   1 +
 .../container/html/model/Description.java          |   9 +
 .../html/page/WelcomePageGeneratorImpl.java        |   6 +-
 .../model/client/endpoint/RdfEndpointItem.java     |   9 +
 .../serializer/JacksonSerializationProvider.java   |   1 -
 .../rest/impl/OntologyPipelineElement.java         |  26 +--
 .../rest/impl/PipelineElementImport.java           |  41 ++--
 .../apache/streampipes/rest/impl/RdfEndpoint.java  |  68 +++++-
 .../rest/impl/SemanticEventConsumer.java           |  30 +--
 .../rest/impl/SemanticEventProcessingAgent.java    |  25 +--
 .../rest/impl/SemanticEventProducer.java           |  29 +--
 .../impl/datalake/DataLakeNoUserResourceV3.java    |  15 +-
 .../impl/nouser/PipelineElementImportNoUser.java   |  34 +--
 .../api/IPipelineElementDescriptionStorage.java    |   7 +-
 .../rdf4j/impl/PipelineElementStorageRequests.java |  24 +-
 ui/deployment/dev/config.yml                       |   1 -
 ui/deployment/modules.yml                          |  24 +-
 ui/deployment/rel/config.yml                       |   2 +-
 ui/src/app/add/add.component.html                  |  71 ++++++
 .../add.component.scss}                            |  14 +-
 ui/src/app/add/add.component.ts                    | 159 +++++++++++++
 ui/src/app/add/add.controller.ts                   | 220 ------------------
 ui/src/app/add/add.html                            | 103 ---------
 ui/src/app/add/add.module.ts                       |  56 ++++-
 .../endpoint-item/endpoint-item.component.html     |  71 ++++++
 .../endpoint-item/endpoint-item.component.scss}    |  20 +-
 .../endpoint-item/endpoint-item.component.ts       | 117 ++++++++++
 .../add-endpoint/add-endpoint.component.html       |  62 +++++
 .../add-endpoint/add-endpoint.component.scss}      |   8 +-
 ...int.controller.ts => add-endpoint.component.ts} | 158 +++++++------
 .../dialogs/add-endpoint/add-endpoint.tmpl.html    |  67 ------
 .../endpoint-installation.component.html           |  51 +++++
 .../endpoint-installation.component.scss}          |   8 +-
 .../endpoint-installation.component.ts             | 126 +++++++++++
 .../endpoint-installation.controller.ts            | 130 -----------
 .../endpoint-installation.tmpl.html                |  60 -----
 ui/src/app/add/endpoint-item.tmpl.html             |  77 -------
 .../filter/order-by.pipe.ts}                       |  26 ++-
 .../filter/pipeline-element-type.pipe.ts}          |  19 +-
 ui/src/app/add/services/add.service.ts             |  49 ++++
 ...data-explorer-dashboard-overview.component.html | 115 +++++-----
 ...ata-explorer-dashboard-overview.component.scss} |  24 ++
 .../data-explorer-dashboard-overview.component.ts  |   2 +-
 .../myelements/dialog/jsonldDialog.controller.ts   |  48 ----
 .../app/myelements/dialog/jsonldDialog.tmpl.html   |  43 ----
 ui/src/app/myelements/my-elements.controller.ts    | 250 ---------------------
 ui/src/app/myelements/myelements.html              | 108 ---------
 .../pipeline-overview.component.ts                 |  14 +-
 .../apis/pipeline-element-endpoint.service.ts      |  52 +++++
 ui/src/app/platform-services/platform.module.ts    |   2 +
 ui/src/app/services/rest-api.service.ts            |  47 ----
 51 files changed, 1203 insertions(+), 1526 deletions(-)