This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch minor-layout-harmonization
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from dc3e5b7b53 Reduce split section width
add 349aff2a04 Role Management for Assets in create Tasks (#3897)
add 36ed00c5cc Merge branch 'dev' into minor-layout-harmonization
No new revisions were added by this update.
Summary of changes:
ui/cypress/support/utils/UserUtils.ts | 17 +++
ui/cypress/support/utils/connect/ConnectBtns.ts | 4 +
.../support/utils/dataExplorer/DataExplorerBtns.ts | 10 +-
ui/cypress/support/utils/pipeline/PipelineBtns.ts | 12 ++
.../{pipeline/PipelineBtns.ts => user/UserBtns.ts} | 22 ++--
.../tests/userManagement/testUserRoleAsset.spec.ts | 139 +++++++++++++++++++++
.../security-user-config.component.html | 6 +-
.../start-adapter-configuration.component.html | 108 ++++++++--------
.../start-adapter-configuration.component.ts | 21 +++-
.../edit-dashboard-dialog.component.html | 67 +++++-----
.../edit-dashboard-dialog.component.ts | 15 ++-
...data-explorer-chart-view-toolbar.component.html | 22 ++--
.../data-explorer-chart-view-toolbar.component.ts | 26 +++-
.../save-pipeline-settings.component.html | 38 +++---
.../save-pipeline-settings.component.ts | 12 ++
.../save-pipeline/save-pipeline.component.html | 1 +
16 files changed, 396 insertions(+), 124 deletions(-)
copy ui/cypress/support/utils/{pipeline/PipelineBtns.ts => user/UserBtns.ts}
(59%)
create mode 100644 ui/cypress/tests/userManagement/testUserRoleAsset.spec.ts