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

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


    from 3123212a7  [#1065] Add e2e tests for all json formats
     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)
     new 5a2a19d39 Merge branch 'dev' into SP-1065

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml              |    4 +-
 .github/release.yml                                |   33 +-
 NOTICE                                             |    2 +-
 RELEASE_NOTES.md                                   |   79 +
 installer/cli/bin/commands/env                     |    5 +
 pom.xml                                            |    6 +-
 streampipes-client-python/setup.py                 |    9 +-
 .../streampipes_client/client/client.py            |   22 +-
 ui/.eslintignore                                   |   11 +-
 ui/.prettierignore                                 |   10 +-
 .../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 +-
 142 files changed, 6219 insertions(+), 4606 deletions(-)

Reply via email to