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/02/03 08:35:06 UTC

[streampipes] 01/01: Merge branch 'dev' into SP-454

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

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

commit 20d07b2535b26077ba206388e6a357bbc5425e11
Merge: f1a7fa025 4f4385444
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Fri Feb 3 09:34:57 2023 +0100

    Merge branch 'dev' into SP-454

 .github/workflows/build.yml                        |  24 +--
 .github/workflows/cypress-test.yml                 |   4 +-
 .github/workflows/pr-validation.yml                |  16 +-
 .../standalone/tubemq/docker-compose.dev.yml       |  25 +++
 .../deploy/standalone/tubemq/docker-compose.yml    |  35 ++++
 pom.xml                                            |  14 +-
 streampipes-client-python/setup.py                 |   2 +-
 .../streampipes_client/endpoint/endpoint.py        |   1 -
 .../tests/client/test_credential_provider.py       |   2 -
 .../tests/client/test_endpoint.py                  |   2 -
 .../streampipes-connect-adapters-iiot/pom.xml      |   6 +-
 .../connect/iiot/ConnectAdapterIiotInit.java       |   2 +
 .../iiot/protocol/stream/TubeMQProtocol.java       | 210 +++++++++++++++++++++
 .../documentation.md                               |  48 +++++
 .../icon.png                                       | Bin 0 -> 22024 bytes
 .../strings.en                                     |  29 +++
 .../streampipes-connect-adapters/pom.xml           |   2 +-
 .../streampipes-sinks-brokers-jvm/pom.xml          |   4 +
 .../sinks/brokers/jvm/BrokersJvmInit.java          |   2 +
 .../sinks/brokers/jvm/tubemq/TubeMQParameters.java |  46 +++++
 .../brokers/jvm/tubemq/TubeMQPublisherSink.java    | 106 +++++++++++
 .../documentation.md                               |  55 ++++++
 .../icon.png                                       | Bin 0 -> 22024 bytes
 .../strings.en                                     |  25 +++
 ui/package-lock.json                               | 140 +++++++-------
 ui/package.json                                    |   2 +-
 26 files changed, 695 insertions(+), 107 deletions(-)