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

slbotbm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 2afd4b12b feat(consensus): persist metadata VSR state in a durable 
superblock (#3767)
     add 102484af2 feat(python): expose Permissions and remaining user auth 
methods (#3727)

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