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:33:18 UTC

[incubator-streampipes-extensions] branch dev updated (81959cb -> ebbc1f3)

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 81959cb  Merge pull request #6 from Madabaru/dev
     new 978afed  WIP: New StringCounter Processor
     new 579fe15  WIP: New Processor StringTimer
     new 08679aa  WIP: CleanUP
     new ebbc1f3  Merge pull request #7 from Madabaru/dev

The 814 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 ++-
 .../counter/StringCounter.java}                    |  50 ++++++---------
 .../counter/StringCounterController.java}          |  32 +++-------
 .../counter/StringCounterParameters.java}          |  15 ++---
 .../timer/StringTimer.java}                        |  68 +++++++++------------
 .../timer/StringTimerController.java}              |  12 ++--
 .../timer/StringTimerParameters.java}              |   6 +-
 .../documentation.md                               |   0
 .../icon.png                                       | Bin
 .../strings.en                                     |   8 +++
 .../documentation.md                               |   0
 .../icon.png                                       | Bin
 .../strings.en                                     |  10 +++
 14 files changed, 99 insertions(+), 114 deletions(-)
 copy streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/{booloperator/counter/BooleanCounter.java => stringoperator/counter/StringCounter.java} (57%)
 copy streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/{booloperator/counter/BooleanCounterController.java => stringoperator/counter/StringCounterController.java} (67%)
 copy streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/{booloperator/inverter/BooleanInverterParameters.java => stringoperator/counter/StringCounterParameters.java} (74%)
 copy streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/{booloperator/timekeeping/BooleanTimekeeping.java => stringoperator/timer/StringTimer.java} (50%)
 copy streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/{booloperator/timer/BooleanTimerController.java => stringoperator/timer/StringTimerController.java} (87%)
 copy streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/{booloperator/timer/BooleanTimerParameters.java => stringoperator/timer/StringTimerParameters.java} (86%)
 copy streampipes-processors-transformation-jvm/src/main/resources/{org.apache.streampipes.processors.transformation.jvm.booloperator.counter => org.apache.streampipes.processors.transformation.jvm.stringoperator.counter}/documentation.md (100%)
 copy streampipes-processors-transformation-jvm/src/main/resources/{org.apache.streampipes.processors.transformation.jvm.booloperator.counter => org.apache.streampipes.processors.transformation.jvm.stringoperator.counter}/icon.png (100%)
 create mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.counter/strings.en
 copy streampipes-processors-transformation-jvm/src/main/resources/{org.apache.streampipes.processors.transformation.jvm.booloperator.timer => org.apache.streampipes.processors.transformation.jvm.stringoperator.timer }/documentation.md (100%)
 copy streampipes-processors-transformation-jvm/src/main/resources/{org.apache.streampipes.processors.transformation.jvm.booloperator.timer => org.apache.streampipes.processors.transformation.jvm.stringoperator.timer }/icon.png (100%)
 create mode 100644 streampipes-processors-transformation-jvm/src/main/resources/org.apache.streampipes.processors.transformation.jvm.stringoperator.timer /strings.en