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

riemer pushed a change to branch 3207-remove-pipeline-element-recommender
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 47fad6e803 chore(#3207): Remove pipeline element recommender
     add 09df1580bc fix: Migrate command-line tool config to pyproject.toml 
(#3205)
     add 02b60f7692 fix: Assign new elementIds in pipeline preview (#3211)
     new 9ef4d85f06 Merge branch 'dev' into 
3207-remove-pipeline-element-recommender
     new 6b6069584d Merge model
     new c3ea22c5a7 Fix layout

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 streampipes-client-python/.pre-commit-config.yaml  | 10 ++++----
 streampipes-client-python/pyproject.toml           | 10 ++++++++
 .../streampipes/endpoint/api/data_lake_measure.py  |  6 +++--
 .../functions/utils/data_stream_generator.py       |  3 ++-
 .../streampipes/model/common.py                    |  2 +-
 .../streampipes/model/resource/data_stream.py      |  2 +-
 .../model/preview/PipelinePreviewModel.java        | 14 ++++++-----
 .../matching/PipelineModificationGenerator.java    |  8 +++---
 .../matching/PipelineVerificationHandlerV2.java    |  4 ++-
 .../pipeline/AbstractPipelineValidationStep.java   | 10 +-------
 ...rtiesStep.java => IPipelineValidationStep.java} | 15 ++++-------
 .../v2/pipeline/PipelineValidationSteps.java       |  2 +-
 .../matching/v2/pipeline/PipelineValidator.java    | 11 ++++----
 .../manager/preview/PipelinePreview.java           | 29 +++++++++++++++++++---
 .../src/lib/model/gen/streampipes-model.ts         | 10 ++++----
 .../pipeline-assembly-drawing-area.component.ts    |  4 ++-
 .../pipeline-element-options.component.scss        |  9 ++-----
 .../pipeline-element-preview.component.ts          |  8 ++++--
 .../dropped-pipeline-element.component.html        |  6 ++---
 ui/src/app/services/live-preview.service.ts        |  8 ++++--
 ui/src/scss/sp/pipeline-element-options.scss       |  2 +-
 21 files changed, 104 insertions(+), 69 deletions(-)
 copy 
streampipes-pipeline-management/src/main/java/org/apache/streampipes/manager/matching/v2/pipeline/{UpdateStaticPropertiesStep.java
 => IPipelineValidationStep.java} (68%)

Reply via email to