This is an automated email from the ASF dual-hosted git repository. SvenO3 pushed a commit to branch 4568-allow-reordering-and-restructuring-of-assets-in-asset-view-edit-mode in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit e4b43f0f48ea862781ccdee1eefe7e0a6c2f985e Merge: facd983fac bd607e3943 Author: Sven Oehler <[email protected]> AuthorDate: Mon Jun 22 13:15:37 2026 +0200 Merge branch 'dev' of https://github.com/apache/streampipes into 4568-allow-reordering-and-restructuring-of-assets-in-asset-view-edit-mode ui/cypress/support/utils/GeneralUtils.ts | 2 +- ui/cypress/support/utils/dataset/DatasetBtns.ts | 34 ++++ ui/cypress/support/utils/dataset/DatasetUtils.ts | 61 +++++++ ui/cypress/tests/dataset/datasetDetails.spec.ts | 58 ++++++ ui/deployment/i18n/de.json | 4 + ui/deployment/i18n/en.json | 4 + ui/deployment/i18n/pl.json | 4 + .../data-settings/chart-data-settings.component.ts | 15 +- .../datalake-configuration.component.html | 26 ++- .../datalake-configuration.component.ts | 6 + .../abstract-dataset-details.directive.ts | 69 +++++++ .../dataset-details-events.component.html | 191 ++++++++++++++++++++ .../dataset-details-events.component.scss | 119 ++++++++++++ .../dataset-details-events.component.ts | 201 +++++++++++++++++++++ .../dataset-details-schema.component.html | 122 +++++++++++++ .../dataset-details-schema.component.scss} | 45 +++-- .../dataset-details-schema.component.ts | 134 ++++++++++++++ .../dataset-details/dataset-details-tabs.ts} | 26 +-- .../dataset-feature-card.component.ts | 6 +- ui/src/app/dataset/dataset.routes.ts | 21 +++ 20 files changed, 1117 insertions(+), 31 deletions(-)
