You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/07/17 19:43:19 UTC

[incubator-streampipes] branch dev updated (28131f6bd -> 5825c58b3)

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


    from 28131f6bd [STREAMPIPES-537] Remove obsolete configuration component
     add 2a68ddda6 [STREAMPIPES-558] Modify navigation flow of Connect module
     add ea77f0ce5 [STREAMPIPES-558] Reorganize Connect module structure
     add 9f4b3b5ca [STREAMPIPES-558] Add options bar to marketplace component
     add dbfd35bad [STREAMPIPES-558] Add options toolbar to adapter overview component
     add 4bfdaca1a [STREAMPIPES-558] Improve layout of guess schema view
     add 858a4d32b [STREAMPIPES-558] Improve user guidance of field configuration dialog
     add 633821a0f [hotfix] Use default value for machine simulator frequency
     add 1f33026da [STREAMPIPES-558] Improve layout of adapter start page
     add b294126e5 [STREAMPIPES-558] Harmonize layout of connect module
     add 520c2f0e7 [STREAMPIPES-558] Permanently show error hints in connect module
     add 92d585d1b [STREAMPIPES-558] Remove obsolete connect entry component
     add 99bc5f6b9 [STREAMPIPES-537] Change appearance of data explorer entry page
     add 8e089e59f [STREAMPIPES-537] Clean up data explorer module
     add b88bed69c [STREAMPIPES-537] Improve routing of dashboard module
     add d38b7ec49 [STREAMPIPES-537] Minor layout fix
     add 9a4943235 [STREAMPIPES-537] Remove unneeded files
     add 407bfabec [STREAMPIPES-537] Harmonize pipeline element installation module
     add 2d499bb97 [STREAMPIPES-537] Harmonize layout of files module
     add fe932e50c [hotfix] Minor layout improvement
     add 5e000fd6a [STREAMPIPES-537] Change routing of pipeline and pipeline details, make pipeline editor accessible from pipeline view
     add 9272bb9d0 [STREAMPIPES-537] Harmonize layout of pipeline monitoring view
     add d6c8759cd [hotfix] Minor layout improvement
     add 637563f3d [hotfix] Improve reload behaviour of File Management
     add 55b850132 [hotfix] Minor layout improvements
     add 7831a8cbc [test] Adapt tests to support UI changes
     add 64c681258 [hotfix] Support BaseVariableTypes in OPC adapter
     add d00179144 [STREAMPIPES-537] Improve layout of empty views
     add cf8101915 [STREAMPIPES-559] Support templates for adapters
     add 6a583385a [STREAMPIPES-559] Allow deletion of pipeline element templates
     add c571f960e [hotfix] Improve selection of data configs in data explorer
     add 70661ab1d [STREAMPIPES-560] Add confirm dialog to data explorer panel
     add 9e8e9a1dd [hotfix] Fix module imports of shared modules
     add 5825c58b3 [STREAMPIPES-561] Add breadcrumb navigation

No new revisions were added by this update.

Summary of changes:
 .../iiot/adapters/opcua/OpcUaNodeBrowser.java      |   8 +-
 .../machine/MachineDataStreamAdapter.java          |   2 +-
 ...teHandler.java => AbstractTemplateHandler.java} |  37 ++--
 .../manager/template/AdapterTemplateHandler.java   |  46 ++++
 .../template/PipelineElementTemplateHandler.java   |  33 +--
 .../template/PipelineElementTemplateVisitor.java   |   6 +-
 .../ps/PipelineElementTemplateResource.java        |  30 +++
 ui/cypress.json                                    |   2 +-
 .../support/utils/ConnectEventSchemaUtils.ts       |   1 +
 ui/cypress/support/utils/ConnectUtils.ts           |  14 +-
 ui/cypress/support/utils/PipelineUtils.ts          |   3 +-
 ui/cypress/support/utils/StaticPropertyUtils.ts    |   2 +-
 ui/deployment/app-routing.module.mst               |   2 -
 ui/deployment/dev/config.yml                       |   1 -
 ui/deployment/modules.yml                          |   4 +-
 ui/package.json                                    |   2 +-
 .../lib/apis/pipeline-element-template.service.ts  |  12 +
 .../basic-header-title/header-title.component.html |   1 +
 .../basic-header-title/header-title.component.scss |  10 +
 .../basic-header-title/header-title.component.ts   |  19 ++
 .../basic-inner-panel.component.html}              |  20 +-
 .../basic-inner-panel.component.scss}              |  44 ++--
 .../basic-inner-panel.component.ts}                |  23 +-
 .../basic-nav-tabs/basic-nav-tabs.component.html   |  19 +-
 .../basic-nav-tabs/basic-nav-tabs.component.scss   |   4 +
 .../basic-nav-tabs/basic-nav-tabs.component.ts     |  10 +
 .../basic-view/basic-view.component.html           |  23 +-
 .../basic-view/basic-view.component.scss           |  13 +-
 .../src/lib/models/sp-navigation.model.ts          |   5 +
 .../src/lib/services/breadcrumb.service.ts         |  46 ++++
 .../shared-ui/src/lib/shared-ui.module.ts          |   6 +
 .../streampipes/shared-ui/src/public-api.ts        |   6 +-
 ui/src/app/add/add.component.html                  |  96 ++++----
 ui/src/app/add/add.component.scss                  |   4 +
 ui/src/app/add/add.component.ts                    |   8 +-
 ui/src/app/add/add.module.ts                       |   2 +
 .../add.routes.ts}                                 |  11 +-
 .../add-endpoint/add-endpoint.component.html       |   2 +-
 .../app-asset-monitoring.component.ts              |   6 +-
 .../app-asset-monitoring.routes.ts}                |  17 +-
 .../app/app-overview/app-overview.component.html   |   2 +-
 ui/src/app/app-overview/app-overview.component.ts  |   6 +-
 .../apps.routes.ts}                                |  17 +-
 ui/src/app/configuration/configuration.module.ts   |   2 +-
 .../configuration.routes.ts}                       |  11 +-
 .../datalake-configuration.component.ts            |   7 +-
 .../email-configuration.component.ts               |   6 +-
 .../general-configuration.component.ts             |  13 +-
 .../messaging-configuration.component.ts           |   6 +-
 .../pipeline-element-configuration.component.ts    |  13 +-
 .../security-configuration.component.ts            |   5 +-
 .../configuration-group.component.html             |   2 +-
 .../data-marketplace.component.html                | 113 +++-------
 .../data-marketplace.component.scss                |  29 +--
 .../data-marketplace/data-marketplace.component.ts | 116 ++--------
 .../existing-adapters.component.html               | 146 -------------
 .../existing-adapters.component.html               | 157 ++++++++++++++
 .../existing-adapters.component.scss               |  10 +-
 .../existing-adapters.component.ts                 |  81 +++----
 .../filter-toolbar/filter-toolbar.component.html   |  48 ++++
 .../filter-toolbar.component.scss}                 |  51 +----
 .../filter-toolbar/filter-toolbar.component.ts     |  47 ++++
 .../format-configuration.component.html            |  65 ------
 .../generic-adapter-configuration.component.html   |  41 ----
 .../new-adapter/adapter-configuration.directive.ts |  96 ++++++++
 .../format-configuration.component.html            |  58 +++++
 .../format-configuration.component.scss            |   0
 .../format-configuration.component.ts              |   2 +-
 .../format-item-json.component.html                |   0
 .../format-item-json.component.scss                |   3 +-
 .../format-item-json/format-item-json.component.ts |   0
 .../format-item/format-item.component.html         |   0
 .../format-item/format-item.component.scss         |   3 +-
 .../format-item/format-item.component.ts           |   2 +-
 .../format-list/format-list.component.html         |   4 +-
 .../format-list/format-list.component.scss         |  16 +-
 .../format-list/format-list.component.ts           |   2 +-
 .../generic-adapter-configuration.component.html   |  63 ++++++
 .../generic-adapter-configuration.component.scss   |   0
 .../generic-adapter-configuration.component.ts     |  52 ++---
 .../new-adapter/new-adapter.component.html         | 139 ++++++------
 .../new-adapter/new-adapter.component.ts           | 104 +++++----
 .../error-message/error-message.component.html     |  13 +-
 .../error-message/error-message.component.scss}    |   8 +-
 .../error-message/error-message.component.ts       |   0
 .../event-property-row.component.html              |  24 +-
 .../event-property-row.component.scss              |  16 ++
 .../event-property-row.component.ts                |  22 +-
 .../event-schema-preview.component.html            |   0
 .../event-schema-preview.component.scss            |   0
 .../event-schema-preview.component.ts              |   0
 .../event-schema/event-schema.component.html       | 107 +++++++++
 .../event-schema/event-schema.component.scss       |  27 +++
 .../event-schema/event-schema.component.ts         |   8 +-
 .../loading-message/loading-message.component.html |   0
 .../loading-message/loading-message.component.scss |   0
 .../loading-message/loading-message.component.ts   |   0
 .../schema-editor-header.component.html            |  66 ++++++
 .../schema-editor-header.component.scss}           |   0
 .../schema-editor-header.component.ts              |   4 +-
 .../specific-adapter-configuration.component.html  |  58 +++++
 .../specific-adapter-configuration.component.scss  |   0
 .../specific-adapter-configuration.component.ts    |  48 ++--
 .../adapter-options-panel.component.html}          |  39 ++--
 .../adapter-options-panel.component.scss}          |  34 +--
 .../adapter-options-panel.component.ts}            |  27 ++-
 .../start-adapter-configuration.component.html     |  72 +++---
 .../start-adapter-configuration.component.scss     |   1 +
 .../start-adapter-configuration.component.ts       |  16 +-
 .../event-schema/event-schema.component.html       |  84 -------
 .../schema-editor-header.component.html            |  67 ------
 .../schema-editor-header.component.scss            |  21 --
 ui/src/app/connect/connect.component.css           |  18 --
 ui/src/app/connect/connect.component.html          |  20 --
 ui/src/app/connect/connect.module.ts               | 207 ++++++++++--------
 ...ding-message.component.ts => connect.routes.ts} |  12 +-
 .../adapter-template-dialog.component.html}        |  34 ++-
 .../adapter-template-dialog.component.scss}        |   1 +
 .../adapter-template-dialog.component.ts           |  71 ++++++
 .../edit-event-property-list.component.html        |  21 --
 .../edit-event-property-list.component.scss        |  18 --
 .../edit-event-property-primitive.component.html   |  49 -----
 .../edit-data-type/edit-data-type.component.html   |   5 +-
 .../edit-data-type/edit-data-type.component.scss   |   0
 .../edit-data-type/edit-data-type.component.ts     |   2 +-
 .../edit-schema-transformation.component.html      |  80 +++++++
 .../edit-schema-transformation.component.scss}     |   0
 .../edit-schema-transformation.component.ts        |  78 +++++++
 .../edit-unit-transformation.component.html        | 115 +++++-----
 .../edit-unit-transformation.component.ts          |  18 ++
 .../edit-correction-value.component.html           |  10 +-
 .../edit-correction-value.component.scss           |   0
 .../edit-correction-value.component.ts             |   0
 .../edit-timestamp-property.component.html         |  15 +-
 .../edit-timestamp-property.component.scss         |   0
 .../edit-timestamp-property.component.ts           |   0
 .../edit-value-transformation.component.html       |  55 +++++
 .../edit-value-transformation.component.scss}      |   0
 .../edit-value-transformation.component.ts}        |  38 +---
 .../ep-settings-section.component.html}            |  20 +-
 .../ep-settings-section.component.scss}            |  16 +-
 .../ep-settings-section.component.ts}              |  15 +-
 .../edit-event-property.component.html             | 166 +++++++-------
 .../edit-event-property.component.scss             |   6 +
 .../edit-event-property.component.ts               |  83 ++++---
 ui/src/app/connect/filter/adapter-filter.pipe.ts   |  81 +++++++
 ui/src/app/connect/filter/filter.pipe.ts           |  41 ----
 .../model/adapter-filter-settings.model.ts}        |   8 +-
 .../adapter-template.service.ts}                   |  82 +++----
 ui/src/app/core-ui/core-ui.module.ts               |   5 +
 ...pipeline-element-template-config.component.html |  73 +++++++
 ...pipeline-element-template-config.component.scss |   2 +-
 .../pipeline-element-template-config.component.ts  |  35 ++-
 .../pipeline-element-template-generator.ts         |   8 +-
 .../pipeline-element-template.pipe.ts}             |  25 ++-
 .../static-free-input.component.ts                 |  15 +-
 ...tic-runtime-resolvable-any-input.component.html |   2 +-
 ...c-runtime-resolvable-oneof-input.component.html |   2 +-
 .../static-secret-input.component.html             |   4 +-
 .../breadcrumb/breadcrumb.component.html           |  12 +
 .../breadcrumb/breadcrumb.component.scss}          |  24 +-
 .../components/breadcrumb/breadcrumb.component.ts} |  32 +--
 .../streampipes/streampipes.component.html         |   1 +
 .../core/components/toolbar/toolbar.component.html |  10 +-
 ui/src/app/core/core.module.ts                     |  54 ++---
 .../overview/dashboard-overview.component.css      |   7 +
 .../overview/dashboard-overview.component.html     | 107 ++++-----
 .../overview/dashboard-overview.component.ts       |  40 ++--
 .../panel/dashboard-panel.component.html           |  28 +--
 .../components/panel/dashboard-panel.component.ts  |  46 +++-
 ui/src/app/dashboard/dashboard.component.html      |  51 -----
 ui/src/app/dashboard/dashboard.component.ts        | 103 ---------
 ui/src/app/dashboard/dashboard.module.ts           | 152 ++++++-------
 .../dashboard.routes.ts}                           |  11 +-
 .../data-explorer-designer-panel.component.html    |   4 +-
 .../data-explorer-designer-panel.component.ts      |  18 +-
 ...ta-explorer-widget-data-settings.component.html |  10 +-
 ...data-explorer-widget-data-settings.component.ts |  54 ++++-
 .../field-selection-panel.component.ts             |  11 +
 ...data-explorer-dashboard-overview.component.html |  99 +++++----
 ...data-explorer-dashboard-overview.component.scss |   4 +-
 .../data-explorer-dashboard-overview.component.ts  |  13 +-
 .../data-explorer-dashboard-panel.component.ts     |  46 +++-
 .../widget-view/abstract-widget-view.directive.ts  |   2 +-
 .../data-explorer-dashboard-widget.component.html  |   2 +-
 .../data-explorer-dashboard-widget.component.ts    |   2 +-
 .../value-heatmap/value-heatmap.component.ts       |   6 +-
 .../image/config/image-widget-config.component.ts  |   2 +-
 .../data-explorer-panel.can-deactivate.guard.ts}   |  25 +--
 .../app/data-explorer/data-explorer.component.css  |  78 -------
 .../app/data-explorer/data-explorer.component.html |  51 -----
 .../app/data-explorer/data-explorer.component.ts   | 132 -----------
 ui/src/app/data-explorer/data-explorer.module.ts   |  17 +-
 .../data-explorer.routes.ts}                       |  11 +-
 .../pipeline-assembly.component.ts                 |   9 +-
 ...pipeline-element-template-config.component.html |  60 -----
 .../dialog/customize/customize.component.html      |   9 +-
 .../editor/dialog/customize/customize.component.ts |   3 -
 ui/src/app/editor/editor.component.ts              |  14 +-
 ui/src/app/editor/editor.module.ts                 |   6 +-
 .../file-overview/file-overview.component.html     |  71 +++---
 .../file-overview/file-overview.component.scss     |   4 +-
 .../file-overview/file-overview.component.ts       |  11 +-
 ui/src/app/files/files.component.html              |  51 ++---
 ui/src/app/files/files.component.ts                |   8 +-
 ui/src/app/files/files.module.ts                   |  78 +++----
 .../files.routes.ts}                               |  11 +-
 ui/src/app/home/home.component.html                |   2 +-
 ui/src/app/home/home.component.scss                |   2 +-
 ui/src/app/home/home.component.ts                  |  12 +-
 ui/src/app/info/info.component.ts                  |  24 +-
 .../app/notifications/notifications.component.ts   |   5 +-
 .../actions/pipeline-actions.component.html        |  87 +++-----
 .../components/edit/quickedit.component.html       |  84 ++++---
 .../components/edit/quickedit.component.ts         | 241 +++++++++++----------
 .../elements/pipeline-elements.component.html      |  12 +-
 .../monitoring/pipeline-monitoring.component.html  |  79 +++----
 .../monitoring/pipeline-monitoring.component.ts    |  57 ++---
 .../pipeline-details-overview.component.html       |  46 ++++
 .../pipeline-details-overview.component.scss}      |   1 -
 .../pipeline-details-overview.component.ts         |  58 +++++
 .../preview/pipeline-preview.component.html        |  17 +-
 .../components/sp-pipeline-details.directive.ts    |  68 ++++++
 .../status/pipeline-status.component.html          |   9 +-
 .../pipeline-details-tabs.ts}                      |  23 +-
 .../pipeline-details.component.html                |  65 ------
 .../pipeline-details/pipeline-details.component.ts |  77 -------
 .../pipeline-details/pipeline-details.module.ts    |  67 +++---
 .../pipeline-details.routes.ts}                    |  11 +-
 .../pipeline-overview.component.scss               |   4 +-
 ui/src/app/pipelines/pipelines.component.html      | 118 +++++-----
 ui/src/app/pipelines/pipelines.component.ts        |  14 +-
 ui/src/app/pipelines/pipelines.module.ts           |  52 +++++
 .../pipelines.routes.ts}                           |  11 +-
 .../services/pipeline-operations.service.ts        |   8 +-
 ui/src/app/profile/profile.component.ts            |   5 +
 ui/src/scss/sp/layout.scss                         |  37 ++++
 ui/src/scss/sp/main.scss                           |   6 +-
 ui/src/scss/sp/widgets.scss                        |   7 +-
 239 files changed, 4002 insertions(+), 3363 deletions(-)
 copy streampipes-pipeline-management/src/main/java/org/apache/streampipes/manager/template/{PipelineElementTemplateHandler.java => AbstractTemplateHandler.java} (53%)
 create mode 100644 streampipes-pipeline-management/src/main/java/org/apache/streampipes/manager/template/AdapterTemplateHandler.java
 create mode 100644 ui/projects/streampipes/shared-ui/src/lib/components/basic-header-title/header-title.component.html
 create mode 100644 ui/projects/streampipes/shared-ui/src/lib/components/basic-header-title/header-title.component.scss
 create mode 100644 ui/projects/streampipes/shared-ui/src/lib/components/basic-header-title/header-title.component.ts
 copy ui/{src/app/pipeline-details/components/preview/pipeline-preview.component.html => projects/streampipes/shared-ui/src/lib/components/basic-inner-panel/basic-inner-panel.component.html} (58%)
 copy ui/projects/streampipes/shared-ui/src/lib/components/{basic-view/basic-view.component.scss => basic-inner-panel/basic-inner-panel.component.scss} (61%)
 rename ui/{src/app/connect/dialog/edit-event-property/components/edit-event-property-list/edit-event-property-list.component.ts => projects/streampipes/shared-ui/src/lib/components/basic-inner-panel/basic-inner-panel.component.ts} (71%)
 create mode 100644 ui/projects/streampipes/shared-ui/src/lib/services/breadcrumb.service.ts
 copy ui/src/app/{connect/dialog/edit-event-property/edit-event-property.component.scss => add/add.routes.ts} (78%)
 copy ui/src/app/{editor/components/pipeline-element-template-config/pipeline-element-template-config.component.scss => app-asset-monitoring/app-asset-monitoring.routes.ts} (74%)
 rename ui/src/app/{dashboard/dashboard.component.css => app-overview/apps.routes.ts} (79%)
 copy ui/src/app/{connect/dialog/edit-event-property/edit-event-property.component.scss => configuration/configuration.routes.ts} (79%)
 delete mode 100644 ui/src/app/connect/components/data-marketplace/existing-adapters/existing-adapters.component.html
 create mode 100644 ui/src/app/connect/components/existing-adapters/existing-adapters.component.html
 rename ui/src/app/connect/components/{data-marketplace => }/existing-adapters/existing-adapters.component.scss (91%)
 rename ui/src/app/connect/components/{data-marketplace => }/existing-adapters/existing-adapters.component.ts (62%)
 create mode 100644 ui/src/app/connect/components/filter-toolbar/filter-toolbar.component.html
 copy ui/src/app/connect/components/{data-marketplace/data-marketplace.component.scss => filter-toolbar/filter-toolbar.component.scss} (74%)
 create mode 100644 ui/src/app/connect/components/filter-toolbar/filter-toolbar.component.ts
 delete mode 100644 ui/src/app/connect/components/format-configuration/format-configuration.component.html
 delete mode 100644 ui/src/app/connect/components/generic-adapter-configuration/generic-adapter-configuration.component.html
 create mode 100644 ui/src/app/connect/components/new-adapter/adapter-configuration.directive.ts
 create mode 100644 ui/src/app/connect/components/new-adapter/format-configuration/format-configuration.component.html
 rename ui/src/app/connect/components/{ => new-adapter}/format-configuration/format-configuration.component.scss (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/format-configuration/format-configuration.component.ts (98%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-item-json/format-item-json.component.html (100%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-item-json/format-item-json.component.scss (94%)
 copy ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-item-json/format-item-json.component.ts (100%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-item/format-item.component.html (100%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-item/format-item.component.scss (94%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-item/format-item.component.ts (95%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-list/format-list.component.html (95%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-list/format-list.component.scss (78%)
 rename ui/src/app/connect/components/{ => new-adapter/format-configuration}/format-list/format-list.component.ts (97%)
 create mode 100644 ui/src/app/connect/components/new-adapter/generic-adapter-configuration/generic-adapter-configuration.component.html
 rename ui/src/app/connect/components/{ => new-adapter}/generic-adapter-configuration/generic-adapter-configuration.component.scss (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/generic-adapter-configuration/generic-adapter-configuration.component.ts (60%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/error-message/error-message.component.html (75%)
 rename ui/src/app/connect/{dialog/edit-event-property/components/edit-event-property-primitive/edit-event-property-primitive.component.scss => components/new-adapter/schema-editor/error-message/error-message.component.scss} (92%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/error-message/error-message.component.ts (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-property-row/event-property-row.component.html (73%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-property-row/event-property-row.component.scss (84%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-property-row/event-property-row.component.ts (89%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-schema-preview/event-schema-preview.component.html (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-schema-preview/event-schema-preview.component.scss (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-schema-preview/event-schema-preview.component.ts (100%)
 create mode 100644 ui/src/app/connect/components/new-adapter/schema-editor/event-schema/event-schema.component.html
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-schema/event-schema.component.scss (90%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/event-schema/event-schema.component.ts (96%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/loading-message/loading-message.component.html (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/loading-message/loading-message.component.scss (100%)
 copy ui/src/app/connect/components/{ => new-adapter}/schema-editor/loading-message/loading-message.component.ts (100%)
 create mode 100644 ui/src/app/connect/components/new-adapter/schema-editor/schema-editor-header/schema-editor-header.component.html
 copy ui/src/app/{apidocs/apidocs.component.scss => connect/components/new-adapter/schema-editor/schema-editor-header/schema-editor-header.component.scss} (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/schema-editor/schema-editor-header/schema-editor-header.component.ts (92%)
 create mode 100644 ui/src/app/connect/components/new-adapter/specific-adapter-configuration/specific-adapter-configuration.component.html
 rename ui/src/app/connect/components/{ => new-adapter}/specific-adapter-configuration/specific-adapter-configuration.component.scss (100%)
 rename ui/src/app/connect/components/{ => new-adapter}/specific-adapter-configuration/specific-adapter-configuration.component.ts (56%)
 copy ui/src/app/{app-overview/app-overview.component.html => connect/components/new-adapter/start-adapter-configuration/adapter-options-panel/adapter-options-panel.component.html} (51%)
 copy ui/src/app/{add/add.component.scss => connect/components/new-adapter/start-adapter-configuration/adapter-options-panel/adapter-options-panel.component.scss} (66%)
 copy ui/src/app/connect/components/{format-item-json/format-item-json.component.ts => new-adapter/start-adapter-configuration/adapter-options-panel/adapter-options-panel.component.ts} (62%)
 rename ui/src/app/connect/components/{ => new-adapter}/start-adapter-configuration/start-adapter-configuration.component.html (59%)
 rename ui/src/app/connect/components/{ => new-adapter}/start-adapter-configuration/start-adapter-configuration.component.scss (99%)
 rename ui/src/app/connect/components/{ => new-adapter}/start-adapter-configuration/start-adapter-configuration.component.ts (91%)
 delete mode 100644 ui/src/app/connect/components/schema-editor/event-schema/event-schema.component.html
 delete mode 100644 ui/src/app/connect/components/schema-editor/schema-editor-header/schema-editor-header.component.html
 delete mode 100644 ui/src/app/connect/components/schema-editor/schema-editor-header/schema-editor-header.component.scss
 delete mode 100644 ui/src/app/connect/connect.component.css
 delete mode 100644 ui/src/app/connect/connect.component.html
 rename ui/src/app/connect/{components/schema-editor/loading-message/loading-message.component.ts => connect.routes.ts} (76%)
 rename ui/src/app/connect/{components/specific-adapter-configuration/specific-adapter-configuration.component.html => dialog/adapter-template/adapter-template-dialog.component.html} (52%)
 rename ui/src/app/connect/{components/schema-editor/error-message/error-message.component.scss => dialog/adapter-template/adapter-template-dialog.component.scss} (94%)
 create mode 100644 ui/src/app/connect/dialog/adapter-template/adapter-template-dialog.component.ts
 delete mode 100644 ui/src/app/connect/dialog/edit-event-property/components/edit-event-property-list/edit-event-property-list.component.html
 delete mode 100644 ui/src/app/connect/dialog/edit-event-property/components/edit-event-property-list/edit-event-property-list.component.scss
 delete mode 100644 ui/src/app/connect/dialog/edit-event-property/components/edit-event-property-primitive/edit-event-property-primitive.component.html
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-schema-transformation}/edit-data-type/edit-data-type.component.html (89%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-schema-transformation}/edit-data-type/edit-data-type.component.scss (100%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-schema-transformation}/edit-data-type/edit-data-type.component.ts (94%)
 create mode 100644 ui/src/app/connect/dialog/edit-event-property/components/edit-schema-transformation/edit-schema-transformation.component.html
 copy ui/src/app/{apidocs/apidocs.component.scss => connect/dialog/edit-event-property/components/edit-schema-transformation/edit-schema-transformation.component.scss} (100%)
 create mode 100644 ui/src/app/connect/dialog/edit-event-property/components/edit-schema-transformation/edit-schema-transformation.component.ts
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-value-transformation}/edit-correction-value/edit-correction-value.component.html (83%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-value-transformation}/edit-correction-value/edit-correction-value.component.scss (100%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-value-transformation}/edit-correction-value/edit-correction-value.component.ts (100%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-value-transformation}/edit-timestamp-property/edit-timestamp-property.component.html (79%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-value-transformation}/edit-timestamp-property/edit-timestamp-property.component.scss (100%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{ => edit-value-transformation}/edit-timestamp-property/edit-timestamp-property.component.ts (100%)
 create mode 100644 ui/src/app/connect/dialog/edit-event-property/components/edit-value-transformation/edit-value-transformation.component.html
 copy ui/src/app/{apidocs/apidocs.component.scss => connect/dialog/edit-event-property/components/edit-value-transformation/edit-value-transformation.component.scss} (100%)
 rename ui/src/app/connect/dialog/edit-event-property/components/{edit-event-property-primitive/edit-event-property-primitive.component.ts => edit-value-transformation/edit-value-transformation.component.ts} (54%)
 copy ui/src/app/{core/components/streampipes/streampipes.component.html => connect/dialog/edit-event-property/components/ep-settings-section/ep-settings-section.component.html} (62%)
 copy ui/src/app/{editor/components/pipeline-element-template-config/pipeline-element-template-config.component.scss => connect/dialog/edit-event-property/components/ep-settings-section/ep-settings-section.component.scss} (85%)
 rename ui/src/app/connect/{components/format-item-json/format-item-json.component.ts => dialog/edit-event-property/components/ep-settings-section/ep-settings-section.component.ts} (76%)
 create mode 100644 ui/src/app/connect/filter/adapter-filter.pipe.ts
 delete mode 100644 ui/src/app/connect/filter/filter.pipe.ts
 copy ui/{projects/streampipes/shared-ui/src/lib/models/sp-navigation.model.ts => src/app/connect/model/adapter-filter-settings.model.ts} (87%)
 rename ui/src/app/connect/{connect.component.ts => services/adapter-template.service.ts} (52%)
 create mode 100644 ui/src/app/core-ui/pipeline-element-template-config/pipeline-element-template-config.component.html
 copy ui/src/app/{editor/components => core-ui}/pipeline-element-template-config/pipeline-element-template-config.component.scss (95%)
 rename ui/src/app/{editor/components => core-ui}/pipeline-element-template-config/pipeline-element-template-config.component.ts (76%)
 rename ui/src/app/{editor/components => core-ui}/pipeline-element-template-config/pipeline-element-template-generator.ts (92%)
 copy ui/src/app/{configuration/security-configuration/security-configuration.component.ts => core-ui/pipeline-element-template-config/pipeline-element-template.pipe.ts} (53%)
 create mode 100644 ui/src/app/core/components/breadcrumb/breadcrumb.component.html
 rename ui/src/app/{editor/components/pipeline-element-template-config/pipeline-element-template-config.component.scss => core/components/breadcrumb/breadcrumb.component.scss} (76%)
 copy ui/src/app/{app-overview/app-overview.component.ts => core/components/breadcrumb/breadcrumb.component.ts} (59%)
 delete mode 100644 ui/src/app/dashboard/dashboard.component.html
 delete mode 100644 ui/src/app/dashboard/dashboard.component.ts
 copy ui/src/app/{connect/dialog/edit-event-property/edit-event-property.component.scss => dashboard/dashboard.routes.ts} (82%)
 copy ui/src/app/{configuration/security-configuration/security-configuration.component.ts => data-explorer/data-explorer-panel.can-deactivate.guard.ts} (55%)
 delete mode 100644 ui/src/app/data-explorer/data-explorer.component.css
 delete mode 100644 ui/src/app/data-explorer/data-explorer.component.html
 delete mode 100644 ui/src/app/data-explorer/data-explorer.component.ts
 copy ui/src/app/{connect/dialog/edit-event-property/edit-event-property.component.scss => data-explorer/data-explorer.routes.ts} (81%)
 delete mode 100644 ui/src/app/editor/components/pipeline-element-template-config/pipeline-element-template-config.component.html
 copy ui/src/app/{connect/dialog/edit-event-property/edit-event-property.component.scss => files/files.routes.ts} (78%)
 create mode 100644 ui/src/app/pipeline-details/components/overview/pipeline-details-overview.component.html
 rename ui/src/app/pipeline-details/{pipeline-details.component.scss => components/overview/pipeline-details-overview.component.scss} (99%)
 create mode 100644 ui/src/app/pipeline-details/components/overview/pipeline-details-overview.component.ts
 create mode 100644 ui/src/app/pipeline-details/components/sp-pipeline-details.directive.ts
 copy ui/src/app/{configuration/security-configuration/security-configuration.component.ts => pipeline-details/pipeline-details-tabs.ts} (56%)
 delete mode 100644 ui/src/app/pipeline-details/pipeline-details.component.html
 delete mode 100644 ui/src/app/pipeline-details/pipeline-details.component.ts
 copy ui/src/app/{connect/dialog/edit-event-property/edit-event-property.component.scss => pipeline-details/pipeline-details.routes.ts} (81%)
 copy ui/src/app/{connect/dialog/edit-event-property/edit-event-property.component.scss => pipelines/pipelines.routes.ts} (82%)