You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2023/01/13 06:13:17 UTC

[streampipes] branch SP-584 updated (5d39061f1 -> 0fb1a6ef0)

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

micklich pushed a change to branch SP-584
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 5d39061f1 [STREAMPIPES-584] Add License headers
     add 1eedd3539  [hotfix] Fix flaky adapter e2e tests
     add 149f0e4d2 Bump cypress from 12.2.0 to 12.3.0 in /ui (#1047)
     add 0e0ee43fe [#877] Apply UI linting to configuration module (#1037)
     add 320f2ecfc remove outdated maven profile (#1048)
     add 9b398f92e Merge branch 'dev' into hotfix-flaky-e2e-tests
     add 7a30742fc Merge pull request #1039 from apache/hotfix-flaky-e2e-tests
     add 655194fcf Validate CLI commands and exit with message if any error's. (#1049)
     add bd612fcd6 [#877] apply formatting and linting to services module (#1056)
     add 31f5f1868 [#877] apply formatting and linting to profile module (#1055)
     add c211f4dd2 [#877] apply formatting and linting to pipelines module (#1054)
     add cc3be0d8d extend metadata for publishing (#1050)
     add 10a63c7a3 [#877] apply formatting and linting to scss module (#1053)
     add c561a8840 [hotfix] fix header style
     add 8714e0a4f [release] Add release notes for upcoming version
     add 24570572b [hotfix] Update year in NOTICE file
     add ba8e8a64c [release] Update release version in bug report template
     add 960457e1c Upgrade Siddhi version to v5.1.27
     add 6417a9246 Merge pull request #1060 from grainier/siddhi-upgrade
     add e6f3bfbef Add fix for python code rendered as markdown.
     add d01be9b4a Remove unnecessary comment
     add 865d7dbc4 Merge branch 'apache:dev' into dev
     add c397cbcd7 Merge branch 'dev' of https://github.com/CryoSolace/streampipes into dev
     add 1b571b6fb reformat code
     add b2f8e6765 Merge pull request #1059 from CryoSolace/dev
     add 3ae0c8b2c Bump plc4x.version from 0.9.1 to 0.10.0
     add 67acce2c9 Merge pull request #1018 from apache/dependabot/maven/plc4x.version-0.10.0
     add 12fe50e76 [#877] add formatting and linting to pipeline-details module (#1064)
     add c45c9589e Bump json5 from 1.0.1 to 1.0.2 in /ui
     add cd39835d9 Merge pull request #1029 from apache/dependabot/npm_and_yarn/ui/json5-1.0.2
     add d16943bdc Bump kotlin-stdlib-jdk8 from 1.4.30 to 1.8.0
     add bd8617c65 Merge pull request #1030 from apache/dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.8.0
     add e181ee7f7 Bump amqp-client from 4.8.0 to 5.16.0
     add b158939f5 Merge pull request #1068 from apache/dependabot/maven/com.rabbitmq-amqp-client-5.16.0
     add 3ebff7ce0 [hotfux] Update maven version to 3.8.7
     add 7f567ac61 Merge pull request #1070 from apache/update-maven-version
     add a16878619 [#877] Apply UI linting to connect module (#1057)
     add 90403bd7d [hotfix] Remove incubator from docker-compose in route directory
     add 169190b65 Merge pull request #1071 from apache/remove-incubator
     add 1c80ccd6e chore: Bump @auth0/angular-jwt from 5.0.2 to 5.1.2 in /ui (#1080)
     add 71e5bca63 [#1077] Remove legacy method getNElements
     add 0b1f23f22 Merge pull request #1078 from apache/SP-1077
     add 0a0ee1b11 test: [apache/streampipes#955] Add cypress test for api docs
     add 494dcae0c Merge pull request #1079 from smlabt/SP-955
     add 07cac093c restrict appearance of dependabot PRs
     add ca54e15b9 Merge pull request #1081 from apache/chore/configure-dependabot
     add 3854af17a Bump konva from 8.3.14 to 8.4.0 in /ui (#1083)
     add 5119886c6 Bump simple-java-mail from 7.5.2 to 7.6.0 (#1076)
     add 1e66a8b8d [#877] Format and lint core module (#1086)
     add 0b3cc0bbc [STREAMPIPES-584] Add compose files and dummy scripts
     add 241c46374 [STREAMPIPES-584] add processor class and additional work
     add 282304bdb [STREAMPIPES-584] Add basic documentation
     add 4a2188d35 [STREAMPIPES-584] add pop new ressources
     add b1ed2e9a6 [STREAMPIPES-584] add connection and processor
     add cd323d8e8 [STREAMPIPES-584] Extend Connections Parameters
     add baefcbb30 [STREAMPIPES-584] Add Readme
     add 28b5ff96b [STREAMPIPES-584] Add License headers
     add 0fb1a6ef0 Merge remote-tracking branch 'origin/SP-584' into SP-584

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml              |    4 +-
 .github/dependabot.yml                             |    4 +
 .github/release.yml                                |   33 +-
 NOTICE                                             |    2 +-
 RELEASE_NOTES.md                                   |   79 +
 docker-compose.yml                                 |    8 +-
 installer/cli/bin/commands/env                     |    5 +
 pom.xml                                            |   29 +-
 streampipes-client-python/setup.py                 |    9 +-
 .../streampipes_client/client/client.py            |   22 +-
 .../extensions/api/connect/IProtocol.java          |    5 -
 .../connect/iiot/protocol/set/FileProtocol.java    |   28 -
 .../connect/iiot/protocol/set/HttpProtocol.java    |   29 -
 .../iiot/protocol/stream/BrokerProtocol.java       |   13 -
 .../iiot/protocol/stream/FileStreamProtocol.java   |   27 -
 .../iiot/protocol/stream/HttpServerProtocol.java   |    7 -
 .../iiot/protocol/stream/HttpStreamProtocol.java   |   34 -
 streampipes-maven-plugin/pom.xml                   |   15 -
 ui/.eslintignore                                   |   13 +-
 ui/.prettierignore                                 |   13 +-
 .../fixtures/connect/valueRules/expected.csv       |    2 +-
 ui/cypress/fixtures/connect/valueRules/input.csv   |    2 +-
 ui/cypress/support/general/login.ts                |    1 +
 .../support/utils/ConnectEventSchemaUtils.ts       |   14 +
 .../adapter/{ => rules}/schemaRules.smoke.spec.ts  |   30 +-
 .../{streamRules.ts => rules/streamRules.spec.ts}  |   30 +-
 ui/cypress/tests/adapter/{ => rules}/valueRules.ts |   30 +-
 .../apiDocumentation.smoke.spec.ts}                |   17 +-
 ui/package-lock.json                               |  104 +-
 ui/package.json                                    |    6 +-
 .../add-pipeline/add-pipeline-dialog.component.ts  |    2 +-
 ui/src/app/configuration/configuration-tabs.ts     |   51 +-
 ui/src/app/configuration/configuration.module.ts   |  170 +-
 ui/src/app/configuration/configuration.routes.ts   |    7 +-
 .../consul-configs-boolean.component.css           |    1 -
 .../consul-configs-boolean.component.html          |   25 +-
 .../consul-configs-boolean.component.ts            |    8 +-
 .../consul-configs-number.component.css            |    1 -
 .../consul-configs-number.component.html           |   14 +-
 .../consul-configs-number.component.ts             |    8 +-
 .../consul-configs-password.component.css          |    2 +-
 .../consul-configs-password.component.html         |   23 +-
 .../consul-configs-password.component.spec.ts      |  154 +-
 .../consul-configs-password.component.ts           |    8 +-
 .../consul-configs-text.component.css              |    1 -
 .../consul-configs-text.component.html             |   20 +-
 .../consul-configs-text.component.ts               |    8 +-
 .../consul-configs/consul-configs.component.css    |    1 -
 .../consul-configs/consul-configs.component.html   |   61 +-
 .../consul-configs/consul-configs.component.ts     |   25 +-
 .../consul-service/consul-service.component.css    |    6 +-
 .../consul-service/consul-service.component.html   |   39 +-
 .../consul-service/consul-service.component.ts     |   14 +-
 .../datalake-configuration-entry.ts                |   12 +-
 .../datalake-configuration.component.html          |  180 +-
 .../datalake-configuration.component.ts            |  311 +--
 .../delete-datalake-index-dialog.component.html    |   75 +-
 .../delete-datalake-index-dialog.component.scss    |    2 +-
 .../delete-datalake-index-dialog.component.ts      |   67 +-
 .../email-configuration.component.html             |  177 +-
 .../email-configuration.component.ts               |  266 ++-
 .../export/data-export-import.component.html       |   39 +-
 .../export/data-export-import.component.ts         |  128 +-
 .../configuration/export/data-export.service.ts    |  108 +-
 .../data-export-dialog.component.html              |   79 +-
 .../export-dialog/data-export-dialog.component.ts  |   66 +-
 .../data-export-item.component.html                |   12 +-
 .../data-export-item/data-export-item.component.ts |   31 +-
 .../data-import-dialog.component.html              |  184 +-
 .../import-dialog/data-import-dialog.component.ts  |  117 +-
 .../general-configuration.component.html           |  134 +-
 .../general-configuration.component.scss           |    2 +-
 .../general-configuration.component.ts             |  207 +-
 .../messaging-configuration.component.css          |   10 +-
 .../messaging-configuration.component.html         |  147 +-
 .../messaging-configuration.component.ts           |   34 +-
 .../pipeline-element-configuration.component.css   |    7 +-
 .../pipeline-element-configuration.component.html  |  131 +-
 .../pipeline-element-configuration.component.ts    |  175 +-
 .../abstract-security-principal-config.ts          |  120 +-
 .../authentication-configuration.component.html    |   12 +-
 .../authentication-configuration.component.ts      |   47 +-
 .../edit-group-dialog.component.html               |   38 +-
 .../edit-group-dialog.component.scss               |    6 +-
 .../edit-group-dialog.component.ts                 |  113 +-
 .../edit-user-dialog.component.html                |  159 +-
 .../edit-user-dialog.component.scss                |   11 +-
 .../edit-user-dialog/edit-user-dialog.component.ts |  426 ++--
 .../security-configuration.component.html          |   15 +-
 .../security-configuration.component.ts            |   21 +-
 .../security-service-config.component.html         |   95 +-
 .../security-service-config.component.scss         |    2 +-
 .../security-service-config.component.ts           |   30 +-
 .../security-user-config.component.html            |  108 +-
 .../security-user-config.component.scss            |    2 +-
 .../security-user-config.component.ts              |   32 +-
 .../user-group-configuration.component.html        |   94 +-
 .../user-group-configuration.component.ts          |   99 +-
 .../shared/configuration.service.spec.ts           |   19 +-
 .../configuration/shared/configuration.service.ts  |   95 +-
 .../shared/configuration.test.service.ts           |   31 +-
 .../shared/messaging-settings.model.ts             |    7 +-
 ui/src/app/configuration/shared/multipart-utils.ts |   31 +-
 .../shared/streampipes-pe-container-configs.ts     |    4 +-
 .../adapter-configuration-header.component.html    |   31 +-
 .../adapter-configuration-header.component.scss    |    2 +-
 .../adapter-configuration-header.component.ts      |   35 +-
 .../adapter-configuration.component.html           |   79 +-
 .../adapter-configuration.component.scss           |   17 +-
 .../adapter-configuration.component.ts             |  237 +--
 .../adapter-template-configuration.directive.ts    |  130 +-
 .../format-configuration.component.html            |   56 +-
 .../format-configuration.component.scss            |    4 +-
 .../format-configuration.component.ts              |  183 +-
 .../format-item-json.component.html                |   15 +-
 .../format-item-json.component.scss                |   36 +-
 .../format-item-json/format-item-json.component.ts |   21 +-
 .../format-item/format-item.component.html         |   20 +-
 .../format-item/format-item.component.scss         |   34 +-
 .../format-item/format-item.component.ts           |   63 +-
 .../format-list/format-list.component.html         |   38 +-
 .../format-list/format-list.component.scss         |   18 +-
 .../format-list/format-list.component.ts           |   24 +-
 .../generic-adapter-configuration.component.html   |   80 +-
 .../generic-adapter-configuration.component.scss   |    4 +-
 .../generic-adapter-configuration.component.ts     |  106 +-
 .../error-message/error-message.component.html     |    5 +-
 .../error-message/error-message.component.scss     |    4 +-
 .../error-message/error-message.component.ts       |   22 +-
 .../event-property-row.component.html              |  145 +-
 .../event-property-row.component.scss              |   82 +-
 .../event-property-row.component.ts                |  384 ++--
 .../event-schema-error-hints.component.cy.ts       |   96 +-
 .../event-schema-error-hints.component.html        |   82 +-
 .../event-schema-error-hints.component.scss        |   23 +-
 .../event-schema-error-hints.component.ts          |   23 +-
 .../event-schema-preview.component.html            |   28 +-
 .../event-schema-preview.component.scss            |   18 +-
 .../event-schema-preview.component.ts              |   62 +-
 .../event-schema/event-schema.component.html       |  151 +-
 .../event-schema/event-schema.component.scss       |  153 +-
 .../event-schema/event-schema.component.ts         |    5 +-
 .../loading-message/loading-message.component.html |   10 +-
 .../loading-message/loading-message.component.scss |    1 -
 .../loading-message/loading-message.component.ts   |   10 +-
 .../schema-editor-header.component.html            |   68 +-
 .../schema-editor-header.component.ts              |   62 +-
 .../specific-adapter-configuration.component.html  |   79 +-
 .../specific-adapter-configuration.component.scss  |    2 +-
 .../specific-adapter-configuration.component.ts    |   92 +-
 .../adapter-options-panel.component.html           |   16 +-
 .../adapter-options-panel.component.scss           |   32 +-
 .../adapter-options-panel.component.ts             |   30 +-
 .../start-adapter-configuration.component.html     |  175 +-
 .../start-adapter-configuration.component.scss     |    2 -
 .../start-adapter-configuration.component.ts       |  301 +--
 .../abstract-adapter-details.directive.ts          |   74 +-
 .../adapter-details-logs.component.html            |   41 +-
 .../adapter-details-logs.component.ts              |   73 +-
 .../adapter-details-metrics.component.html         |   44 +-
 .../adapter-details-metrics.component.ts           |   73 +-
 .../adapter-details-overview.component.html        |   15 +-
 .../adapter-details-overview.component.ts          |   56 +-
 .../adapter-details/adapter-details-tabs.ts        |   23 +-
 .../configuration-group.component.html             |   22 +-
 .../configuration-group.component.scss             |    1 -
 .../configuration-group.component.ts               |   31 +-
 .../adapter-description.component.html             |   57 +-
 .../adapter-description.component.scss             |   10 +-
 .../adapter-description.component.ts               |  135 +-
 .../data-marketplace.component.html                |  102 +-
 .../data-marketplace.component.scss                |   32 +-
 .../data-marketplace/data-marketplace.component.ts |  112 +-
 .../edit-adapter/edit-adapter.component.html       |   12 +-
 .../edit-adapter/edit-adapter.component.ts         |   59 +-
 .../existing-adapters.component.html               |  602 ++++--
 .../existing-adapters.component.scss               |   33 +-
 .../existing-adapters.component.ts                 |  135 +-
 .../filter-toolbar/filter-toolbar.component.html   |   36 +-
 .../filter-toolbar/filter-toolbar.component.scss   |   23 +-
 .../filter-toolbar/filter-toolbar.component.ts     |   66 +-
 .../new-adapter/new-adapter.component.html         |   10 +-
 .../new-adapter/new-adapter.component.ts           |   59 +-
 .../pipeline-element-runtime-info.component.html   |   50 +-
 .../pipeline-element-runtime-info.component.scss   |    8 +-
 .../pipeline-element-runtime-info.component.ts     |  156 +-
 ui/src/app/connect/connect.routes.ts               |   16 +-
 .../adapter-started-dialog.component.html          |   97 +-
 .../adapter-started-dialog.component.scss          |    8 +-
 .../adapter-started-dialog.component.ts            |  245 +--
 .../adapter-template-dialog.component.html         |   32 +-
 .../adapter-template-dialog.component.ts           |   76 +-
 .../can-not-edit-adapter-dialog.component.cy.ts    |   38 +-
 .../can-not-edit-adapter-dialog.component.html     |   34 +-
 .../delete-adapter-dialog.component.html           |   56 +-
 .../delete-adapter-dialog.component.scss           |    2 +-
 .../delete-adapter-dialog.component.ts             |   37 +-
 .../edit-data-type/edit-data-type.component.html   |   16 +-
 .../edit-data-type/edit-data-type.component.ts     |   28 +-
 .../edit-schema-transformation.component.html      |   95 +-
 .../edit-schema-transformation.component.ts        |   94 +-
 .../edit-unit-transformation.component.html        |  124 +-
 .../edit-unit-transformation.component.scss        |   16 +-
 .../edit-unit-transformation.component.ts          |  265 +--
 .../edit-correction-value.component.html           |   27 +-
 .../edit-correction-value.component.scss           |    2 +-
 .../edit-correction-value.component.ts             |   59 +-
 .../edit-timestamp-property.component.html         |   61 +-
 .../edit-timestamp-property.component.scss         |    5 +-
 .../edit-timestamp-property.component.ts           |   22 +-
 .../edit-value-transformation.component.html       |   58 +-
 .../edit-value-transformation.component.ts         |   48 +-
 .../ep-settings-section.component.html             |   16 +-
 .../ep-settings-section.component.scss             |   12 +-
 .../ep-settings-section.component.ts               |   25 +-
 .../edit-event-property.component.html             |  146 +-
 .../edit-event-property.component.scss             |    1 -
 .../edit-event-property.component.ts               |  354 ++--
 ui/src/app/connect/filter/adapter-filter.pipe.ts   |  119 +-
 .../app/connect/filter/json-pretty-print.pipe.ts   |   16 +-
 ui/src/app/connect/filter/timestamp.pipe.ts        |   14 +-
 ui/src/app/connect/model/ConfigurationInfo.ts      |   10 +-
 .../model/TimestampTransformationRuleMode.ts       |    3 -
 .../connect/model/adapter-filter-settings.model.ts |    6 +-
 .../connect/services/adapter-template.service.ts   |   31 +-
 ui/src/app/connect/services/connect.service.ts     |  148 +-
 ui/src/app/connect/services/data-type.service.ts   |  115 +-
 ui/src/app/connect/services/rest.service.ts        |  135 +-
 .../services/transformation-rule.service.spec.ts   |  580 +++---
 .../services/transformation-rule.service.ts        | 1039 ++++++----
 .../app/connect/services/unit-provider.service.ts  | 2137 ++++++++++----------
 .../breadcrumb/breadcrumb.component.html           |   35 +-
 .../breadcrumb/breadcrumb.component.scss           |   20 +-
 .../components/breadcrumb/breadcrumb.component.ts  |   44 +-
 .../core/components/iconbar/iconbar.component.html |   82 +-
 .../core/components/iconbar/iconbar.component.scss |    4 +-
 .../core/components/iconbar/iconbar.component.ts   |   40 +-
 .../streampipes/streampipes.component.html         |   10 +-
 .../streampipes/streampipes.component.scss         |   10 +-
 .../streampipes/streampipes.component.ts           |   21 +-
 .../core/components/toolbar/toolbar.component.html |  204 +-
 .../core/components/toolbar/toolbar.component.scss |   61 +-
 .../core/components/toolbar/toolbar.component.ts   |  170 +-
 ui/src/app/core/core.module.ts                     |   57 +-
 ui/src/app/editor/dialog/help/help.component.html  |    2 +-
 .../components/auth-box/auth-box.component.html    |   58 +-
 .../actions/pipeline-actions.component.html        |   67 +-
 .../actions/pipeline-actions.component.ts          |   42 +-
 .../components/edit/quickedit.component.html       |   81 +-
 .../components/edit/quickedit.component.ts         |  254 +--
 .../elements/pipeline-elements-row.component.html  |   24 +-
 .../elements/pipeline-elements-row.component.ts    |   12 +-
 .../elements/pipeline-elements.component.html      |   19 +-
 .../elements/pipeline-elements.component.ts        |   17 +-
 .../components/model/pipeline-details.model.ts     |    8 +-
 .../monitoring/pipeline-monitoring.component.html  |  138 +-
 .../monitoring/pipeline-monitoring.component.scss  |   26 +-
 .../monitoring/pipeline-monitoring.component.ts    |  190 +-
 .../pipeline-element-statistics.component.html     |   69 +-
 .../pipeline-element-statistics.component.scss     |    6 +-
 .../pipeline-element-statistics.component.ts       |  207 +-
 .../widget/barchart/barchart-widget.component.html |   35 +-
 .../widget/barchart/barchart-widget.component.scss |    2 +-
 .../widget/barchart/barchart-widget.component.ts   |   43 +-
 .../pipeline-details-overview.component.html       |   47 +-
 .../pipeline-details-overview.component.scss       |    2 +-
 .../pipeline-details-overview.component.ts         |   54 +-
 .../pipeline-logs/pipeline-logs.component.html     |   96 +-
 .../pipeline-logs/pipeline-logs.component.ts       |   92 +-
 .../preview/pipeline-preview.component.html        |   13 +-
 .../preview/pipeline-preview.component.scss        |    1 -
 .../preview/pipeline-preview.component.ts          |   74 +-
 .../components/sp-pipeline-details.directive.ts    |   72 +-
 .../status/pipeline-status.component.html          |   47 +-
 .../components/status/pipeline-status.component.ts |   13 +-
 .../app/pipeline-details/pipeline-details-tabs.ts  |   33 +-
 .../pipeline-details/pipeline-details.module.ts    |   68 +-
 .../pipeline-details/pipeline-details.routes.ts    |    9 +-
 .../category-already-in-pipeline.filter.ts         |   18 +-
 .../abstract-function-details.directive.ts         |  118 +-
 .../functions-logs/functions-logs.component.html   |   41 +-
 .../functions-logs/functions-logs.component.ts     |   55 +-
 .../functions-metrics.component.html               |   46 +-
 .../functions-metrics.component.ts                 |   46 +-
 .../functions-overview.component.html              |   94 +-
 .../functions-overview.component.ts                |   30 +-
 .../pipeline-overview.component.html               |  252 ++-
 .../pipeline-overview.component.scss               |   37 +-
 .../pipeline-overview.component.ts                 |  205 +-
 .../delete-pipeline-dialog.component.html          |   62 +-
 .../delete-pipeline-dialog.component.scss          |    2 +-
 .../delete-pipeline-dialog.component.ts            |   25 +-
 .../import-pipeline-dialog.component.html          |   80 +-
 .../import-pipeline-dialog.component.scss          |    2 +-
 .../import-pipeline-dialog.component.ts            |   67 +-
 .../pipeline-categories-dialog.component.html      |  275 ++-
 .../pipeline-categories-dialog.component.scss      |    2 +-
 .../pipeline-categories-dialog.component.ts        |   47 +-
 .../pipeline-notifications.component.html          |   14 +-
 .../pipeline-notifications.component.scss          |   18 +-
 .../pipeline-notifications.component.ts            |   42 +-
 .../pipeline-status-dialog.component.html          |   74 +-
 .../pipeline-status-dialog.component.scss          |   38 +-
 .../pipeline-status-dialog.component.ts            |  166 +-
 .../start-all-pipelines-dialog.component.html      |   57 +-
 .../start-all-pipelines-dialog.component.scss      |    2 +-
 .../start-all-pipelines-dialog.component.ts        |  234 ++-
 ui/src/app/pipelines/model/pipeline-model.ts       |    4 +-
 ui/src/app/pipelines/pipeline-category.filter.ts   |   18 +-
 ui/src/app/pipelines/pipelines.component.html      |  123 +-
 ui/src/app/pipelines/pipelines.component.scss      |    8 +-
 ui/src/app/pipelines/pipelines.component.ts        |  386 ++--
 ui/src/app/pipelines/pipelines.module.ts           |  187 +-
 ui/src/app/pipelines/pipelines.routes.ts           |    9 +-
 .../services/pipeline-operations.service.ts        |  283 +--
 .../profile/components/basic-profile-settings.ts   |   65 +-
 .../general-profile-settings.component.html        |   84 +-
 .../general-profile-settings.component.scss        |   12 +-
 .../general/general-profile-settings.component.ts  |  144 +-
 .../token/token-management-settings.component.html |  102 +-
 .../token/token-management-settings.component.scss |   34 +-
 .../token/token-management-settings.component.ts   |   85 +-
 .../change-email-dialog.component.html             |   77 +-
 .../change-email-dialog.component.scss             |    3 +-
 .../change-email/change-email-dialog.component.ts  |  164 +-
 .../change-password-dialog.component.html          |   78 +-
 .../change-password-dialog.component.scss          |    2 +-
 .../change-password-dialog.component.ts            |  141 +-
 ui/src/app/profile/profile.component.html          |   35 +-
 ui/src/app/profile/profile.component.scss          |    2 +-
 ui/src/app/profile/profile.component.ts            |   25 +-
 ui/src/app/profile/profile.module.ts               |   19 +-
 ui/src/app/profile/profile.service.ts              |   84 +-
 ui/src/app/services/auth.service.ts                |  146 +-
 ui/src/app/services/available-roles.service.ts     |   80 +-
 .../app/services/get-element-icon-text.service.ts  |    1 -
 ui/src/app/services/jwt-token-storage.service.ts   |   37 +-
 ui/src/app/services/notification-count-service.ts  |   11 +-
 ui/src/app/services/property-selector.service.ts   |   65 +-
 ui/src/app/services/rest-api.service.ts            |   30 +-
 ui/src/app/services/secure.pipe.ts                 |   35 +-
 ui/src/app/services/services.module.ts             |    7 +-
 .../app/services/tour/adapter-tour-2.constants.ts  |  113 +-
 .../app/services/tour/adapter-tour-3.constants.ts  |   98 +-
 ui/src/app/services/tour/adapter-tour.constants.ts |  110 +-
 .../tour/create-pipeline-tour.constants.ts         |  120 +-
 .../app/services/tour/dashboard-tour.constants.ts  |   60 +-
 ui/src/app/services/tour/shepherd.service.ts       |   40 +-
 ui/src/app/services/tour/tour-provider.service.ts  |    4 +-
 ui/src/scss/_variables.scss                        |   21 +-
 ui/src/scss/main.scss                              |    2 +-
 ui/src/scss/sp/animations.ng1.scss                 |  106 +-
 ui/src/scss/sp/buttons.ng1.scss                    |  129 +-
 ui/src/scss/sp/buttons.scss                        |  142 +-
 ui/src/scss/sp/colors.scss                         |   12 +-
 ui/src/scss/sp/data-explorer.scss                  |   16 +-
 ui/src/scss/sp/dialog.ng5.scss                     |    6 +-
 ui/src/scss/sp/dialog.scss                         |   82 +-
 ui/src/scss/sp/documentation.ng1.scss              |   38 +-
 ui/src/scss/sp/feedback.ng1.scss                   |   38 +-
 ui/src/scss/sp/forms.scss                          |   26 +-
 ui/src/scss/sp/input.ng1.scss                      |   60 +-
 ui/src/scss/sp/jsplumb.scss                        |    2 +-
 ui/src/scss/sp/layout.scss                         |  155 +-
 ui/src/scss/sp/main.scss                           | 1563 +++++++-------
 ui/src/scss/sp/mat-tab.scss                        |    8 +-
 ui/src/scss/sp/pipeline-assembly.scss              |    1 -
 ui/src/scss/sp/pipeline-element-loading.scss       |   36 +-
 ui/src/scss/sp/pipeline-element-options.scss       |  131 +-
 ui/src/scss/sp/pipeline-element.scss               |   26 +-
 ui/src/scss/sp/pipeline-validation.scss            |   12 +-
 ui/src/scss/sp/progress-bar.scss                   |    4 +-
 ui/src/scss/sp/shepherd-new.scss                   |  771 ++++---
 ui/src/scss/sp/sp-dialog.scss                      |   19 +-
 ui/src/scss/sp/spinner.scss                        |    7 +-
 ui/src/scss/sp/stepper.scss                        |    4 +-
 ui/src/scss/sp/trafficlight.scss                   |   34 +-
 ui/src/scss/sp/widgets.scss                        |   52 +-
 378 files changed, 16674 insertions(+), 12384 deletions(-)
 rename ui/cypress/tests/adapter/{ => rules}/schemaRules.smoke.spec.ts (50%)
 rename ui/cypress/tests/adapter/{streamRules.ts => rules/streamRules.spec.ts} (60%)
 rename ui/cypress/tests/adapter/{ => rules}/valueRules.ts (50%)
 copy ui/cypress/tests/{fileManagement/testFileManagement.smoke.spec.ts => apiDocumentation/apiDocumentation.smoke.spec.ts} (72%)