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 59406e724e fix(#4032): Remove TransformationRuleGeneratorVisitor
add 901b7c39b4 Move timestamp handling to scope selection
add f2d5b99b8a 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:
.idea/runConfigurations/sp_core.xml | 3 +-
.../form-label/form-label.component.html | 25 ++++--
.../form-label/form-label.component.scss | 2 +-
.../configure-fields.component.html | 2 +-
.../event-property-row.component.html | 75 ++++------------
.../event-property-row.component.scss | 1 -
.../event-property-row.component.ts | 34 +++----
.../event-property-scope.component.html} | 35 ++++++--
.../event-property-scope.component.scss} | 0
.../event-property-scope.component.ts | 91 +++++++++++++++++++
ui/src/app/connect/connect.module.ts | 2 +
.../edit-data-type/edit-data-type.component.ts | 4 +-
.../edit-schema-transformation.component.html | 100 +++++++--------------
.../edit-schema-transformation.component.ts | 32 +------
.../edit-unit-transformation.component.html | 8 +-
.../edit-event-property.component.html | 30 ++++++-
.../edit-event-property.component.ts | 4 -
17 files changed, 243 insertions(+), 205 deletions(-)
copy
ui/src/app/{chart/components/chart-view/designer-panel/data-settings/filter-selection-panel/filter-selection-panel-row/panel-row-property-selection/filter-selection-panel-row-property-selection.component.html
=>
connect/components/adapter-configuration/configure-fields/event-property-row/event-property-scope/event-property-scope.component.html}
(50%)
copy ui/{cypress/fixtures/connect/aggregationRules/expected.csv =>
src/app/connect/components/adapter-configuration/configure-fields/event-property-row/event-property-scope/event-property-scope.component.scss}
(100%)
create mode 100644
ui/src/app/connect/components/adapter-configuration/configure-fields/event-property-row/event-property-scope/event-property-scope.component.ts