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 2f886104c2 monthly update of vulnerability report
add f29a30300c fix go client docs front matter (#3317)
add 734924647f refactor(#3315): Update run configuration for intellij
(#3316)
add 7105d35b87 fix(#3325): compact adapters do not add a default property
scope (#3328)
add bbce64b1bf Test:Implement unit tests for pipeline element
'MathOpProcessor' (#3300)
add e55e4fdf04 Add topics information to pipeline editor in view mode
(#3326)
add 4a2ef4513d fix: Resolve minor bugs in time selection component (#3336)
add 128d948d6e fix: Fix pipeline element validation for collections (#3340)
add 17d3c826f7 chore: Fix layout of static property groups (#3338)
add 8375419607 Move refresh interval option to time selector menu
component (#3341)
add 88c01a9b0a fix: Time selector menu for widgets in dashboard (#3342)
add a643b12118 chore(deps-dev): bump
mkdocs-git-revision-date-localized-plugin (#3314)
add 0b682b5d3b chore(deps): bump actions/setup-go from 3 to 5 (#3319)
add 6f99618171 chore(deps): bump actions/cache from 2 to 4 (#3318)
add 38b4007aea chore(deps-dev): bump ruff in /streampipes-client-python
(#3335)
add e927502507 chore(deps): bump pydantic in /streampipes-client-python
(#3344)
add 6a533d3043 chore(deps-dev): bump mypy in /streampipes-client-python
(#3348)
add 580b554414 chore(deps-dev): bump tornado in /streampipes-client-python
(#3350)
add 25ab4b636e chore(deps-dev): bump ruff in /streampipes-client-python
(#3351)
add 2ea23c0241 Add warning that live dashboard is deprecated (#3359)
add c616fb31b9 Bug fix pipeline editor (#3360)
add 81d4888efd 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 (2f886104c2)
\
N -- N -- N refs/heads/create-pull-request/patch (81d4888efd)
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/go-client-e2e-test.yml | 4 +-
.idea/runConfigurations/all_extensions_jvm.xml | 30 --
.../all_pipeline_elements_flink.xml | 14 -
.../all_pipeline_elements_jvm.xml | 31 --
.idea/runConfigurations/connect_adapters.xml | 15 -
.idea/runConfigurations/connect_adapters_iiot.xml | 15 -
.idea/runConfigurations/{core.xml => sp_core.xml} | 2 +-
.../{sinks_internal_jvm.xml => sp_extensions.xml} | 19 +-
.../{core.xml => sp_extensions_iiot.xml} | 6 +-
.idea/runConfigurations/ui.xml | 9 -
VULNERABILITY.md | 2 +
.../content/en/docs/getting-started/first-steps.md | 4 +-
.../content/en/docs/tutorials/ManageAdapter.md | 25 +-
.../content/en/docs/tutorials/ManagePipeline.md | 23 +-
streampipes-client-python/poetry.lock | 327 +++++++++++----------
streampipes-client-python/pyproject.toml | 6 +-
.../influx/DataLakeMeasurementCounterInflux.java | 29 +-
.../query/DataLakeMeasurementCounter.java | 43 ++-
.../generic/config/MetadataOptionGenerator.java | 8 +-
.../jvm/processor/math/MathOpProcessor.java | 8 +-
.../jvm/processor/math/MathOpProcessorTest.java | 121 ++++++++
.../jvm/datalake/DataLakeDimensionProvider.java | 11 +-
.../v2/pipeline/CheckCompletedVisitor.java | 8 +-
.../generation/CompactPipelineConverter.java | 2 +-
.../fixtures/connect/compact/compactTest.csv | 2 +
.../{machineDataSimulator.yml => fileReplay.yml} | 30 +-
.../connect/compact/addCompactAdapter.spec.ts | 16 +
.../src/lib/model/datalake/DateRange.ts | 48 ++-
ui/projects/streampipes/shared-ui/package.json | 3 +-
.../refresh-interval-settings.component.html | 2 +-
.../refresh-interval-settings.component.ts | 20 +-
.../time-range-selector.component.html | 49 ++-
.../time-range-selector.component.scss | 5 +-
.../time-selector/time-range-selector.component.ts | 68 ++++-
.../custom-time-range-selection.component.html | 18 +-
.../custom-time-range-selection.component.scss | 5 +
.../custom-time-range-selection.component.ts | 63 +++-
.../time-selector-menu.component.html | 11 +-
.../time-selector-menu.component.scss | 0
.../time-selector-menu.component.ts | 17 +-
.../time-selector/time-selector.model.ts | 11 +-
.../src/lib}/services/time-selection.service.ts | 101 ++++---
.../shared-ui/src/lib/shared-ui.module.ts | 20 ++
.../streampipes/shared-ui/src/public-api.ts | 4 +
.../streampipes/shared-ui/tsconfig.lib.json | 2 +-
.../adapter-code-panel.component.html | 1 +
.../configuration-code-panel.component.html | 28 +-
.../configuration-code-panel.component.scss | 14 +
.../configuration-code-panel.component.ts | 23 +-
ui/src/app/core-ui/core-ui.module.ts | 5 +
ui/src/app/core-ui/pipes/yaml-pretty-print.pipe.ts | 2 +-
.../static-free-input.component.html | 3 +
.../static-free-input.component.scss | 4 +
.../static-one-of-input.component.html | 79 ++---
ui/src/app/core-ui/topics/topics.component.html | 213 ++++++++++++++
.../topics.component.scss} | 0
.../topics.component.ts} | 39 ++-
.../overview/dashboard-overview.component.html | 11 +
.../overview/dashboard-overview.component.scss | 15 +
.../dashboard-toolbar.component.html | 11 +-
.../dashboard-toolbar.component.ts | 9 +-
.../data-explorer-dashboard-panel.component.html | 2 +-
.../data-explorer-dashboard-panel.component.ts | 14 +-
.../data-view/data-explorer-data-view.component.ts | 3 +-
.../data-explorer-dashboard-widget.component.html | 3 +
.../data-explorer-dashboard-widget.component.ts | 16 +-
.../base/base-data-explorer-widget.directive.ts | 4 +-
ui/src/app/data-explorer/data-explorer.module.ts | 15 -
.../data-explorer-detect-changes.service.ts | 2 +-
.../pipeline-element-icon-stand-row.component.html | 7 +-
.../pipeline-element-icon-stand-row.component.scss | 13 +
.../pipeline-element-icon-stand.component.scss | 2 +-
.../dropped-pipeline-element.component.html | 6 +-
.../components/pipeline/pipeline.component.html | 12 +
.../components/pipeline/pipeline.component.scss} | 37 ++-
.../components/pipeline/pipeline.component.ts | 8 +
.../save-pipeline-settings.component.html | 1 +
ui/src/app/editor/services/editor.service.ts | 12 +
.../pipeline-code-dialog.component.html | 1 +
.../pipeline-details/pipeline-details.module.ts | 2 +
ui/src/scss/sp/pipeline-element-options.scss | 3 +
81 files changed, 1319 insertions(+), 558 deletions(-)
delete mode 100644 .idea/runConfigurations/all_extensions_jvm.xml
delete mode 100644 .idea/runConfigurations/all_pipeline_elements_flink.xml
delete mode 100644 .idea/runConfigurations/all_pipeline_elements_jvm.xml
delete mode 100644 .idea/runConfigurations/connect_adapters.xml
delete mode 100644 .idea/runConfigurations/connect_adapters_iiot.xml
copy .idea/runConfigurations/{core.xml => sp_core.xml} (85%)
rename .idea/runConfigurations/{sinks_internal_jvm.xml => sp_extensions.xml}
(62%)
rename .idea/runConfigurations/{core.xml => sp_extensions_iiot.xml} (71%)
delete mode 100644 .idea/runConfigurations/ui.xml
create mode 100644
streampipes-extensions/streampipes-processors-enricher-jvm/src/test/java/org/apache/streampipes/processors/enricher/jvm/processor/math/MathOpProcessorTest.java
create mode 100644 ui/cypress/fixtures/connect/compact/compactTest.csv
copy ui/cypress/fixtures/connect/compact/{machineDataSimulator.yml =>
fileReplay.yml} (59%)
rename ui/{src/app/data-explorer/components/dashboard/dashboard-toolbar =>
projects/streampipes/shared-ui/src/lib/components/time-selector}/refresh-interval-settings/refresh-interval-settings.component.html
(96%)
rename ui/{src/app/data-explorer/components/dashboard/dashboard-toolbar =>
projects/streampipes/shared-ui/src/lib/components/time-selector}/refresh-interval-settings/refresh-interval-settings.component.ts
(83%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-range-selector.component.html
(63%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-range-selector.component.scss
(96%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-range-selector.component.ts
(69%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/custom-time-range-selection/custom-time-range-selection.component.html
(86%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/custom-time-range-selection/custom-time-range-selection.component.scss
(91%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/custom-time-range-selection/custom-time-range-selection.component.ts
(63%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/time-selector-menu.component.html
(84%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/time-selector-menu.component.scss
(100%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/time-selector-menu.component.ts
(90%)
copy
streampipes-client-api/src/main/java/org/apache/streampipes/client/api/live/EventProcessor.java
=>
ui/projects/streampipes/shared-ui/src/lib/components/time-selector/time-selector.model.ts
(82%)
rename ui/{src/app/data-explorer =>
projects/streampipes/shared-ui/src/lib}/services/time-selection.service.ts (59%)
create mode 100644 ui/src/app/core-ui/topics/topics.component.html
copy ui/src/app/core-ui/{help/help.component.scss =>
topics/topics.component.scss} (100%)
copy ui/src/app/core-ui/{help/help.component.ts => topics/topics.component.ts}
(58%)
copy ui/src/{scss/sp/pipeline-element-loading.scss =>
app/editor/components/pipeline/pipeline.component.scss} (68%)