This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch add-reactive-forms-fix
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 7592ba63af feat: add reactive forms to Configuration/sites
add a7d4813d8c feat: add clone button to data explorer overview (#3594)
add 5fe3151757 refactor(#3597): Remove deprecated methods using
domainProperty instead of semanticType (#3598)
add b41c30fa2e refactor(#3153): Remove CreateNestedRuleDescription
references from various classes (#3596)
add 27802c73c4 fix(#3602): Fix testGroupManagement.spec.ts to support
multiple languages (#3603)
add 314fef057a chore: Move several shared components to shared-ui module
(#3605)
add a16dd3c387 Update Python version constraint and add pandas dependency
(#3607)
add e99ad3c02d chore(deps-dev): bump ruff in /streampipes-client-python
(#3606)
add d9c781ee66 chore(deps-dev): bump
mkdocs-git-revision-date-localized-plugin (#3582)
add e4b57da3af chore(deps-dev): bump @typescript-eslint/parser in /ui
(#3608)
add 6dc2cc1e4a chore(deps): bump org.apache.activemq:activemq-client
(#3599)
add da4a6b552c chore(deps): bump netty.version from 4.1.118.Final to
4.2.0.Final (#3565)
add 7287f1b5b2 chore(deps-dev): bump flake8 in /streampipes-client-python
(#3609)
add f9582b23f0 fix: axis of status heatmap after resize (#3592)
add d02884282b fix: add validator to pipeline and adapter name (#3616)
add f6e7a12157 feat: Enhance rest sink (#3573)
add d611c46c4b feat: add reactive forms to Configuration/sites (#3615)
add 6d8546aa03 docs: Update documentation of processors and adapters
(#3614)
add 11e2d3fde7 Revert "feat: add reactive forms to Configuration/sites
(#3615)"
add c57a1941f8 Merge branch 'dev' into add-reactive-forms-fix
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr-validation.yml | 6 +-
.github/workflows/pypi-deployment.yml | 2 +-
.github/workflows/python-docs.yml | 2 +-
pom.xml | 4 +-
streampipes-client-python/poetry.lock | 3153 +++++++++++---------
streampipes-client-python/pyproject.toml | 11 +-
.../convert/ToOriginalSchemaConverter.java | 6 -
.../convert/ToTransformedSchemaConverter.java | 8 -
...StatefulTransformationRuleGeneratorVisitor.java | 6 -
...tatelessTransformationRuleGeneratorVisitor.java | 8 -
.../schema/CreateNestedTransformationRule.java | 49 -
.../schema/CreateNestedTransformationRuleTest.java | 71 -
.../schema/SchemaEventTransformerTest.java | 7 +-
.../connect/TransformationRuleUpdateVisitor.java | 6 -
.../documentation.md | 52 +-
.../documentation.md | 74 +-
.../documentation.md | 57 +-
.../documentation.md | 81 +-
.../documentation.md | 100 +-
.../documentation.md | 85 +-
.../documentation.md | 85 +-
.../documentation.md | 83 +-
.../documentation.md | 76 +-
.../documentation.md | 73 +-
.../documentation.md | 83 +-
.../documentation.md | 85 +-
.../documentation.md | 91 +-
.../documentation.md | 119 +-
.../documentation.md | 89 +-
.../documentation.md | 99 +-
.../documentation.md | 119 +-
.../documentation.md | 107 +-
.../documentation.md | 78 +-
.../documentation.md | 72 +-
.../documentation.md | 96 +-
.../documentation.md | 73 +-
.../documentation.md | 81 +-
.../documentation.md | 90 +-
.../documentation.md | 89 +-
.../documentation.md | 80 +-
.../documentation.md | 88 +-
.../documentation.md | 96 +-
.../documentation.md | 75 +-
.../documentation.md | 67 +-
.../documentation.md | 2 +-
.../documentation.md | 70 +-
.../documentation.md | 112 +-
.../documentation.md | 155 +-
.../documentation.md | 96 +-
.../documentation.md | 155 +-
.../documentation.md | 121 +-
.../documentation.md | 126 +-
.../documentation.md | 91 +-
.../documentation.md | 68 +-
.../documentation.md | 129 +-
.../documentation.md | 98 +-
.../documentation.md | 88 +-
.../documentation.md | 94 +-
.../documentation.md | 62 +-
.../documentation.md | 87 +-
.../documentation.md | 102 +-
.../documentation.md | 152 +-
.../documentation.md | 131 +-
.../documentation.md | 85 +-
.../documentation.md | 110 +-
.../documentation.md | 88 +-
.../documentation.md | 123 +-
.../documentation.md | 75 +-
.../documentation.md | 112 +-
.../documentation.md | 107 +-
.../documentation.md | 108 +-
.../documentation.md | 107 +-
.../documentation.md | 93 +-
.../documentation.md | 110 +-
.../documentation.md | 71 +-
.../jvm/BrokerSinksExtensionModuleExport.java | 5 +-
.../jvm/migrations/RestSinkMigrationV1.java | 149 +
.../brokers/jvm/rest/RestHeaderConfiguration.java | 7 +-
.../sinks/brokers/jvm/rest/RestSink.java | 184 +-
.../strings.en | 18 +
.../connect/rules/ITransformationRuleVisitor.java | 3 -
.../rules/TransformationRuleDescription.java | 2 -
.../rules/schema/CreateNestedRuleDescription.java | 64 -
.../connect/adapter/AdapterDescriptionTest.java | 19 +-
.../apache/streampipes/rest/impl/UserResource.java | 105 +-
.../streampipes/sdk/helpers/EpProperties.java | 229 +-
.../storage/couchdb/impl/UserStorage.java | 2 +-
.../storage/couchdb/serializer/GsonSerializer.java | 2 -
.../utils/configuration/ConfigurationBtns.ts | 12 +
.../userManagement/testGroupManagement.spec.ts | 23 +-
ui/deployment/app.module.mst | 2 +
ui/deployment/i18n/de.json | 4 +-
ui/deployment/i18n/en.json | 4 +-
ui/package-lock.json | 119 +-
ui/package.json | 2 +-
.../streampipes/platform-services/package.json | 2 +
.../src/lib/apis/chart.service.ts | 32 +-
.../lib/apis/pipeline-element-asset.service.ts} | 22 +-
...ts => pipeline-element-runtime-info.service.ts} | 41 +-
.../src/lib}/services/live-preview.service.ts | 0
.../pipeline-element-icon-text.service.ts} | 2 +-
.../platform-services/src/public-api.ts | 4 +
.../input-schema-panel.component.html | 11 +-
.../input-schema-panel.component.scss | 10 +
.../input-schema-panel.component.ts | 7 +-
.../input-schema-property.component.html | 0
.../input-schema-property.component.ts | 2 +-
.../pipeline-element-documentation.component.html | 0
.../pipeline-element-documentation.component.scss | 0
.../pipeline-element-documentation.component.ts | 0
.../live-preview-error.component.html | 0
.../live-preview-error.component.scss | 0
.../live-preview-error.component.ts | 0
.../live-preview-loading.component.html | 0
.../live-preview-loading.component.scss | 0
.../live-preview-loading.component.ts | 0
.../live-preview-table.component.html | 0
.../live-preview-table.component.scss | 0
.../live-preview-table.component.ts | 6 +-
.../pipeline-element-runtime-info.component.html | 0
.../pipeline-element-runtime-info.component.scss | 0
.../pipeline-element-runtime-info.component.ts | 13 +-
.../pipeline-element-runtime-info.model.ts | 0
.../pipeline-element.component.html | 0
.../pipeline-element.component.scss | 0
.../pipeline-element/pipeline-element.component.ts | 42 +-
.../pipeline-element-help.component.html} | 0
.../pipeline-element-help.component.scss} | 2 +-
.../pipeline-element-help.component.ts} | 27 +-
.../src/lib}/pipes/sort-by-runtime-name.pipe.ts | 0
.../services}/pipeline-element-schema.service.ts | 0
.../shared-ui/src/lib/shared-ui.module.ts | 37 +-
.../streampipes/shared-ui/src/public-api.ts | 6 +
.../asset-link-item/asset-link-item.component.ts | 5 +-
.../edit-group-dialog.component.html | 1 +
.../user-group-configuration.component.html | 1 +
.../shared/configuration.service.spec.ts | 2 +-
.../start-adapter-configuration.component.html | 34 +
.../start-adapter-configuration.component.ts | 9 +-
.../adapter-description.component.ts | 13 +-
.../existing-adapters.component.ts | 9 +-
.../adapter-started-dialog.component.ts | 2 +-
ui/src/app/connect/services/rest.service.ts | 15 -
ui/src/app/core-ui/core-ui.module.ts | 18 +-
.../object-permission-dialog.component.html | 2 +-
.../core-ui/static-properties/input.validator.ts | 21 +
.../status-heatmap-renderer.service.ts | 20 +-
.../data-explorer-overview-table.component.html | 9 +
.../data-explorer-overview-table.component.ts | 6 +
.../pipeline-assembly-drawing-area.component.ts | 2 +-
.../pipeline-element-preview.component.ts | 6 +-
.../dialog/customize/customize.component.html | 4 +-
.../save-pipeline-settings.component.html | 33 +-
.../save-pipeline-settings.component.ts | 4 +-
ui/src/app/editor/editor.module.ts | 13 +-
ui/src/app/editor/services/editor.service.ts | 9 +-
.../app/notifications/notifications.component.ts | 4 +-
ui/src/app/services/rest-api.service.ts | 4 -
ui/src/federation.config.js | 2 +
159 files changed, 7706 insertions(+), 2773 deletions(-)
delete mode 100644
streampipes-connect-shared/src/main/java/org/apache/streampipes/connect/shared/preprocessing/transform/schema/CreateNestedTransformationRule.java
delete mode 100644
streampipes-connect-shared/src/test/java/org/apache/streampipes/connect/shared/preprocessing/transform/schema/CreateNestedTransformationRuleTest.java
create mode 100644
streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/java/org/apache/streampipes/sinks/brokers/jvm/migrations/RestSinkMigrationV1.java
copy
streampipes-client-api/src/main/java/org/apache/streampipes/client/api/annotation/NotYetImplemented.java
=>
streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/java/org/apache/streampipes/sinks/brokers/jvm/rest/RestHeaderConfiguration.java
(84%)
delete mode 100644
streampipes-model/src/main/java/org/apache/streampipes/model/connect/rules/schema/CreateNestedRuleDescription.java
copy
ui/{src/app/core-ui/static-properties/static-runtime-resolvable-tree-input/static-tree-input-service.service.ts
=>
projects/streampipes/platform-services/src/lib/apis/pipeline-element-asset.service.ts}
(64%)
copy
ui/projects/streampipes/platform-services/src/lib/apis/{general-config.service.ts
=> pipeline-element-runtime-info.service.ts} (52%)
rename ui/{src/app =>
projects/streampipes/platform-services/src/lib}/services/live-preview.service.ts
(100%)
rename ui/{src/app/services/get-element-icon-text.service.ts =>
projects/streampipes/platform-services/src/lib/services/pipeline-element-icon-text.service.ts}
(96%)
rename ui/{src/app/editor/dialog/customize =>
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-panel.component.html
(86%)
rename ui/{src/app/editor/dialog/customize =>
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-panel.component.scss
(87%)
rename ui/{src/app/editor/dialog/customize =>
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-panel.component.ts
(86%)
rename ui/{src/app/editor/dialog/customize =>
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-property/input-schema-property.component.html
(100%)
rename ui/{src/app/editor/dialog/customize =>
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-property/input-schema-property.component.ts
(91%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-documentation/pipeline-element-documentation.component.html
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-documentation/pipeline-element-documentation.component.scss
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-documentation/pipeline-element-documentation.component.ts
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-error/live-preview-error.component.html
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-error/live-preview-error.component.scss
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-error/live-preview-error.component.ts
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-loading/live-preview-loading.component.html
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-loading/live-preview-loading.component.scss
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-loading/live-preview-loading.component.ts
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-table/live-preview-table.component.html
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-table/live-preview-table.component.scss
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-table/live-preview-table.component.ts
(93%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.component.html
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.component.scss
(100%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.component.ts
(92%)
rename ui/{src/app/core-ui =>
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.model.ts
(100%)
rename ui/{src/app/editor =>
projects/streampipes/shared-ui/src/lib}/components/pipeline-element/pipeline-element.component.html
(100%)
rename ui/{src/app/editor =>
projects/streampipes/shared-ui/src/lib}/components/pipeline-element/pipeline-element.component.scss
(100%)
rename ui/{src/app/editor =>
projects/streampipes/shared-ui/src/lib}/components/pipeline-element/pipeline-element.component.ts
(68%)
rename ui/{src/app/core-ui/help/help.component.html =>
projects/streampipes/shared-ui/src/lib/dialog/pipeline-element-help/pipeline-element-help.component.html}
(100%)
rename ui/{src/app/core-ui/help/help.component.scss =>
projects/streampipes/shared-ui/src/lib/dialog/pipeline-element-help/pipeline-element-help.component.scss}
(94%)
rename ui/{src/app/core-ui/help/help.component.ts =>
projects/streampipes/shared-ui/src/lib/dialog/pipeline-element-help/pipeline-element-help.component.ts}
(71%)
rename ui/{src/app/editor =>
projects/streampipes/shared-ui/src/lib}/pipes/sort-by-runtime-name.pipe.ts
(100%)
rename ui/{src/app/core-ui/pipeline-element-runtime-info =>
projects/streampipes/shared-ui/src/lib/services}/pipeline-element-schema.service.ts
(100%)