This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
4032-introducing-function-transformation-for-complex-data-handling-in-connect
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 2fd68b0381 fix(#4032): Migrate TubeMQProtocol adapter to new API
add f8d5d74953 refactor(#4032): Rewrote state management in connect
configure adapter
add 55a3f46bb5 fix(#4032): Add no timestamp error hint component
add 7e5ed3c15b refactor(#4032): Simplified configure fields
add 5973f0a4f8 fix(#4032): Extract guess schema logic to adapter
configuration state
No new revisions were added by this update.
Summary of changes:
.../management/management/GuessManagement.java | 5 +-
.../connect/management/util/EventSchemaUtils.java | 6 +-
.../rest/impl/connect/GuessResource.java | 8 +-
.../AdapterConfigurationState.ts} | 35 +-
.../adapter-configuration-state.service.ts | 178 +++++
.../adapter-configuration.component.html | 138 ++--
.../adapter-configuration.component.ts | 36 +-
.../adapter-settings.component.html | 1 +
.../configure-fields-error-hints.component.html | 71 --
.../configure-fields-error-hints.component.scss | 49 --
.../configure-fields-error-hints.component.ts | 34 -
.../configure-fields-preview.component.html | 4 +-
.../configure-fields-preview.component.ts | 6 +-
.../configure-fields.component.html | 36 +-
.../configure-fields/configure-fields.component.ts | 174 ++---
.../event-property-row.component.ts | 7 +-
.../no-timestamp-error-hint.component.html} | 32 +-
.../no-timestamp-error-hint.component.scss} | 20 +-
.../no-timestamp-error-hint.component.ts} | 9 +-
.../configure-schema.component.html | 61 +-
.../configure-schema/configure-schema.component.ts | 157 ++---
.../start-adapter-configuration.component.ts | 42 +-
.../create-adapter/create-adapter.component.html | 2 +-
.../edit-adapter/edit-adapter.component.html | 2 +-
ui/src/app/connect/connect.module.ts | 4 +-
ui/src/app/connect/services/rest.service.ts | 6 +-
.../services/transformation-rule.service.ts | 764 ---------------------
27 files changed, 507 insertions(+), 1380 deletions(-)
copy
ui/{projects/streampipes/shared-ui/src/lib/dialog/data-download-dialog/model/format-export-config.model.ts
=>
src/app/connect/components/adapter-configuration/adapter-configuration-state-service/AdapterConfigurationState.ts}
(75%)
create mode 100644
ui/src/app/connect/components/adapter-configuration/adapter-configuration-state-service/adapter-configuration-state.service.ts
delete mode 100644
ui/src/app/connect/components/adapter-configuration/configure-fields/configure-fields-error-hints/configure-fields-error-hints.component.html
delete mode 100644
ui/src/app/connect/components/adapter-configuration/configure-fields/configure-fields-error-hints/configure-fields-error-hints.component.scss
delete mode 100644
ui/src/app/connect/components/adapter-configuration/configure-fields/configure-fields-error-hints/configure-fields-error-hints.component.ts
copy
ui/{projects/streampipes/shared-ui/src/lib/components/sidebar-resize/sidebar-resize.component.html
=>
src/app/connect/components/adapter-configuration/configure-fields/no-timestamp-error-hint/no-timestamp-error-hint.component.html}
(56%)
copy
ui/src/app/{dataset/dialog/data-retention-dialog/components/select-retention/select-data.component.scss
=>
connect/components/adapter-configuration/configure-fields/no-timestamp-error-hint/no-timestamp-error-hint.component.scss}
(80%)
copy
ui/{projects/streampipes/shared-ui/src/lib/components/pipeline-element-runtime-info/live-preview-loading/live-preview-loading.component.ts
=>
src/app/connect/components/adapter-configuration/configure-fields/no-timestamp-error-hint/no-timestamp-error-hint.component.ts}
(80%)
delete mode 100644 ui/src/app/connect/services/transformation-rule.service.ts