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

SvenO3 pushed a change to branch 
4568-allow-reordering-and-restructuring-of-assets-in-asset-view-edit-mode
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from facd983fac Expand asset when adding new ones
     add bd607e3943 feat(#4566): Add details view for data sets (#4592)
     new e4b43f0f48 Merge branch 'dev' of https://github.com/apache/streampipes 
into 4568-allow-reordering-and-restructuring-of-assets-in-asset-view-edit-mode

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:
 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}         |  58 ++----
 .../dataset-details-events.component.ts            | 201 +++++++++++++++++++++
 .../dataset-details-schema.component.html          | 122 +++++++++++++
 .../dataset-details-schema.component.scss}         |  26 +--
 .../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, 995 insertions(+), 73 deletions(-)
 create mode 100644 ui/cypress/tests/dataset/datasetDetails.spec.ts
 create mode 100644 
ui/src/app/dataset/components/dataset-details/abstract-dataset-details.directive.ts
 create mode 100644 
ui/src/app/dataset/components/dataset-details/dataset-details-events/dataset-details-events.component.html
 copy 
ui/src/app/{chart/components/chart-view/query-result-preview/chart-data-preview.component.scss
 => 
dataset/components/dataset-details/dataset-details-events/dataset-details-events.component.scss}
 (73%)
 create mode 100644 
ui/src/app/dataset/components/dataset-details/dataset-details-events/dataset-details-events.component.ts
 create mode 100644 
ui/src/app/dataset/components/dataset-details/dataset-details-schema/dataset-details-schema.component.html
 copy 
ui/{projects/streampipes/shared-ui/src/lib/components/pipeline-element-runtime-info/live-preview-table/live-preview-table.component.scss
 => 
src/app/dataset/components/dataset-details/dataset-details-schema/dataset-details-schema.component.scss}
 (78%)
 create mode 100644 
ui/src/app/dataset/components/dataset-details/dataset-details-schema/dataset-details-schema.component.ts
 copy ui/src/app/{dashboard-kiosk/dashboard-kiosk.routes.ts => 
dataset/components/dataset-details/dataset-details-tabs.ts} (62%)

Reply via email to