This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch add-manual-data-lake-dimensions-selection
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 52c2530641 Fix parameter extractor
add 5cd312ba96 feat(#3259): Add duplicate filter to timeseries storage
(#3260)
No new revisions were added by this update.
Summary of changes:
.../dataexplorer/api/IDataExplorerManager.java | 10 ++--
.../influx/DataExplorerManagerInflux.java | 23 ++++----
.../influx/PropertyDuplicateFilter.java | 40 +++++++-------
.../dataexplorer/influx/PropertyHandler.java | 51 ++++++++++--------
.../influx/TimeSeriesStorageInflux.java | 10 +++-
.../influx/PropertyDuplicateFilterTest.java | 63 ++++++++++++++++++++++
.../iotdb/DataExplorerManagerIotDb.java | 2 +-
.../sinks/internal/jvm/datalake/DataLakeSink.java | 5 +-
.../migrations/DataLakeSinkMigrationV2.java | 29 +++++++++-
.../documentation.md | 6 +++
.../strings.en | 3 ++
.../migrations/DataLakeSinkMigrationV2Test.java | 2 +-
.../static-slide-toggle.component.html | 1 -
.../static-slide-toggle.component.ts | 1 +
14 files changed, 182 insertions(+), 64 deletions(-)
copy
streampipes-user-management/src/main/java/org/apache/streampipes/user/management/authentication/StreamPipesCredentialsMatcher.java
=>
streampipes-data-explorer-influx/src/main/java/org/apache/streampipes/dataexplorer/influx/PropertyDuplicateFilter.java
(50%)
create mode 100644
streampipes-data-explorer-influx/src/test/java/org/apache/streampipes/dataexplorer/influx/PropertyDuplicateFilterTest.java