This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch rename-domain-property-semantic-type
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 3d3e6f2a48 Migrate domainProperties to semantic type for python and go
add b0c90d11a4 fix(#3257): Synchronously trigger deregistration handler
(#3258)
add af40c47f44 fix(#3253): Change linting back to check instead of write
(#3254)
add 472569d5e1 feat: Add time selection menu for single widgets in
dashboard (#3240)
add c1e15fe099 docs:Modify the README file of K8S and note that the port
does not match the document use case (#3262)
add 6e5ea81974 feat: Manually override dimensions in data lake sink (#3231)
add e084e6ed8d Merge branch 'dev' into rename-domain-property-semantic-type
add 9829d1aeb1 Update model, add deprecations
No new revisions were added by this update.
Summary of changes:
installer/k8s/README.md | 3 +-
.../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 +-
.../api/extractor/IParameterExtractor.java | 2 +
.../jvm/InternalSinksExtensionModuleExports.java | 5 +-
.../jvm/datalake/DataLakeDimensionProvider.java | 69 ++++++++++++++++
.../sinks/internal/jvm/datalake/DataLakeSink.java | 81 ++++++++++++------
...grationV1.java => DataLakeSinkMigrationV2.java} | 62 +++++++-------
.../documentation.md | 29 +++++++
.../strings.en | 6 ++
.../migrations/DataLakeSinkMigrationV2Test.java | 95 ++++++++++++++++++++++
.../streampipes/model/dashboard/DashboardItem.java | 10 +++
.../sdk/extractor/AbstractParameterExtractor.java | 9 ++
.../streampipes/sdk/helpers/EpRequirements.java | 28 ++++++-
.../function/StreamPipesFunctionHandler.java | 2 +-
ui/.lintstagedrc.json | 4 +-
.../src/lib/model/dashboard/dashboard.model.ts | 1 +
.../src/lib/model/datalake/DateRange.ts | 5 ++
.../src/lib/model/gen/streampipes-model.ts | 6 +-
.../static-slide-toggle.component.html | 1 -
.../static-slide-toggle.component.ts | 1 +
.../custom-time-range-selection.component.html | 1 +
.../time-selector-menu.component.html | 1 +
.../data-explorer-dashboard-widget.component.html | 28 +++++++
.../data-explorer-dashboard-widget.component.ts | 61 +++++++++++++-
.../base/base-data-explorer-widget.directive.ts | 26 ++++--
...a-explorer-edit-dashboard-dialog.component.html | 3 +-
.../models/dataview-dashboard.model.ts | 1 +
.../services/time-selection.service.ts | 10 ++-
34 files changed, 607 insertions(+), 142 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
create mode 100644
streampipes-extensions/streampipes-sinks-internal-jvm/src/main/java/org/apache/streampipes/sinks/internal/jvm/datalake/DataLakeDimensionProvider.java
copy
streampipes-extensions/streampipes-sinks-internal-jvm/src/main/java/org/apache/streampipes/sinks/internal/jvm/datalake/migrations/{DataLakeSinkMigrationV1.java
=> DataLakeSinkMigrationV2.java} (54%)
create mode 100644
streampipes-extensions/streampipes-sinks-internal-jvm/src/test/java/org/apache/streampipes/sinks/internal/jvm/datalake/migrations/DataLakeSinkMigrationV2Test.java