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 2023/02/21 12:32:03 UTC

[streampipes] branch 1333-endpoint-to-receive-pipelines-is-broken updated (e4bcf07ac -> b45645a7f)

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

riemer pushed a change to branch 1333-endpoint-to-receive-pipelines-is-broken
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from e4bcf07ac Rename endpoint to fetch all pipelines from API (#1333)
     add b45645a7f Harmonize REST endpoints for retrieval of pipeline elements (#1333)

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 +--
 .../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 +++---
 8 files changed, 37 insertions(+), 20 deletions(-)