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 2021/01/29 11:03:28 UTC

[incubator-streampipes] branch edge-extensions updated (b1d3b01 -> 0d60558)

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

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


    from b1d3b01  use last running date of pipelines only when exists
     new c18ca15  [WIP] Functionality for partial migration
     new 3a3d168  [WIP] Functionality for partial migration
     new 0d60558  Merge pull request #32 from daniel-gomm/edge-extensions

The 5871 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:
 .../container/api/InvocableEntityResource.java     |  29 ++-
 .../management/relay/DataStreamRelayManager.java   |  29 ++-
 .../execution/http/EndpointUrlGenerator.java       |   4 +
 .../manager/execution/http/GraphSubmitter.java     |  46 +++-
 .../manager/execution/http/PipelineExecutor.java   | 247 +++++++++++++++++++++
 .../execution/http/PipelineStorageService.java     |   4 +
 .../manager/matching/ProtocolSelector.java         |  16 +-
 .../streampipes/manager/operations/Operations.java |  12 +
 .../rest/impl/PipelineWithUserResource.java        |  23 +-
 .../pipeline-overview.component.html               |   4 +-
 .../services/pipeline-operations.service.ts        |  18 +-
 11 files changed, 400 insertions(+), 32 deletions(-)