This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a change to branch chore/introduce-messaging-endpoint
in repository https://gitbox.apache.org/repos/asf/streampipes.git
discard b6d1d4384 fix: remove redundant definition of abstract method
discard e1adf6324 add missing header
discard ae313ce39 refactor: bump version to the latest release
discard ec37ff80c refactor: introduce messaging endpoint
discard 919130375 chore(linting, docs): add blacken-docs to dev dependencies
add db127e959 [hotfix] update disclaimer for the Python client
add 86c6f89fe chore(linting, docs): add blacken-docs to dev dependencies
add a29f5b3a2 refactor: introduce messaging endpoint
add d22406357 refactor: bump version to the latest release
add 84be370d9 add missing header
add 20789829e fix: remove redundant definition of abstract method
add 8c54adee4 [#1126] move container class property to api endpoint
add 669598f0d [#1126] add unit tests for messaging endpoint
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 (b6d1d4384)
\
N -- N -- N refs/heads/chore/introduce-messaging-endpoint
(669598f0d)
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:
streampipes-client-python/README.md | 13 +-----
.../streampipes_client/endpoint/endpoint.py | 46 ++++++++++++----------
.../tests/client/test_endpoint.py | 31 ++++++++++++++-
3 files changed, 58 insertions(+), 32 deletions(-)