This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch 3960-make-datasets-a-first-class-ui-view
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from c5d142dac0 Merge branch 'dev' into
3960-make-datasets-a-first-class-ui-view
add c4d77a3f9f fixes: some small fixes in UI translations and
functionalities (#3971)
add f68e1ef9b9 Merge branch 'dev' into
3960-make-datasets-a-first-class-ui-view
add 95126822c1 Modify dataset access, fix cypress tests
No new revisions were added by this update.
Summary of changes:
.../streampipes/export/DataLakeExportManager.java | 17 +-
.../utils/dataExplorer/DataExplorerUtils.ts | 2 +-
.../tests/dataExplorer/configuration.smoke.spec.ts | 4 +
ui/deployment/app-routing.module.mst | 1 +
ui/deployment/base-navigation.component.mst | 1 +
ui/deployment/dev/config.yml | 2 +-
ui/deployment/home.service.mst | 1 +
ui/deployment/i18n/de.json | 56 +-
ui/deployment/i18n/en.json | 53 +-
ui/deployment/i18n/pl.json | 899 +++++++++++++++++++++
ui/deployment/modules.yml | 2 +-
.../sp-paginator/sp-paginator.component.ts | 48 ++
.../components/sp-table/sp-table.component.html | 3 +-
.../data-download-dialog.component.html | 6 +
.../shared-ui/src/lib/shared-ui.module.ts | 12 +-
.../asset-details-basics.component.html | 34 +-
.../asset-details-labels.component.html | 7 +-
.../asset-details-site.component.html | 2 +-
.../asset-location/asset-location.component.html | 2 +-
.../asset-details-links.component.html | 5 +-
.../asset-details-links.component.ts | 8 +-
.../edit-asset/asset-details.component.html | 4 +-
.../asset-overview/asset-overview.component.html | 5 +-
.../asset-overview/asset-overview.component.ts | 33 +-
.../create-asset-dialog.component.html | 23 +-
.../edit-asset-link-dialog.component.html | 4 +-
.../manage-asset-links-dialog.component.html | 32 +-
.../files/file-overview/file-overview.component.ts | 8 +-
.../existing-adapters.component.html | 2 +-
.../existing-adapters.component.ts | 8 +
.../dashboard-overview-table.component.html | 7 +-
.../dashboard-overview-table.component.ts | 25 +-
.../data-explorer-overview-table.component.html | 7 +-
.../data-explorer-overview-table.component.ts | 18 +-
.../pipeline-overview.component.html | 4 +-
.../pipeline-overview.component.ts | 8 +
36 files changed, 1240 insertions(+), 113 deletions(-)
create mode 100644 ui/deployment/i18n/pl.json
create mode 100644
ui/projects/streampipes/shared-ui/src/lib/components/sp-table/sp-paginator/sp-paginator.component.ts