You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update crowd.py
- Add a new function `user_groups` used to get specify user's all group info
- Introduce new dependencies `jmespath` which is used for search string in json, for more info, read: [JMESPath Tutorial — JMESPath](https://jmespath.org/tutorial.html)
* Add more Crowd functions
- Using universal request to get user's group, controled by `kind` param
- Using universal request to get group's member, controled by `kind` param
- Add a new function to determine whether the user is a member of a group
* Update crowd.py
- Add a parameter `max_results` has prevented insufficient results from being returned, the server default is `1000`
* Update requirements.txt
- Sync latest requirements
* Update .readthedocs.yml
- Add a config parameter: `build.os` try to fix RTD docs build error
* Update .readthedocs.yml
- Add build config to fix RTD doc build error
* Update requirements-dev.txt
- Add `jmespath` into it.
* Update crowd.rst
- Add new functions' doc
* Update setup.py
- Introduce a new dependency package: `jmespath`
* Update crowd.py
- Using black to format code, replace pylint.
---------
Co-authored-by: zhouruixi <[email protected]>
0 commit comments