This is an automated email from the ASF dual-hosted git repository.
riemer pushed a change to branch migrate-kafka-3
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 3df51408a Improve Kafka behaviour for pipeline preview (#1838)
add d3724d4e8 [hotfix] Fix layout issues and validation in data explorer
(#1829)
add 6a8ad3c49 chore: introduce poetry as dependency management tool (#1817)
add 304c5eaf5 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.0 to 1.9.0
(#1830)
add 482c5a127 [hotfix] Fix MDC layout issue in permission dialog (#1834)
add c7ae1d8c4 Bump lint-staged from 13.2.0 to 14.0.0 in /ui (#1836)
add 04848294f Bump cypress-io/github-action from 5 to 6 (#1839)
add a4d1e131d Merge branch 'dev' into migrate-kafka-3
No new revisions were added by this update.
Summary of changes:
.github/workflows/cypress-test.yml | 2 +-
.github/workflows/pr-validation.yml | 47 +-
.github/workflows/pypi-deployment.yml | 13 +-
.github/workflows/python-docs.yml | 16 +-
pom.xml | 5 +-
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 +
ui/package-lock.json | 565 ++--
ui/package.json | 2 +-
.../object-permission-dialog.component.html | 16 +-
.../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 +
38 files changed, 3833 insertions(+), 504 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%)