This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch 4190-support-multi-select-actions-in-tables
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 02c94d18ca feat(#4190): Add multi-select actions to pipelines
add 2891925be1 Add cypress test
add 08a385eae8 Remove start all buttons from pipelines and adapters
No new revisions were added by this update.
Summary of changes:
ui/cypress/support/utils/pipeline/PipelineUtils.ts | 4 +-
.../tests/connect/allAdapterActions.smoke.spec.ts | 22 +++-
.../tests/pipeline/pipelineMultiSelect.spec.ts | 131 +++++++++++++++++++++
.../sp-table/sp-paginator/sp-paginator.service.ts | 5 +-
.../components/sp-table/sp-table.component.html | 11 ++
.../existing-adapters.component.html | 24 +---
.../existing-adapters.component.ts | 34 ++++--
.../pipeline-overview.component.html | 4 +-
ui/src/app/pipelines/pipelines.component.html | 22 ----
9 files changed, 191 insertions(+), 66 deletions(-)
create mode 100644 ui/cypress/tests/pipeline/pipelineMultiSelect.spec.ts