This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a change to branch
dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.9.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 7673c847c deps: switch to kotlin-stdlib library
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 9349d7507 Merge remote-tracking branch 'origin/dev' into
dependabot/maven/org.jetbrains.kotlin-kotlin-stdlib-jdk8-1.9.0
add d50dde47b update lock file
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 +-
pom.xml | 1 +
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 | 3248 ++++++++++++++++++++
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 +
34 files changed, 3539 insertions(+), 207 deletions(-)
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%)