You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/01/19 08:57:38 UTC

[streampipes] branch SP-1121 updated (ecbc43024 -> 62bf0927b)

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

zehnder pushed a change to branch SP-1121
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from ecbc43024 [#1121] Add replay once option to FileStreamProtocol
     add b5abec08c [#1114] Adapters can now be added without starting them
     add 88981773c [hotfix] Undo mark baseUrl method as static
     add d305616ec [hotfix] Do not start set adpaters when instantiated
     add 619361120 [hotfix] Fix import of AdapterDescription models
     add c1ac05a14 Merge pull request #1117 from apache/SP-1114
     add acf446d8c Merge branch 'dev' into SP-1121
     add 62bf0927b [#1121] First start persistence pipeline before starting adapter

No new revisions were added by this update.

Summary of changes:
 .../management/AdapterMasterManagement.java        |  31 +----
 .../iiot/protocol/stream/FileStreamProtocol.java   |   6 +-
 ui/cypress/support/utils/connect/ConnectBtns.ts    |  14 ++-
 ui/cypress/support/utils/connect/ConnectUtils.ts   |  55 ++++++--
 ...pec.ts => createAdapterWithoutStarting.spec.ts} |  13 +-
 ui/cypress/tests/adapter/editAdapter.smoke.spec.ts |  18 +--
 .../src/lib/apis/adapter.service.ts                |   6 +-
 .../adapter-options-panel.component.html           |   1 +
 .../adapter-options-panel.component.ts             |   5 +-
 .../start-adapter-configuration.component.html     |  12 +-
 .../start-adapter-configuration.component.ts       |   3 +
 .../adapter-started-dialog.component.html          |   3 +-
 .../adapter-started-dialog.component.ts            | 140 +++++++++++++--------
 13 files changed, 196 insertions(+), 111 deletions(-)
 copy ui/cypress/tests/adapter/{machineDataSimulator.smoke.spec.ts => createAdapterWithoutStarting.spec.ts} (81%)