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 2021/06/04 18:32:25 UTC

[incubator-streampipes-extensions] branch STREAMPIPES-319 updated (1bd9622 -> a8a76ab)

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

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


    from 1bd9622  [STREAMPIPES-319] Refactor service definition
     add b4dd7a4  [STREAMPIPES-368] Remove dependency to VisualizablePipeline storage from Dashboard sink
     add cbd4929  [STREAMPIPES-343] Added timeinterval between the two events
     add 42edf2d  [STREAMPIPES-343] Added parse method with timeinterval between the two events
     add 060711e  [STREAMPIPES-343] added timeInterval in FileProtocol constructor
     add d4a524c  [STREAMPIPES-367] S7 adapter fails at startup if PLC is not reachable
     add c7701c4  [STREAMPIPES-355] Remove duplicate mvn dependencies
     add 2fcf125  Merge pull request #45 from grainier/STREAMPIPES-355
     add fc6a180  [STREAMPIPES-350] conflate common codebase
     add 6fdfa13  [STREAMPIPES-350] add label values as valueSpecification
     add 34f507e  [STREAMPIPES-343] remove redundancy
     add 2847262  [STREAMPIPES-350] adapt to Double support
     add 0213512  Merge branch 'dev' into STREAMPIPES-343
     add f2cc418  Merge pull request #43 from Samarth08/STREAMPIPES-343
     add e933717  Fix issues on pipeline elements documentation
     add 8cd75e5  Fix the section break
     add 8091b0c  Merge pull request #47 from mohanvive/dev
     add 1977d17  Merge branch 'dev' of github.com:apache/incubator-streampipes-extensions into dev
     add 981c953  [STREAMPIPES-373] Modify output topic of dashboard sink
     new a8a76ab  Merge branch 'dev' into STREAMPIPES-319

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:
 pom.xml                                            | 27 +-------
 .../connect/adapters/plc4x/s7/Plc4xS7Adapter.java  |  8 +--
 .../connect/protocol/set/FileProtocol.java         | 44 +++++++++++---
 .../strings.en                                     |  3 +
 .../documentation.md                               |  4 +-
 .../documentation.md                               |  5 +-
 .../documentation.md                               | 16 +++--
 .../documentation.md                               | 23 ++++---
 .../documentation.md                               | 21 +++++--
 .../documentation.md                               | 15 ++---
 .../documentation.md                               |  1 -
 .../documentation.md                               | 20 +++---
 .../documentation.md                               |  1 -
 .../documentation.md                               | 16 +++--
 .../documentation.md                               | 19 ++++--
 .../documentation.md                               | 16 +++--
 .../documentation.md                               |  6 +-
 .../documentation.md                               | 25 +++++++-
 .../documentation.md                               |  7 +--
 .../documentation.md                               | 24 ++++++--
 .../documentation.md                               |  1 -
 .../documentation.md                               |  1 -
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  1 -
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  3 +-
 .../jvm/processor/state/StateUtils.java            | 64 +++++++++++++++++++
 .../jvm/processor/state/labeler/LabelerUtils.java  |  3 +-
 .../buffer/StateBufferLabelerController.java       | 56 +++++------------
 .../labeler/number/NumberLabelerController.java    | 57 ++++-------------
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  1 -
 streampipes-sinks-databases-jvm/pom.xml            |  8 ---
 .../documentation.md                               | 24 +++++++-
 .../sinks/internal/jvm/dashboard/Dashboard.java    | 58 +++++-------------
 .../jvm/dashboard/DashboardController.java         |  3 +-
 .../internal/jvm/dashboard/DashboardModel.java     | 71 ----------------------
 .../jvm/dashboard/DashboardParameters.java         | 24 +-------
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  1 -
 41 files changed, 329 insertions(+), 363 deletions(-)
 create mode 100644 streampipes-processors-transformation-jvm/src/main/java/org/apache/streampipes/processors/transformation/jvm/processor/state/StateUtils.java
 delete mode 100644 streampipes-sinks-internal-jvm/src/main/java/org/apache/streampipes/sinks/internal/jvm/dashboard/DashboardModel.java

[incubator-streampipes-extensions] 01/01: Merge branch 'dev' into STREAMPIPES-319

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

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

commit a8a76ab243555de159a83b490a24764015db9994
Merge: 1bd9622 981c953
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Jun 4 20:32:01 2021 +0200

    Merge branch 'dev' into STREAMPIPES-319

 pom.xml                                            | 27 +-------
 .../connect/adapters/plc4x/s7/Plc4xS7Adapter.java  |  8 +--
 .../connect/protocol/set/FileProtocol.java         | 44 +++++++++++---
 .../strings.en                                     |  3 +
 .../documentation.md                               |  4 +-
 .../documentation.md                               |  5 +-
 .../documentation.md                               | 16 +++--
 .../documentation.md                               | 23 ++++---
 .../documentation.md                               | 21 +++++--
 .../documentation.md                               | 15 ++---
 .../documentation.md                               |  1 -
 .../documentation.md                               | 20 +++---
 .../documentation.md                               |  1 -
 .../documentation.md                               | 16 +++--
 .../documentation.md                               | 19 ++++--
 .../documentation.md                               | 16 +++--
 .../documentation.md                               |  6 +-
 .../documentation.md                               | 25 +++++++-
 .../documentation.md                               |  7 +--
 .../documentation.md                               | 24 ++++++--
 .../documentation.md                               |  1 -
 .../documentation.md                               |  1 -
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  1 -
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  3 +-
 .../jvm/processor/state/StateUtils.java            | 64 +++++++++++++++++++
 .../jvm/processor/state/labeler/LabelerUtils.java  |  3 +-
 .../buffer/StateBufferLabelerController.java       | 56 +++++------------
 .../labeler/number/NumberLabelerController.java    | 57 ++++-------------
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  1 -
 streampipes-sinks-databases-jvm/pom.xml            |  8 ---
 .../documentation.md                               | 24 +++++++-
 .../sinks/internal/jvm/dashboard/Dashboard.java    | 58 +++++-------------
 .../jvm/dashboard/DashboardController.java         |  3 +-
 .../internal/jvm/dashboard/DashboardModel.java     | 71 ----------------------
 .../jvm/dashboard/DashboardParameters.java         | 24 +-------
 .../documentation.md                               |  3 +-
 .../documentation.md                               |  1 -
 41 files changed, 329 insertions(+), 363 deletions(-)