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 2023/01/24 15:03:57 UTC

[streampipes] branch dev updated (694b84759 -> 8b079f028)

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 694b84759 [hotfix] Improve echarts import
     add 73422d4a4 [#1132] Remove set adapters from e2e tests
     add ec9ee297e Merge branch 'dev' into SP-1132
     add 6b826b28c [#1132] Fix preprocessing rule e2e tests
     add 62c2ea4c6 Merge branch 'dev' into SP-1132
     add 4a97d1229 [#1132] Add wait to fix processing element tests
     add 09e70845e [hotfix] Extract string into a variable
     new 8b079f028 Merge pull request #1153 from apache/SP-1132

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:
 .../iiot/protocol/stream/FileStreamProtocol.java   |  4 +-
 .../fixtures/connect/aggregationRules/expected.csv |  2 -
 .../support/builder/GenericAdapterBuilder.ts       |  2 +-
 .../support/utils/DataDownloadDialogUtils.ts       |  2 -
 ui/cypress/support/utils/PrepareTestDataUtils.ts   | 14 +++---
 .../support/utils/ProcessingElementTestUtils.ts    | 19 +++++---
 ui/cypress/support/utils/connect/ConnectUtils.ts   | 52 ++++++++--------------
 ui/cypress/support/utils/datalake/DataLakeUtils.ts | 16 ++++---
 .../adapter/createAdapterWithoutStarting.spec.ts   |  5 +--
 ui/cypress/tests/adapter/formats/format.spec.ts    |  4 +-
 ui/cypress/tests/adapter/rules/streamRules.spec.ts |  2 +-
 .../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 +-
 16 files changed, 58 insertions(+), 73 deletions(-)


[streampipes] 01/01: Merge pull request #1153 from apache/SP-1132

Posted by ze...@apache.org.
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/streampipes.git

commit 8b079f028e776b55df7d1610c1e7005744947720
Merge: 694b84759 09e70845e
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Tue Jan 24 16:03:51 2023 +0100

    Merge pull request #1153 from apache/SP-1132
    
    Sp 1132: Replace FileSet adapters with FileStream adapters in all e2e tests

 .../iiot/protocol/stream/FileStreamProtocol.java   |  4 +-
 .../fixtures/connect/aggregationRules/expected.csv |  2 -
 .../support/builder/GenericAdapterBuilder.ts       |  2 +-
 .../support/utils/DataDownloadDialogUtils.ts       |  2 -
 ui/cypress/support/utils/PrepareTestDataUtils.ts   | 14 +++---
 .../support/utils/ProcessingElementTestUtils.ts    | 19 +++++---
 ui/cypress/support/utils/connect/ConnectUtils.ts   | 52 ++++++++--------------
 ui/cypress/support/utils/datalake/DataLakeUtils.ts | 16 ++++---
 .../adapter/createAdapterWithoutStarting.spec.ts   |  5 +--
 ui/cypress/tests/adapter/formats/format.spec.ts    |  4 +-
 ui/cypress/tests/adapter/rules/streamRules.spec.ts |  2 +-
 .../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 +-
 16 files changed, 58 insertions(+), 73 deletions(-)