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 07:53:55 UTC

[streampipes] 01/01: Merge pull request #1117 from apache/SP-1114

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit c1ac05a14fa52b65f02beaa1c917035f814185e7
Merge: f582f869c 619361120
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Thu Jan 19 08:53:49 2023 +0100

    Merge pull request #1117 from apache/SP-1114
    
    [#1114] Adapters can now be added without starting them

 .../management/AdapterMasterManagement.java        |  31 +----
 .../iiot/protocol/stream/FileStreamProtocol.java   |   5 +-
 ui/cypress/support/utils/connect/ConnectBtns.ts    |  14 ++-
 ui/cypress/support/utils/connect/ConnectUtils.ts   |  55 +++++++--
 .../adapter/createAdapterWithoutStarting.spec.ts   |  47 ++++++++
 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            | 134 +++++++++++++--------
 13 files changed, 225 insertions(+), 109 deletions(-)