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 2020/03/30 20:56:06 UTC

[incubator-streampipes-extensions] branch dev updated (ebbc1f3 -> 52da75b)

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

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


    from ebbc1f3  Merge pull request #7 from Madabaru/dev
     add 5f1fcc5  Revert "WIP: New Processor: StringCounter + StringTimer"
     new 52da75b  Merge pull request #8 from apache/revert-7-dev

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:
 .../pe/jvm/AllPipelineElementsInit.java            |   5 +-
 .../transformation/jvm/TransformationJvmInit.java  |   7 +-
 .../stringoperator/counter/StringCounter.java      |  79 ------------------
 .../counter/StringCounterController.java           |  63 ---------------
 .../counter/StringCounterParameters.java           |  36 ---------
 .../stringoperator/timer/StringTimer.java          |  85 -------------------
 .../timer/StringTimerController.java               |  90 ---------------------
 .../timer/StringTimerParameters.java               |  47 -----------
 .../documentation.md                               |  58 -------------
 .../icon.png                                       | Bin 17950 -> 0 bytes
 .../strings.en                                     |   8 --
 .../documentation.md                               |  50 ------------
 .../icon.png                                       | Bin 15788 -> 0 bytes
 .../strings.en                                     |  10 ---
 14 files changed, 3 insertions(+), 535 deletions(-)
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/stringoperator/counter/StringCounter.java
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/stringoperator/counter/StringCounterController.java
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/stringoperator/counter/StringCounterParameters.java
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/stringoperator/timer/StringTimer.java
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/stringoperator/timer/StringTimerController.java
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/stringoperator/timer/StringTimerParameters.java
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter/documentation.md
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter/icon.png
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter/strings.en
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer /documentation.md
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer /icon.png
 delete mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer /strings.en


[incubator-streampipes-extensions] 01/01: Merge pull request #8 from apache/revert-7-dev

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 52da75bf678ba5618d9b317597145eaa31427c41
Merge: ebbc1f3 5f1fcc5
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Mon Mar 30 22:55:57 2020 +0200

    Merge pull request #8 from apache/revert-7-dev
    
    Revert "WIP: New Processor: StringCounter + StringTimer"

 .../pe/jvm/AllPipelineElementsInit.java            |   5 +-
 .../transformation/jvm/TransformationJvmInit.java  |   7 +-
 .../stringoperator/counter/StringCounter.java      |  79 ------------------
 .../counter/StringCounterController.java           |  63 ---------------
 .../counter/StringCounterParameters.java           |  36 ---------
 .../stringoperator/timer/StringTimer.java          |  85 -------------------
 .../timer/StringTimerController.java               |  90 ---------------------
 .../timer/StringTimerParameters.java               |  47 -----------
 .../documentation.md                               |  58 -------------
 .../icon.png                                       | Bin 17950 -> 0 bytes
 .../strings.en                                     |   8 --
 .../documentation.md                               |  50 ------------
 .../icon.png                                       | Bin 15788 -> 0 bytes
 .../strings.en                                     |  10 ---
 14 files changed, 3 insertions(+), 535 deletions(-)