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 2023/02/21 15:13:22 UTC

[streampipes] branch SP-1336 updated (7b9c4dcb6 -> 1d2fc6d37)

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

zehnder pushed a change to branch SP-1336
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 7b9c4dcb6 [#1336] Add a builder to create SpQueryResult objects
     add 0f6bcf55f Rename endpoint to fetch all pipelines from API (#1333) (#1334)
     add 1d2fc6d37 Merge branch 'dev' into SP-1336

No new revisions were added by this update.

Summary of changes:
 .../org/apache/streampipes/client/api/DataProcessorApi.java  |  3 +--
 .../java/org/apache/streampipes/client/api/DataSinkApi.java  |  3 +--
 .../org/apache/streampipes/client/api/DataStreamApi.java     |  3 +--
 .../java/org/apache/streampipes/client/api/PipelineApi.java  |  2 +-
 .../management/AbstractPipelineElementResourceManager.java   |  9 ++++++++-
 .../streampipes/rest/impl/pe/DataProcessorResource.java      | 12 ++++++++----
 .../apache/streampipes/rest/impl/pe/DataSinkResource.java    | 12 ++++++++----
 .../apache/streampipes/rest/impl/pe/DataStreamResource.java  |  9 +++++++--
 .../src/lib/apis/pipeline-element.service.ts                 |  6 +++---
 .../platform-services/src/lib/apis/pipeline.service.ts       | 12 ++----------
 ui/src/app/assets/dialog/base-asset-links.directive.ts       |  2 +-
 ui/src/app/home/components/status.component.ts               |  2 +-
 ui/src/app/notifications/notifications.component.ts          |  2 +-
 ui/src/app/pipelines/pipelines.component.ts                  |  2 +-
 14 files changed, 44 insertions(+), 35 deletions(-)