This is an automated email from the ASF dual-hosted git repository.
SvenO3 pushed a change to branch
4733-rename-application-private-data-lake-ui-components
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 3e08e51f78 feat(#4718): add shared search select component (#4720)
new 53ee676838 Rename components
new bc12b5183d Rename cypress tests
The 2 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:
...aLakeFilterConfig.ts => DatasetFilterConfig.ts} | 2 +-
ui/cypress/support/utils/PrepareTestDataUtils.ts | 6 +-
ui/cypress/support/utils/chart/ChartUtils.ts | 10 +-
.../{DataLakeSeedUtils.ts => DatasetSeedUtils.ts} | 4 +-
ui/cypress/support/utils/dataset/DatasetUtils.ts | 4 +-
ui/cypress/tests/chart/autoAggregateTable.spec.ts | 4 +-
ui/cypress/tests/chart/configuration.smoke.spec.ts | 4 +-
.../chart/filterNumericalStringProperties.spec.ts | 10 +-
.../tests/chart/missingDataInDataLake.spec.ts | 4 +-
ui/cypress/tests/chart/publicDashboardLink.spec.ts | 4 +-
.../chart/widgetDataConfiguration.smoke.spec.ts | 12 +-
ui/cypress/tests/connect/editAdapter.spec.ts | 4 +-
...c.ts => editAdapterDatasetSchemaUpdate.spec.ts} | 0
.../restartStreamPipes/restartStreamPipes2.ts | 2 +-
...spec.ts => pipelineDatasetSchemaUpdate.spec.ts} | 12 +-
.../userManagement/testUserRoleDashboard.spec.ts | 4 +-
.../userManagement/testUserRoleDataset.spec.ts | 4 +-
.../chart-data-settings.component.html | 10 +-
.../data-settings/chart-data-settings.component.ts | 70 ++++-----
.../dataset-last-event-label.component.html} | 0
.../dataset-last-event-label.component.scss} | 0
.../dataset-last-event-label.component.ts} | 8 +-
.../dataset-overview-entry.ts} | 3 +-
.../dataset-overview.component.html} | 10 +-
.../dataset-overview.component.scss} | 0
.../dataset-overview.component.ts} | 165 ++++++++++-----------
ui/src/app/dataset/dataset.routes.ts | 4 +-
.../delete-dataset-dialog.component.html} | 0
.../delete-dataset-dialog.component.ts} | 18 +--
29 files changed, 183 insertions(+), 195 deletions(-)
rename ui/cypress/support/model/{DataLakeFilterConfig.ts =>
DatasetFilterConfig.ts} (96%)
rename ui/cypress/support/utils/dataset/{DataLakeSeedUtils.ts =>
DatasetSeedUtils.ts} (99%)
rename ui/cypress/tests/connect/{editAdapterDataLakeSchemaUpdate.spec.ts =>
editAdapterDatasetSchemaUpdate.spec.ts} (100%)
rename ui/cypress/tests/pipeline/{pipelineDataLakeSchemaUpdate.spec.ts =>
pipelineDatasetSchemaUpdate.spec.ts} (95%)
rename
ui/src/app/dataset/components/{datalake-configuration/datalake-last-event-label/datalake-last-event-label.component.html
=>
dataset-overview/dataset-last-event-label/dataset-last-event-label.component.html}
(100%)
rename
ui/src/app/dataset/components/{datalake-configuration/datalake-last-event-label/datalake-last-event-label.component.scss
=>
dataset-overview/dataset-last-event-label/dataset-last-event-label.component.scss}
(100%)
rename
ui/src/app/dataset/components/{datalake-configuration/datalake-last-event-label/datalake-last-event-label.component.ts
=>
dataset-overview/dataset-last-event-label/dataset-last-event-label.component.ts}
(89%)
rename
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration-entry.ts
=> dataset-overview/dataset-overview-entry.ts} (94%)
rename
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration.component.html
=> dataset-overview/dataset-overview.component.html} (98%)
rename
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration.component.scss
=> dataset-overview/dataset-overview.component.scss} (100%)
rename
ui/src/app/dataset/components/{datalake-configuration/datalake-configuration.component.ts
=> dataset-overview/dataset-overview.component.ts} (75%)
rename
ui/src/app/dataset/dialog/{delete-datalake-index/delete-datalake-index-dialog.component.html
=> delete-dataset/delete-dataset-dialog.component.html} (100%)
rename
ui/src/app/dataset/dialog/{delete-datalake-index/delete-datalake-index-dialog.component.ts
=> delete-dataset/delete-dataset-dialog.component.ts} (85%)