This is an automated email from the ASF dual-hosted git repository.

lukaszzborek pushed a change to branch dotnet-vsr
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 098959f9c feat(vsr): implement VSR wire protocol support
     add 102484af2 feat(python): expose Permissions and remaining user auth 
methods (#3727)
     add e94872848 feat(vsr): implement VSR wire protocol support

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   (098959f9c)
            \
             N -- N -- N   refs/heads/dotnet-vsr (e94872848)

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:
 foreign/python/apache_iggy.pyi           | 334 ++++++++++++++-
 foreign/python/src/client.rs             | 103 ++++-
 foreign/python/src/lib.rs                |   6 +
 foreign/python/src/permissions.rs        | 458 ++++++++++++++++++++
 foreign/python/src/user.rs               |   9 +
 foreign/python/tests/test_permissions.py | 695 +++++++++++++++++++++++++++++++
 foreign/python/tests/test_user.py        | 113 +++--
 foreign/python/tests/utils.py            |  23 +
 8 files changed, 1693 insertions(+), 48 deletions(-)
 create mode 100644 foreign/python/src/permissions.rs
 create mode 100644 foreign/python/tests/test_permissions.py

Reply via email to