This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch
1335-replace-angularflex-layout-dependency-with-ngbracketngx-layout-dependency
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 417ac009b [hotfix] Use extensions-all-jvm module in backend environment
add e4bcf07ac Rename endpoint to fetch all pipelines from API (#1333)
new c46b58918 Merge branch '1333-endpoint-to-receive-pipelines-is-broken'
of github.com:apache/streampipes into
1335-replace-angularflex-layout-dependency-with-ngbracketngx-layout-dependency
add 0f6bcf55f Rename endpoint to fetch all pipelines from API (#1333)
(#1334)
new 35f8be78e Merge branch 'dev' into
1335-replace-angularflex-layout-dependency-with-ngbracketngx-layout-dependency
new f2b939d33 Replace FlexLayout module, bump Angular to v15 (#1335)(#943)
The 3 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:
.../streampipes/client/api/DataProcessorApi.java | 3 +-
.../apache/streampipes/client/api/DataSinkApi.java | 3 +-
.../streampipes/client/api/DataStreamApi.java | 3 +-
.../apache/streampipes/client/api/PipelineApi.java | 2 +-
.../AbstractPipelineElementResourceManager.java | 9 +-
.../rest/impl/pe/DataProcessorResource.java | 12 +-
.../streampipes/rest/impl/pe/DataSinkResource.java | 12 +-
.../rest/impl/pe/DataStreamResource.java | 9 +-
ui/deployment/appng5.module.mst | 2 +-
ui/deployment/sp-theme.scss | 58 +-
ui/package-lock.json | 10059 ++++++++++---------
ui/package.json | 56 +-
.../streampipes/platform-services/package.json | 8 +-
.../src/lib/apis/pipeline-element.service.ts | 6 +-
.../src/lib/apis/pipeline.service.ts | 12 +-
ui/projects/streampipes/shared-ui/package.json | 16 +-
.../confirm-dialog/confirm-dialog.component.ts | 5 +-
.../shared-ui/src/lib/shared-ui.module.ts | 8 +-
.../app/CustomMaterial/custom-material.module.ts | 36 +-
ui/src/app/add/add.module.ts | 6 +-
.../endpoint-item/endpoint-item.component.ts | 2 +-
ui/src/app/apidocs/apidocs.module.ts | 2 +-
.../app-asset-monitoring.module.ts | 6 +-
.../create-asset/create-asset.component.ts | 2 +-
ui/src/app/app-overview/app-overview.module.ts | 6 +-
ui/src/app/assets/assets.module.ts | 12 +-
.../asset-overview/asset-overview.component.ts | 2 +-
.../assets/dialog/base-asset-links.directive.ts | 2 +-
.../edit-asset-link-dialog.component.ts | 2 +-
.../manage-asset-links-dialog.component.ts | 2 +-
ui/src/app/configuration/configuration.module.ts | 12 +-
.../consul-configs-password.component.spec.ts | 10 +-
.../datalake-configuration.component.ts | 4 +-
.../export/data-export-import.component.ts | 2 +-
.../data-export-item/data-export-item.component.ts | 2 +-
.../pipeline-element-configuration.component.ts | 4 +-
.../abstract-security-principal-config.ts | 4 +-
.../edit-group-dialog.component.ts | 2 +-
.../edit-user-dialog/edit-user-dialog.component.ts | 2 +-
.../user-group-configuration.component.ts | 4 +-
.../event-property-row.component.ts | 2 +-
.../adapter-description.component.ts | 4 +-
.../existing-adapters.component.ts | 4 +-
.../filter-toolbar/filter-toolbar.component.ts | 2 +-
ui/src/app/connect/connect.module.ts | 14 +-
ui/src/app/core-ui/core-ui.module.ts | 14 +-
.../image-labeling/image-labeling.component.ts | 2 +-
.../object-permission-dialog.component.ts | 4 +-
.../core/components/toolbar/toolbar.component.ts | 2 +-
ui/src/app/core/core.module.ts | 16 +-
.../overview/dashboard-overview.component.ts | 4 +-
.../components/panel/dashboard-panel.component.ts | 2 +-
.../widgets/table/table-widget.component.ts | 2 +-
ui/src/app/dashboard/dashboard.module.ts | 4 +-
...ta-explorer-visualisation-settings.component.ts | 2 +-
.../data-explorer-dashboard-overview.component.ts | 2 +-
.../data-explorer-dashboard-panel.component.ts | 2 +-
.../widgets/table/table-widget.component.ts | 2 +-
ui/src/app/data-explorer/data-explorer.module.ts | 14 +-
.../pipeline-assembly.component.ts | 2 +-
.../components/pipeline/pipeline.component.ts | 2 +-
ui/src/app/editor/editor.module.ts | 8 +-
.../file-overview/file-overview.component.ts | 6 +-
ui/src/app/files/files.module.ts | 22 +-
ui/src/app/home/components/status.component.ts | 2 +-
ui/src/app/home/home.module.ts | 6 +-
ui/src/app/info/info.component.ts | 2 +-
ui/src/app/info/info.module.ts | 10 +-
ui/src/app/login/login.module.ts | 16 +-
.../app/notifications/notifications.component.ts | 2 +-
ui/src/app/notifications/notifications.module.ts | 6 +-
.../pipeline-details/pipeline-details.module.ts | 8 +-
.../functions-overview.component.ts | 2 +-
.../pipeline-overview.component.ts | 4 +-
ui/src/app/pipelines/pipelines.component.ts | 2 +-
ui/src/app/pipelines/pipelines.module.ts | 10 +-
.../token/token-management-settings.component.ts | 2 +-
ui/src/app/profile/profile.module.ts | 6 +-
78 files changed, 5602 insertions(+), 5023 deletions(-)