This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch create-pull-request/patch
in repository https://gitbox.apache.org/repos/asf/streampipes.git
omit baa3781704 monthly update of vulnerability report
add 80307a1eca chore(deps-dev): bump mypy in /streampipes-client-python
(#3676)
add ee51c195cc refactor(#3653): Update image processing processors to
implement IStreamPipesDataProcessor interface (#3663)
add d0294a79ae refactor(#3652): Update processors to implement
IStreamPipesDataProcessor interface (#3664)
add 6e90a99042 refactor(#3655): Update text mining processors to implement
IStreamPipesDataProcessor interface (#3665)
add 0b1b8893c2 refactor(#3200): Mark StreamPipesDataProcessor and
StreamPipesDataSink as deprecated (#3666)
add ffee26fe1e feat: add option to change chart label (#3695)
add cd2bcd7550 fix: Remove duplicate FilterExtensionModuleExport from
AllExtensionsIIoTInit (#3691)
add 263ee43468 fix: Extract timestamp in data download query (#3697)
add 7ba215a02c chore(deps-dev): bump pillow in /streampipes-client-python
(#3689)
add d918582eb1 chore(deps-dev): bump pytest-cov in
/streampipes-client-python (#3703)
add 932501865b chore(deps-dev): bump mypy in /streampipes-client-python
(#3699)
add 36e230bb01 chore(deps): Bump node version in CI scripts (#3706)
add 45dc1d997d feat: axis labels for 2d charts (#3701)
add bcc2eed311 chore(deps): bump org.apache.commons:commons-lang3 from
3.17.0 to 3.18.0 (#3696)
add 7e77a169e0 fix: Properly disconnect from OPC-UA in case of failure
(#3707)
add 3d17762e82 chore(deps): bump pandas in /streampipes-client-python
(#3704)
add 916d0699fe monthly update of vulnerability report
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (baa3781704)
\
N -- N -- N refs/heads/create-pull-request/patch (916d0699fe)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 2 +-
.github/workflows/cypress-test.yml | 2 +-
.github/workflows/pr-validation.yml | 4 +-
VULNERABILITY.md | 215 ++++++------
pom.xml | 2 +-
streampipes-client-python/poetry.lock | 379 +++++++++++----------
streampipes-client-python/pyproject.toml | 4 +-
.../connectors/opcua/client/SpOpcUaClient.java | 9 +-
.../extensions/all/iiot/AllExtensionsIIoTInit.java | 1 -
.../buffergeometry/BufferGeomProcessor.java | 195 ++++++-----
.../bufferpoint/BufferPointProcessor.java | 145 ++++----
.../geo/jvm/jts/processor/epsg/EpsgProcessor.java | 56 +--
.../LatLngToJtsPointProcessor.java | 101 +++---
.../reprojection/ReprojectionProcessor.java | 90 ++---
.../trajectory/TrajectoryFromPointsProcessor.java | 148 ++++----
.../complex/TopologyValidationProcessor.java | 116 ++++---
.../simple/GeometryValidationProcessor.java | 115 ++++---
.../HaversineDistanceCalculatorProcessor.java | 114 ++++---
...HaversineStaticDistanceCalculatorProcessor.java | 103 +++---
.../googlemaps/GoogleMapsGeocoderProcessor.java | 77 +++--
.../GoogleMapsStaticGeocoderProcessor.java | 77 +++--
.../geocityname/GeoCityNameRevdecodeProcessor.java | 86 +++--
.../speedcalculator/SpeedCalculatorProcessor.java | 102 +++---
.../GenericImageClassificationProcessor.java | 62 ++--
.../imagecropper/ImageCropperProcessor.java | 45 +--
.../imageenrichment/ImageEnrichmentProcessor.java | 45 +--
.../processor/qrreader/QrCodeReaderProcessor.java | 53 +--
.../jvm/processor/chunker/ChunkerProcessor.java | 117 ++++---
.../language/LanguageDetectionProcessor.java | 91 ++---
.../processor/namefinder/NameFinderProcessor.java | 83 +++--
.../partofspeech/PartOfSpeechProcessor.java | 90 +++--
.../SentenceDetectionProcessor.java | 70 ++--
.../processor/tokenizer/TokenizerProcessor.java | 77 +++--
.../model/datalake/DataLakeMeasure.java | 3 +-
.../standalone/StreamPipesDataProcessor.java | 2 +-
.../wrapper/standalone/StreamPipesDataSink.java | 1 +
.../correlation-chart-widget-config.component.html | 36 ++
.../model/correlation-chart-widget.model.ts | 2 +
.../charts/density/density-renderer.service.ts | 14 +
.../config/gauge-widget-config.component.html | 15 +
.../charts/gauge/gauge-renderer.service.ts | 2 +-
.../charts/gauge/model/gauge-widget.model.ts | 1 +
.../charts/scatter/scatter-renderer.service.ts | 14 +
43 files changed, 1701 insertions(+), 1265 deletions(-)