This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch SP-1132
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 6b826b28c [#1132] Fix preprocessing rule e2e tests
add a6146e53c Fix path in stream resource
add 0dc12d794 Bump @angular-eslint/template-parser from 15.1.0 to 15.2.0
in /ui (#1145)
add 3cb8b7b74 refactor: introduce messaging endpoint for python client
(#1126)
add 3a15af353 Bump blacken-docs from 1.12.1 to 1.13.0 in
/streampipes-client-python (#1150)
add 62c2ea4c6 Merge branch 'dev' into SP-1132
add 4a97d1229 [#1132] Add wait to fix processing element tests
No new revisions were added by this update.
Summary of changes:
streampipes-client-python/.pre-commit-config.yaml | 7 ++
streampipes-client-python/setup.py | 2 +
.../streampipes_client/__version__.py | 2 +-
.../streampipes_client/client/client.py | 2 +-
.../streampipes_client/endpoint/__init__.py | 9 ++-
.../endpoint/{ => api}/__init__.py | 1 +
.../endpoint/{ => api}/data_lake_measure.py | 0
.../endpoint/{ => api}/data_stream.py | 0
.../streampipes_client/endpoint/endpoint.py | 93 +++++++++++++++++++---
.../streampipes_client/endpoint/exceptions.py | 52 ++++++++++++
.../{ => endpoint/messaging}/__init__.py | 0
.../tests/client/test_client.py | 2 +-
.../tests/client/test_endpoint.py | 31 +++++++-
.../rest/impl/pe/DataStreamResource.java | 1 -
.../support/utils/ProcessingElementTestUtils.ts | 2 +
ui/package-lock.json | 30 +++----
ui/package.json | 2 +-
17 files changed, 198 insertions(+), 38 deletions(-)
copy streampipes-client-python/streampipes_client/endpoint/{ =>
api}/__init__.py (99%)
rename streampipes-client-python/streampipes_client/endpoint/{ =>
api}/data_lake_measure.py (100%)
rename streampipes-client-python/streampipes_client/endpoint/{ =>
api}/data_stream.py (100%)
create mode 100644
streampipes-client-python/streampipes_client/endpoint/exceptions.py
copy streampipes-client-python/streampipes_client/{ =>
endpoint/messaging}/__init__.py (100%)