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

bossenti pushed a commit to branch exp/poetry
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 3a45d60892212be81c4eb8d66d1d16990e6b154b
Merge: d6c4ec5b2 d7c59d4cf
Author: bossenti <[email protected]>
AuthorDate: Mon Aug 7 18:59:27 2023 +0200

    Merge remote-tracking branch 'origin/dev' into exp/poetry

 .asf.yaml                                          |  34 ++---
 .github/workflows/build.yml                        |  14 +-
 .github/workflows/pr-validation.yml                |   2 +-
 README.md                                          |  17 ++-
 installer/k8s/README.md                            | 154 +++++++++++++++++++++
 .../k8s/templates/core/backend-deployment.yaml     |   4 +
 installer/k8s/templates/core/ui-configmap.yaml     |   2 +-
 installer/k8s/templates/core/ui-deployment.yaml    |   4 +
 .../extensions-all-iiot-deployment.yaml            |  10 +-
 .../extensions-all-iiot-service.yaml               |  10 +-
 .../external/consul/consul-deployment.yaml         |  12 +-
 .../templates/external/consul/consul-pv-pvc.yaml   |   2 +-
 .../templates/external/consul/consul-service.yaml  |  10 +-
 .../external/couchdb/couchdb-deployment.yaml       |   2 +-
 .../templates/external/couchdb/couchdb-pv-pvc.yaml |   2 +-
 .../external/couchdb/couchdb-service.yaml          |   6 +-
 .../external/influxdb/influxdb-deployment.yaml     |  12 +-
 .../external/influxdb/influxdb-service.yaml        |  14 +-
 .../templates/external/kafka/kafka-deployment.yaml |  36 ++---
 .../k8s/templates/external/kafka/kafka-pvc.yaml    |  16 +--
 .../templates/external/kafka/kafka-service.yaml    |  11 +-
 .../templates/external/nats/nats-deployment.yaml   |   4 +-
 .../k8s/templates/external/nats/nats-service.yaml  |   8 +-
 .../external/zookeeper/zookeeper-deployment.yaml   |  28 ++--
 .../external/zookeeper/zookeeper-pvc.yaml          |  16 +--
 .../external/zookeeper/zookeeper-service.yaml      |  10 +-
 installer/k8s/values.yaml                          |  61 ++++++--
 ...ive-data-from-the-streampipes-data-stream.ipynb |  27 ++--
 streampipes-client-python/setup.py                 |   8 +-
 .../streampipes/function_zoo/river_function.py     |  19 +--
 .../streampipes/functions/streampipes_function.py  |   3 +-
 .../functions/utils/async_iter_handler.py          |   8 +-
 .../tests/functions/test_function_handler.py       |  40 +++---
 streampipes-extensions/pom.xml                     |   1 -
 ui/package-lock.json                               |  42 +++---
 ui/package.json                                    |   6 +-
 .../edit-label/edit-label.component.html           |  10 +-
 37 files changed, 434 insertions(+), 231 deletions(-)


Reply via email to