This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
4139-allow-manual-upload-of-sample-event-for-adapter-schema-inference
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 051505b1df fix(#4139): Add a dialog to upload sample events in connect
new 60677b09a0 fix(#4139): Use input and output signals in
configure-schema components
new 6148bfb30c fix(#4139): Add cypress test for upload sample
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:
ui/cypress/support/utils/connect/ConnectBtns.ts | 18 +++
ui/cypress/support/utils/connect/ConnectUtils.ts | 11 ++
ui/cypress/tests/connect/uploadSampleEvent.spec.ts | 131 +++++++++++++++++++++
.../adapter-configuration-state.service.ts | 3 +-
.../adapter-configuration.component.ts | 8 +-
.../adapter-result-preview.component.html | 12 +-
.../adapter-result-preview.component.ts | 12 +-
.../adapter-sample-preview.component.html | 16 +--
.../adapter-sample-preview.component.ts | 18 +--
.../adapter-script-editor.component.html | 24 ++--
.../adapter-script-editor.component.ts | 28 ++---
.../upload-sample-event-dialog.component.html | 1 +
12 files changed, 223 insertions(+), 59 deletions(-)
create mode 100644 ui/cypress/tests/connect/uploadSampleEvent.spec.ts