You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/02/22 15:37:36 UTC

[streampipes] branch dependabot/maven/com.squareup.okhttp3-okhttp-4.10.0 updated (58950b093 -> a4932f0f9)

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

zehnder pushed a change to branch dependabot/maven/com.squareup.okhttp3-okhttp-4.10.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 58950b093 chore(deps): streamline version of okhttp
     add 71b7b6f1d [hotfix] Add empty constructor to DataExplorerQuery
     add 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
     add bec082dc6 Bump @types/node from 18.13.0 to 18.14.0 in /ui (#1324)
     add 3f903ec61 chore(ui): provide some more references for support in the 'about' view (#1319)
     add 7b693a2fd Update data stream generator (#1258) (#1286)
     add c8318c5b3 chore(docs): add information on how to develop the UI locally (#1326)
     add 62037abdf [#1296] Swinging Door Trending (SDT) Filter Processor (#1306)
     add 417ac009b [hotfix] Use extensions-all-jvm module in backend environment
     add 0f6bcf55f Rename endpoint to fetch all pipelines from API (#1333) (#1334)
     add 72c5b6b9c Update all version to 0.92.0-SNAPSHOT (#1338)
     add b8b33370b [#1336] Add a builder to create SpQueryResult objects
     add d5789f74e Bump cypress from 12.5.1 to 12.6.0 in /ui
     add 5653e5e60 chore(python-docs): improve getting started section (#1310)
     add a4932f0f9 Merge branch 'dev' into dependabot/maven/com.squareup.okhttp3-okhttp-4.10.0

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr-labeler.yml                   |  10 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 .../src/main/resources/archetype-resources/pom.xml |   2 +-
 installer/cli/.env                                 |   6 +-
 installer/cli/README.md                            |   2 +-
 installer/cli/environments/backend                 |   3 +-
 installer/compose/.env                             |   2 +-
 installer/compose/README.md                        |   2 +-
 installer/k8s/Chart.yaml                           |   4 +-
 installer/k8s/README.md                            |   2 +-
 installer/k8s/values.yaml                          |   2 +-
 .../getting-started/developing.md}                 |  56 +++++--
 .../docs/getting-started/first-steps.md            |  68 ++++++++
 .../docs/getting-started/installation.md           |  43 -----
 streampipes-client-python/mkdocs.yml               |   3 +-
 .../streampipes/function_zoo/river_function.py     |   2 +-
 .../functions/utils/data_stream_generator.py       | 114 +++----------
 .../streampipes/model/common.py                    |  52 ++++--
 .../streampipes/model/resource/data_stream.py      |  36 ++--
 .../streampipes/client/api/DataProcessorApi.java   |   3 +-
 .../apache/streampipes/client/api/DataSinkApi.java |   3 +-
 .../streampipes/client/api/DataStreamApi.java      |   3 +-
 .../apache/streampipes/client/api/PipelineApi.java |   2 +-
 .../dataexplorer/v4/query/DataExplorerQueryV4.java |   4 +
 streampipes-extensions-management/pom.xml          |   2 -
 .../processors/filters/jvm/FiltersJvmInit.java     |   4 +-
 .../processor/sdt/SwingingDoorTrendingFilter.java  | 182 +++++++++++++++++++++
 .../sdt/SwingingDoorTrendingFilterProcessor.java   | 133 +++++++++++++++
 .../documentation.md                               |  79 +++++++++
 .../icon.png                                       | Bin 0 -> 107607 bytes
 .../strings.en                                     |  34 ++++
 .../LatLngToJtsPointProcessor.java                 |   7 +-
 .../reprojection/ReprojectionProcessor.java        |   8 +-
 .../trajectory/TrajectoryFromPointsProcessor.java  |  16 +-
 .../HaversineDistanceCalculatorProcessor.java      |  21 ++-
 .../speedcalculator/SpeedCalculatorProcessor.java  |   6 +-
 .../strings.en                                     |   8 +-
 .../streampipes/model/datalake/DataSeries.java     |  15 ++
 .../{DataSeries.java => DataSeriesBuilder.java}    |  52 +++---
 .../model/datalake/SpQueryResultBuilder.java       |  73 +++++++++
 .../model/datalake/DataSeriesBuilderTest.java      |  90 ++++++++++
 .../model/datalake/SpQueryResultBuilderTest.java   | 116 +++++++++++++
 .../AbstractPipelineElementResourceManager.java    |   9 +-
 .../streampipes/rest/impl/PipelineResource.java    |  37 -----
 .../org/apache/streampipes/rest/impl/Setup.java    |   3 +
 .../org/apache/streampipes/rest/impl/Version.java  |   3 +
 .../rest/impl/pe/DataProcessorResource.java        |  12 +-
 .../streampipes/rest/impl/pe/DataSinkResource.java |  12 +-
 .../rest/impl/pe/DataStreamResource.java           |  31 +---
 ...AbstractConfigurablePipelineElementBuilder.java |  18 ++
 ui/README.md                                       |  11 +-
 ui/package-lock.json                               |  36 ++--
 ui/package.json                                    |   6 +-
 .../src/lib/apis/pipeline-element.service.ts       |   6 +-
 .../src/lib/apis/pipeline.service.ts               |  12 +-
 .../assets/dialog/base-asset-links.directive.ts    |   2 +-
 ui/src/app/home/components/status.component.ts     |   2 +-
 ui/src/app/info/about/about.component.html         |  23 +++
 .../app/notifications/notifications.component.ts   |   2 +-
 ui/src/app/pipelines/pipelines.component.ts        |   2 +-
 61 files changed, 1129 insertions(+), 372 deletions(-)
 copy streampipes-client-python/{DEVELOPMENT.md => docs/getting-started/developing.md} (58%)
 create mode 100644 streampipes-client-python/docs/getting-started/first-steps.md
 delete mode 100644 streampipes-client-python/docs/getting-started/installation.md
 create mode 100644 streampipes-extensions/streampipes-processors-filters-jvm/src/main/java/org/apache/streampipes/processors/filters/jvm/processor/sdt/SwingingDoorTrendingFilter.java
 create mode 100644 streampipes-extensions/streampipes-processors-filters-jvm/src/main/java/org/apache/streampipes/processors/filters/jvm/processor/sdt/SwingingDoorTrendingFilterProcessor.java
 create mode 100644 streampipes-extensions/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.sdt/documentation.md
 create mode 100644 streampipes-extensions/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.sdt/icon.png
 create mode 100644 streampipes-extensions/streampipes-processors-filters-jvm/src/main/resources/org.apache.streampipes.processors.filters.jvm.sdt/strings.en
 copy streampipes-model/src/main/java/org/apache/streampipes/model/datalake/{DataSeries.java => DataSeriesBuilder.java} (51%)
 create mode 100644 streampipes-model/src/main/java/org/apache/streampipes/model/datalake/SpQueryResultBuilder.java
 create mode 100644 streampipes-model/src/test/java/org/apache/streampipes/model/datalake/DataSeriesBuilderTest.java
 create mode 100644 streampipes-model/src/test/java/org/apache/streampipes/model/datalake/SpQueryResultBuilderTest.java