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%)