You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/09/11 15:27:26 UTC

[sling-org-apache-sling-pipes] branch master updated (c88fdc3 -> e83fbf6)

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

npeltier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git.


    from c88fdc3  Merge pull request #7 from dichaudh/SLING_7793
     add 2c77881  SLING-7707 Create Executor Pipe
     new e83fbf6  Merge pull request #5 from spopescu/SLING-7707a

The 1 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:
 .../java/org/apache/sling/pipes/PipeBuilder.java   |   8 +
 .../apache/sling/pipes/internal/ManifoldPipe.java  | 195 +++++++++++++++++++++
 .../sling/pipes/internal/PipeBuilderImpl.java      |  15 ++
 .../apache/sling/pipes/internal/PlumberImpl.java   |   1 +
 .../org/apache/sling/pipes/ManifoldPipeTest.java   |  84 +++++++++
 src/test/resources/threaded.json                   | 165 +++++++++++++++++
 6 files changed, 468 insertions(+)
 create mode 100644 src/main/java/org/apache/sling/pipes/internal/ManifoldPipe.java
 create mode 100644 src/test/java/org/apache/sling/pipes/ManifoldPipeTest.java
 create mode 100644 src/test/resources/threaded.json


[sling-org-apache-sling-pipes] 01/01: Merge pull request #5 from spopescu/SLING-7707a

Posted by np...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git

commit e83fbf67835d32acfafda06a18f6ca103e7f3294
Merge: c88fdc3 2c77881
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Tue Sep 11 17:27:24 2018 +0200

    Merge pull request #5 from spopescu/SLING-7707a
    
    SLING-7707 Create Executor Pipe

 .../java/org/apache/sling/pipes/PipeBuilder.java   |   8 +
 .../apache/sling/pipes/internal/ManifoldPipe.java  | 195 +++++++++++++++++++++
 .../sling/pipes/internal/PipeBuilderImpl.java      |  15 ++
 .../apache/sling/pipes/internal/PlumberImpl.java   |   1 +
 .../org/apache/sling/pipes/ManifoldPipeTest.java   |  84 +++++++++
 src/test/resources/threaded.json                   | 165 +++++++++++++++++
 6 files changed, 468 insertions(+)