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 468032654 Merge pull request #1135 from apache/SP-1133
add ecbc43024 [#1121] Add replay once option to FileStreamProtocol
add acf446d8c Merge branch 'dev' into SP-1121
add 62bf0927b [#1121] First start persistence pipeline before starting
adapter
add dd6c07535 [wip] Remove set adapters from e2e tests
add 37be222bb [#1121] Add option to fast replay a file to
FileStreamProtocol
add 469513753 [#1121] Handle cases where timestamp is not part of
FileStreamProtocol events
add 716e98ddf Merge branch 'SP-1121' into SP-1132
add ddb280fcf [#1132] Fix preprocessing adapter rules
new a7276c291 Merge branch 'dev' of github.com:apache/streampipes into dev
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:
.../TransformValueAdapterPipelineElement.java | 4 +
.../transform/value/ValueEventTransformer.java | 11 +-
.../iiot/protocol/stream/FileStreamProtocol.java | 139 ++++++++++++++++++---
.../strings.en | 18 ++-
.../connect/removeDuplicateRules/expected.csv | 11 +-
.../connect/removeDuplicateRules/input.csv | 20 +--
.../support/builder/GenericAdapterBuilder.ts | 5 +
.../support/builder/SpecificAdapterBuilder.ts | 5 +
ui/cypress/support/model/AdapterInput.ts | 3 +
ui/cypress/support/utils/PrepareTestDataUtils.ts | 23 ++--
ui/cypress/support/utils/connect/ConnectUtils.ts | 62 ++++-----
ui/cypress/support/utils/datalake/DataLakeUtils.ts | 2 +-
.../adapter/createAdapterWithoutStarting.spec.ts | 2 +-
ui/cypress/tests/adapter/fileStream.smoke.spec.ts | 1 -
ui/cypress/tests/adapter/formats/format.spec.ts | 6 +-
.../tests/adapter/persistInDataLake.smoke.spec.ts | 1 -
ui/cypress/tests/adapter/rules/streamRules.spec.ts | 4 +-
ui/cypress/tests/adapter/rules/valueRules.ts | 1 +
ui/cypress/tests/datalake/widgets/table.ts | 2 +-
.../pipeline-element-runtime-info.component.html | 5 +-
.../adapter-started-dialog.component.ts | 50 ++++----
21 files changed, 267 insertions(+), 108 deletions(-)