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/05/12 07:30:30 UTC

[incubator-streampipes] branch edge-extensions updated (bc6991b -> dadd9e7)

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 bc6991b  [WIP] remove old node-controller module
     add ade3c68  [STREAMPIPES-340] Support of offset clause in Siddhi wrapper/processors
     add 6557658  Merge pull request #39 from sndp2693/STREAMPIPES-340
     add 3e444d3  [STREAMPIPES-323] Added equals to SchemaInfo
     add f4dfc23  Added equals to SchemaInfo
     add 341eb8a  Used list1.equals.list2
     add 7c8eaa4  Spacing fixed
     add 67ddf91  Spacing fixed
     add e93e4d5  Used ListUtils.isEqualList
     add 2e4b2fe  Used single imports instead of import *
     add 7bfb1c9  [STREAMPIPES-323] Added equals to Schemainfo
     add 735c08c  Merge branch 'dev' of https://github.com/Samarth08/incubator-streampipes into dev
     add 32223d1  [STREAMPIPES-323] Added equals to schemainfo
     add e21a592  Merge pull request #34 from Samarth08/dev
     add df3cf9b  Remove invalid dependency entry
     add 22e98b2  Merge pull request #42 from mohanvive/dev
     add 9ca4b29  [hotfix] Remove wso2 maven repo from pom
     new dadd9e7  Merge branch 'dev' into edge-extensions

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:
 streampipes-model/pom.xml                           | 18 ++----------------
 .../model/base/AbstractStreamPipesEntity.java       |  9 +++++++++
 .../quality/EventPropertyQualityRequirement.java    | 10 ++++++++++
 .../streampipes/model/runtime/SchemaInfo.java       |  9 +++++++++
 .../streampipes/model/schema/EventProperty.java     | 21 +++++++++++++++++++++
 .../streampipes/model/schema/EventSchema.java       |  8 ++++++++
 streampipes-wrapper-siddhi/pom.xml                  | 17 ++---------------
 .../wrapper/siddhi/SiddhiQueryBuilder.java          |  9 +++++++++
 .../wrapper/siddhi/constants/SiddhiConstants.java   |  1 +
 .../query/{LimitClause.java => OffsetClause.java}   | 14 +++++++-------
 .../wrapper/siddhi/query/SiddhiQuery.java           | 15 +++++++++++++++
 11 files changed, 93 insertions(+), 38 deletions(-)
 copy streampipes-wrapper-siddhi/src/main/java/org/apache/streampipes/wrapper/siddhi/query/{LimitClause.java => OffsetClause.java} (75%)

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

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

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

commit dadd9e790aadc8f2857ceba651a9e820964c1d9c
Merge: bc6991b 9ca4b29
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed May 12 09:30:01 2021 +0200

    Merge branch 'dev' into edge-extensions

 streampipes-model/pom.xml                          | 18 ++-------------
 .../model/base/AbstractStreamPipesEntity.java      |  9 ++++++++
 .../quality/EventPropertyQualityRequirement.java   | 10 ++++++++
 .../streampipes/model/runtime/SchemaInfo.java      |  9 ++++++++
 .../streampipes/model/schema/EventProperty.java    | 21 +++++++++++++++++
 .../streampipes/model/schema/EventSchema.java      |  8 +++++++
 streampipes-wrapper-siddhi/pom.xml                 | 17 ++------------
 .../wrapper/siddhi/SiddhiQueryBuilder.java         |  9 ++++++++
 .../wrapper/siddhi/constants/SiddhiConstants.java  |  1 +
 .../wrapper/siddhi/query/OffsetClause.java         | 27 +++++++++-------------
 .../wrapper/siddhi/query/SiddhiQuery.java          | 15 ++++++++++++
 11 files changed, 97 insertions(+), 47 deletions(-)