This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch SP-1132
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 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
new 716e98ddf Merge branch 'SP-1121' into SP-1132
new ddb280fcf [#1132] Fix preprocessing adapter rules
new 73422d4a4 [#1132] Remove set adapters from e2e tests
The 3 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 | 83 +++++++++++++++++++++-
.../strings.en | 15 +++-
.../fixtures/connect/aggregationRules/expected.csv | 3 +-
.../fixtures/connect/aggregationRules/input.csv | 13 ++--
ui/cypress/fixtures/connect/schemaRules/input.csv | 4 +-
.../fixtures/connect/valueRules/expected.csv | 2 +-
ui/cypress/fixtures/connect/valueRules/input.csv | 2 +-
.../support/builder/GenericAdapterBuilder.ts | 2 +-
.../support/utils/DataDownloadDialogUtils.ts | 2 -
ui/cypress/support/utils/PrepareTestDataUtils.ts | 14 ++--
.../support/utils/ProcessingElementTestUtils.ts | 17 +++--
ui/cypress/support/utils/connect/ConnectUtils.ts | 61 +++++++---------
ui/cypress/support/utils/datalake/DataLakeUtils.ts | 16 +++--
.../adapter/createAdapterWithoutStarting.spec.ts | 5 +-
ui/cypress/tests/adapter/fileStream.smoke.spec.ts | 1 -
ui/cypress/tests/adapter/formats/format.spec.ts | 4 +-
.../tests/adapter/persistInDataLake.smoke.spec.ts | 1 -
.../tests/adapter/rules/schemaRules.smoke.spec.ts | 4 +-
ui/cypress/tests/adapter/rules/streamRules.spec.ts | 4 +-
ui/cypress/tests/adapter/rules/valueRules.ts | 9 ++-
.../dataDownloadDialogTest.smoke.spec.ts | 1 +
ui/cypress/tests/datalake/deleteWidget.ts | 1 -
.../datalake/widgetDataConfiguration.smoke.spec.ts | 2 -
.../pipeline-element-runtime-info.component.html | 2 +-
.../adapter-started-dialog.component.html | 3 +-
27 files changed, 189 insertions(+), 97 deletions(-)