This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch state_transfer_metadata_clients_table
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 25fe5711c merge master
add 102484af2 feat(python): expose Permissions and remaining user auth
methods (#3727)
add 4c1a2d870 Merge branch 'master' into
state_transfer_metadata_clients_table
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