This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch SP-1065 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 5a2a19d39dcac73f710d52c49941089af73d4131 Merge: 3123212a7 12fe50e76 Author: Philipp Zehnder <[email protected]> AuthorDate: Tue Jan 10 06:50:06 2023 +0100 Merge branch 'dev' into SP-1065 .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(-)
