You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/12/28 09:44:36 UTC

[incubator-streampipes] 01/01: Merge pull request #69 from apache/STREAMPIPES-483

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit b420738ea7880ff502236af734630a71b87c1134
Merge: c6527b9 08bac9b
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Tue Dec 28 10:44:31 2021 +0100

    Merge pull request #69 from apache/STREAMPIPES-483

 .../streampipes/connect/adapter/Adapter.java       |   1 +
 .../stream}/DuplicateFilterPipelineElement.java    |   2 +-
 .../stream/EventRateTransformationRule.java        |   5 -
 .../generic/elements/DuplicateFilterTest.java      |   2 +-
 .../downloads/sp_adaptertotestschemarules.csv      |   2 +
 .../fixtures/connect/aggregationRules/expected.csv |   2 +
 .../fixtures/connect/aggregationRules/input.csv    |  11 ++
 .../connect/removeDuplicateRules/expected.csv      |   6 +
 .../connect/removeDuplicateRules/input.csv         |  11 ++
 .../fixtures/connect/schemaRules/expected.csv      |   2 +
 ui/cypress/fixtures/connect/schemaRules/input.csv  |   2 +
 .../fixtures/connect/valueRules/expected.csv       |   2 +
 ui/cypress/fixtures/connect/valueRules/input.csv   |   2 +
 .../support/utils/ConnectEventSchemaUtils.ts       | 135 +++++++++++++++++++++
 .../utils/{AdapterUtils.ts => ConnectUtils.ts}     | 132 +++++++++++---------
 ui/cypress/support/utils/DataLakeUtils.ts          |  21 ++--
 ui/cypress/support/utils/FileManagementUtils.ts    |  20 +--
 .../support/utils/ProcessingElementTestUtils.ts    |   5 +-
 .../support/utils/ThirdPartyIntegrationUtils.ts    |   8 +-
 ui/cypress/tests/adapter/fileStream.smoke.spec.ts  |   6 +-
 .../adapter/machineDataSimulator.smoke.spec.ts     |  15 ++-
 .../tests/adapter/persistInDataLake.smoke.spec.ts  |   4 +-
 .../tests/adapter/randomDataSimulatorStream.ts     |   6 +-
 ui/cypress/tests/adapter/schemaRules.smoke.ts      |  53 ++++++++
 ui/cypress/tests/adapter/streamRules.smoke.ts      |  65 ++++++++++
 ui/cypress/tests/adapter/valueRules.smoke.ts       |  52 ++++++++
 .../tests/datalake/testSpecialCharactersInName.ts  |   4 +-
 .../tests/pipeline/pipelineTest.smoke.spec.ts      |   4 +-
 ui/package.json                                    |   4 +-
 .../event-property-row.component.html              |   9 +-
 .../event-schema/event-schema.component.html       |  11 +-
 .../schema-editor-header.component.html            |  28 +++--
 .../start-adapter-configuration.component.html     |  12 +-
 .../start-adapter-configuration.component.ts       |   2 +-
 .../edit-correction-value.component.html           |  10 +-
 .../edit-data-type/edit-data-type.component.html   |   8 +-
 .../edit-event-property-primitive.component.html   |   8 +-
 .../edit-event-property-primitive.component.ts     |  10 +-
 .../edit-timestamp-property.component.html         |   7 +-
 .../edit-unit-transformation.component.html        |  39 ++++--
 .../edit-event-property.component.html             |  10 +-
 .../edit-event-property.component.ts               |   6 +-
 42 files changed, 591 insertions(+), 153 deletions(-)