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:54 UTC

[streampipes] branch dev updated (f582f869c -> c1ac05a14)

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

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


    from f582f869c Merge pull request #1118 from apache/dependabot/maven/graalvm.js.version-22.3.1
     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
     new c1ac05a14 Merge pull request #1117 from apache/SP-1114

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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 +++++++--
 ...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            | 134 +++++++++++++--------
 13 files changed, 189 insertions(+), 111 deletions(-)
 copy ui/cypress/tests/adapter/{machineDataSimulator.smoke.spec.ts => createAdapterWithoutStarting.spec.ts} (81%)


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

Posted by ze...@apache.org.
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(-)