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

zehnder pushed a change to branch 
4250-add-csv-dataset-import-with-preview-for-data-sets
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 6986c84661 Merge branch 'dev' into 
4250-add-csv-dataset-import-with-preview-for-data-sets
     add ba49ffc7a6 refactor(#4258): Refactor Cypress datalake test setup to 
use CSV import API (#4259)

No new revisions were added by this update.

Summary of changes:
 ui/cypress/support/utils/PrepareTestDataUtils.ts   |  64 ++---
 ui/cypress/support/utils/chart/ChartUtils.ts       |  85 +++----
 .../support/utils/chart/ChartWidgetTableUtils.ts   |  15 +-
 .../support/utils/dataset/DataLakeSeedUtils.ts     | 275 +++++++++++++++++++++
 ui/cypress/tests/chart/configuration.smoke.spec.ts |   2 -
 .../chart/filterNumericalStringProperties.spec.ts  |  32 +--
 ui/cypress/tests/dataset/csvImport.spec.ts         |  17 ++
 .../userManagement/testUserRoleDashboard.spec.ts   |  12 +-
 .../userManagement/testUserRoleDataset.spec.ts     |  17 +-
 .../src/lib/apis/datalake-rest.service.ts          |  17 ++
 .../src/lib/model/datalake/csv-import.model.ts     |  11 +-
 .../data-download-dialog.component.html            |   2 +-
 .../standard-dialog/standard-dialog.component.scss |   3 +-
 .../csv-import-dialog.component.html               |   2 +-
 .../csv-import-dialog.component.scss               |  21 ++
 .../csv-import-dialog.component.ts                 | 152 ++----------
 16 files changed, 458 insertions(+), 269 deletions(-)
 create mode 100644 ui/cypress/support/utils/dataset/DataLakeSeedUtils.ts

Reply via email to