This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.simplejavamail-simple-java-mail-8.1.3
in repository https://gitbox.apache.org/repos/asf/streampipes.git
discard 8d1c934c2 Bump org.simplejavamail:simple-java-mail from 7.8.0 to 8.1.3
add 5d7784390 Bump mypy from 1.4.0 to 1.5.0 in /streampipes-client-python
(#1826)
add 05844a5be Add Pulsar's Messaging Layer to a Helm Deployment (#1820)
add 342ab90c6 Bump com.google.protobuf:protobuf-java from 3.21.12 to
3.24.0 (#1825)
add b1e4f3305 Bump org.yaml:snakeyaml from 1.33 to 2.1 (#1827)
add b216dfd89 Bump org.ow2.asm:asm from 9.4 to 9.5 (#1828)
add e7288e048 Bump blacken-docs from 1.15.0 to 1.16.0 in
/streampipes-client-python (#1831)
add d3724d4e8 [hotfix] Fix layout issues and validation in data explorer
(#1829)
add 6a8ad3c49 chore: introduce poetry as dependency management tool (#1817)
add 2e3245003 Bump org.simplejavamail:simple-java-mail from 7.8.0 to 8.1.3
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8d1c934c2)
\
N -- N -- N
refs/heads/dependabot/maven/org.simplejavamail-simple-java-mail-8.1.3
(2e3245003)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr-validation.yml | 45 +-
.github/workflows/pypi-deployment.yml | 13 +-
.github/workflows/python-docs.yml | 16 +-
installer/k8s/README.md | 14 +
.../k8s/templates/core/backend-deployment.yaml | 24 +-
.../pulsar-deployment.yml} | 42 +-
.../zookeeper-pvc.yaml => pulsar/pulsar-pvc.yml} | 18 +-
.../pulsar-service.yml} | 10 +-
installer/k8s/values.yaml | 12 +
pom.xml | 7 +-
streampipes-client-python/.pre-commit-config.yaml | 11 +-
streampipes-client-python/Makefile | 20 +-
streampipes-client-python/README.md | 2 +-
.../docs/getting-started/developing.md | 45 +-
.../docs/img/interrogate_badge.svg | 8 +-
streampipes-client-python/poetry.lock | 3247 ++++++++++++++++++++
streampipes-client-python/pyproject.toml | 136 +
streampipes-client-python/setup.py | 139 -
.../streampipes/client/client.py | 1 +
.../streampipes/endpoint/api/data_lake_measure.py | 1 +
.../functions/broker/kafka/kafka_consumer.py | 1 +
.../functions/broker/kafka/kafka_publisher.py | 1 +
.../functions/broker/nats/nats_consumer.py | 1 +
.../functions/broker/nats/nats_publisher.py | 1 +
.../model/resource/data_lake_measure.py | 1 +
.../streampipes/model/resource/data_series.py | 1 +
.../streampipes/model/resource/data_stream.py | 1 +
.../model/resource/function_definition.py | 1 +
.../streampipes/model/resource/query_result.py | 1 +
.../streampipes/model/resource/version.py | 1 +
.../tests/client/test_client.py | 2 -
.../tests/client/test_data_lake_series.py | 1 -
tools/maven/suppressions.xml | 1 +
.../core/components/toolbar/toolbar.component.html | 4 +-
ui/src/app/core/core.module.ts | 4 +-
.../pipes/shorten.pipe.ts} | 14 +-
.../filter-selection-panel.component.html | 6 +-
.../data-explorer-dashboard-overview.component.ts | 1 +
...a-explorer-edit-data-view-dialog.component.html | 5 +
ui/src/scss/sp/layout.scss | 12 +
40 files changed, 3632 insertions(+), 239 deletions(-)
copy installer/k8s/templates/external/{nats/nats-deployment.yaml =>
pulsar/pulsar-deployment.yml} (58%)
copy installer/k8s/templates/external/{zookeeper/zookeeper-pvc.yaml =>
pulsar/pulsar-pvc.yml} (66%)
copy installer/k8s/templates/external/{couchdb/couchdb-service.yaml =>
pulsar/pulsar-service.yml} (77%)
create mode 100644 streampipes-client-python/poetry.lock
create mode 100644 streampipes-client-python/pyproject.toml
delete mode 100644 streampipes-client-python/setup.py
copy ui/src/app/{add/filter/pipeline-element-type.pipe.ts =>
core/pipes/shorten.pipe.ts} (74%)