This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch 3112-opc-ua-multi-node-selection-editor
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from b3beb3e6d0 feat(#3112): First version of text input works now
new 81007e260b feat(#3112): First version of text input works now
new f31b39ddfe feat(#3112): First version of text input works now
The 2 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:
.../opcua/config/SpOpcUaConfigExtractor.java | 2 +-
.../extractor/AdapterParameterExtractorTest.java | 5 +-
ui/cypress/support/builder/AdapterBuilder.ts | 4 +-
.../support/builder/TreeNodeUserInputBuilder.ts | 24 +++++----
ui/cypress/support/model/TreeNodeUserInput.ts | 4 +-
ui/cypress/support/model/UserInput.ts | 4 +-
.../utils/userInput/TreeStaticPropertyUtils.ts | 41 +++++++++++----
ui/cypress/tests/connect/opcua/opcAdapter.spec.ts | 58 ++++++++++------------
.../connect/opcua/opcAdapterConfiguration.spec.ts | 52 +++++++++----------
ui/src/app/core-ui/core-ui.module.ts | 2 +
...ic-runtime-resolvable-tree-input.component.html | 31 ++++++++----
.../static-tree-input-button-menu.component.html | 6 ++-
.../static-tree-input-button-menu.component.ts | 2 +-
.../static-tree-input-text-editor.component.html | 10 ++--
.../static-tree-input-text-editor.component.ts | 6 +--
15 files changed, 139 insertions(+), 112 deletions(-)