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

micklich pushed a change to branch 1307-geometry-validation-processor
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 46bca376b [SP-1102] - GET/v2/info/versions update and removement of 
deprecated endpoints  (#1192)
     add 0c35f6189 [#1308][CI] label-pr workflow fails on fork-based PRs (#1309)
     add 633cec8ab remove extentions management module name from its pom (#1295)
     add 0c51f2e0a Bump cypress from 12.3.0 to 12.5.1 in /ui (#1305)
     add 8d0aea2a4 [#1040] misc changes in runtime names, ad missing fields in 
schema
     add d6343dcdc [#1040] remove dead code
     add 495f0b9ca [#1040] remove supported code in declaire
     add c1317a25f [#1040] fix strings due naming changes
     add 8f0a3502b Merge pull request #1268 from 
apache/1040-change-event-runtime-name-of-geometry-field
     new 85565b8fd [#1307] Add geometry validation processor first 
implementation
     new 2a89675ca [#1307] misc validation fixes manual tests
     new 562dbb34a [#1307] add resources

The 3 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:
 .github/workflows/pr-labeler.yml                   |  10 +-
 streampipes-extensions-management/pom.xml          |   2 -
 .../streampipes/processors/geo/jvm/GeoJvmInit.java |   4 +-
 .../LatLngToJtsPointProcessor.java                 |   7 +-
 .../reprojection/ReprojectionProcessor.java        |   8 +-
 .../trajectory/TrajectoryFromPointsProcessor.java  |  16 ++-
 .../GeometryValidationProcessor.java}              | 132 ++++++++++++---------
 .../jts/processor/validation/ValidationOutput.java |  18 +--
 .../jts/processor/validation/ValidationType.java   |  19 ++-
 .../HaversineDistanceCalculatorProcessor.java      |  21 ++--
 .../speedcalculator/SpeedCalculatorProcessor.java  |   6 +-
 .../strings.en                                     |   8 +-
 .../documentation.md                               |  75 ++++++++++++
 .../icon.png                                       | Bin 0 -> 16986 bytes
 .../strings.en                                     |  14 ++-
 ui/package-lock.json                               |  14 +--
 ui/package.json                                    |   2 +-
 17 files changed, 230 insertions(+), 126 deletions(-)
 copy 
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/{reprojection/ReprojectionProcessor.java
 => validation/GeometryValidationProcessor.java} (53%)
 copy 
streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/v4/params/QueryParamsV4.java
 => 
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/validation/ValidationOutput.java
 (75%)
 mode change 100644 => 100755
 copy 
streampipes-client/src/main/java/org/apache/streampipes/client/model/InputStreamIndex.java
 => 
streampipes-extensions/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/validation/ValidationType.java
 (75%)
 mode change 100644 => 100755
 create mode 100644 
streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation/documentation.md
 create mode 100644 
streampipes-extensions/streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation/icon.png
 copy 
streampipes-extensions/{streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.set.http
 => 
streampipes-processors-geo-jvm/src/main/resources/org.apache.streampipes.processors.geo.jvm.jts.processor.validation}/strings.en
 (55%)

Reply via email to