This is an automated email from the ASF dual-hosted git repository.
riemer 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 18c844ece3 fix(#4032): Fix file stream tests
add c3d7477c51 Harmonize layout
add 0cb3598298 Merge branch
'4032-introducing-function-transformation-for-complex-data-handling-in-connect'
of github.com:apache/streampipes into
4032-introducing-function-transformation-for-complex-data-handling-in-connect
No new revisions were added by this update.
Summary of changes:
.../basic-inner-panel.component.html | 11 +-
.../basic-inner-panel.component.scss | 12 +-
.../configure-fields-preview.component.html | 2 +
.../configure-fields-preview.component.scss | 6 +-
.../configure-fields.component.html | 2 +
.../configure-fields.component.scss | 8 ++
.../event-property-row.component.html | 4 +-
.../no-timestamp-error-hint.component.html | 33 ++----
.../no-timestamp-error-hint.component.scss | 29 -----
.../no-timestamp-error-hint.component.ts | 1 -
.../configure-schema.component.html | 20 ++--
.../configure-schema.component.scss | 19 +++
.../start-adapter-configuration.component.html | 132 +++++++++++----------
ui/src/app/connect/connect.module.ts | 2 -
.../edit-data-type/edit-data-type.component.html | 1 -
.../edit-schema-transformation.component.html | 103 ++++++++--------
.../edit-unit-transformation.component.html | 19 +--
.../ep-settings-section.component.html | 36 ------
.../ep-settings-section.component.scss | 32 -----
.../ep-settings-section.component.ts | 33 ------
.../edit-event-property.component.html | 33 +++---
ui/src/scss/sp/_variables.scss | 1 +
22 files changed, 222 insertions(+), 317 deletions(-)
delete mode 100644
ui/src/app/connect/components/adapter-configuration/configure-fields/no-timestamp-error-hint/no-timestamp-error-hint.component.scss
delete mode 100644
ui/src/app/connect/dialog/edit-event-property/components/ep-settings-section/ep-settings-section.component.html
delete mode 100644
ui/src/app/connect/dialog/edit-event-property/components/ep-settings-section/ep-settings-section.component.scss
delete mode 100644
ui/src/app/connect/dialog/edit-event-property/components/ep-settings-section/ep-settings-section.component.ts