You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/01/03 21:18:01 UTC

[incubator-streampipes] 01/01: Merge branch 'dev' into STREAMPIPES-494

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

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

commit 910c8f63c55b671f2c9d65a34bacba657044432a
Merge: e939a0e 0c4d641
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jan 3 22:17:32 2022 +0100

    Merge branch 'dev' into STREAMPIPES-494

 .gitignore                                         |   3 +
 ui/.gitignore                                      |   2 +
 .../support/utils/ConnectEventSchemaUtils.ts       |   1 +
 .../tests/experimental/testJvmArchetype/.env       |  20 +++
 .../testJvmArchetype/armDockerFile/Dockerfile      |  25 ++++
 .../experimental/testJvmArchetype/backend/.env     |  20 +++
 .../testJvmArchetype/backend/docker-compose.yml    |  47 ++++++
 .../testJvmArchetype/docker-compose.yml            | 164 +++++++++++++++++++++
 .../experimental/testJvmArchetype/testArchetype.sh |  43 ++++++
 .../testJvmArchetype/testJvmArchetype.ts           |  63 ++++++++
 10 files changed, 388 insertions(+)