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 04659704f0 refactor(#4024): Rename event preview component
add 9e41c7f98c refactor(#4024): Rename event schema components
No new revisions were added by this update.
Summary of changes:
.../adapter-configuration.component.html | 4 ++--
.../adapter-configuration.component.ts | 3 ---
.../configure-fields-error-hints.component.html} | 0
.../configure-fields-error-hints.component.scss} | 0
.../configure-fields-error-hints.component.ts} | 8 ++++----
.../event-schema-error-hints.component.cy.ts | 4 ++--
.../configure-fields-header.component.html} | 0
.../configure-fields-header.component.scss} | 0
.../configure-fields-header.component.ts} | 8 ++++----
.../configure-fields-preview.component.html} | 0
.../configure-fields-preview.component.scss} | 0
.../configure-fields-preview.component.ts} | 8 ++++----
.../configure-fields.component.html} | 12 ++++++------
.../configure-fields.component.scss} | 0
.../configure-fields.component.ts} | 8 ++++----
.../error-message/error-message.component.html | 0
.../error-message/error-message.component.scss | 0
.../error-message/error-message.component.ts | 0
.../event-property-row.component.html | 0
.../event-property-row.component.scss | 0
.../event-property-row.component.ts | 0
.../loading-message/loading-message.component.html | 0
.../loading-message/loading-message.component.scss | 0
.../loading-message/loading-message.component.ts | 0
.../configure-schema/configure-schema.component.ts | 9 +--------
.../schema-editor-header.component.scss | 17 -----------------
ui/src/app/connect/connect.module.ts | 22 +++++++++++-----------
27 files changed, 38 insertions(+), 65 deletions(-)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema-error-hints/event-schema-error-hints.component.html
=>
configure-fields/configure-fields-error-hints/configure-fields-error-hints.component.html}
(100%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema-error-hints/event-schema-error-hints.component.scss
=>
configure-fields/configure-fields-error-hints/configure-fields-error-hints.component.scss}
(100%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema-error-hints/event-schema-error-hints.component.ts
=>
configure-fields/configure-fields-error-hints/configure-fields-error-hints.component.ts}
(82%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema-error-hints
=>
configure-fields/configure-fields-error-hints}/event-schema-error-hints.component.cy.ts
(96%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/schema-editor-header/schema-editor-header.component.html
=>
configure-fields/configure-fields-header/configure-fields-header.component.html}
(100%)
copy
ui/src/app/connect/components/adapter-configuration/{event-schema/loading-message/loading-message.component.scss
=>
configure-fields/configure-fields-header/configure-fields-header.component.scss}
(100%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/schema-editor-header/schema-editor-header.component.ts
=>
configure-fields/configure-fields-header/configure-fields-header.component.ts}
(85%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema-preview/event-schema-preview.component.html
=>
configure-fields/configure-fields-preview/configure-fields-preview.component.html}
(100%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema-preview/event-schema-preview.component.scss
=>
configure-fields/configure-fields-preview/configure-fields-preview.component.scss}
(100%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema-preview/event-schema-preview.component.ts
=>
configure-fields/configure-fields-preview/configure-fields-preview.component.ts}
(86%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema.component.html
=> configure-fields/configure-fields.component.html} (93%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema.component.scss
=> configure-fields/configure-fields.component.scss} (100%)
rename
ui/src/app/connect/components/adapter-configuration/{event-schema/event-schema.component.ts
=> configure-fields/configure-fields.component.ts} (97%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/error-message/error-message.component.html (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/error-message/error-message.component.scss (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/error-message/error-message.component.ts (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/event-property-row/event-property-row.component.html (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/event-property-row/event-property-row.component.scss (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/event-property-row/event-property-row.component.ts (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/loading-message/loading-message.component.html (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/loading-message/loading-message.component.scss (100%)
rename ui/src/app/connect/components/adapter-configuration/{event-schema =>
configure-fields}/loading-message/loading-message.component.ts (100%)
delete mode 100644
ui/src/app/connect/components/adapter-configuration/event-schema/schema-editor-header/schema-editor-header.component.scss