summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_groups.py
Commit message (Collapse)AuthorAgeFilesLines
* Close-out `master` branchjlvillal/dead_masterJohn L. Villalovos2021-11-291-223/+0
| | | | | Until we delete the `master` branch, delete all content except a short README that tells people to use the `main` branch.
* refactor(objects): remove deprecated members.all() methodNejc Habjan2021-09-081-1/+0
| | | | | BREAKING CHANGE: remove deprecated members.all() method in favor of members_all.list()
* chore: skip EE test case in functional testsNejc Habjan2021-06-271-0/+1
|
* feat(api): add group hooksIvan Sugonyak2021-06-261-0/+12
|
* feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-031-0/+15
| | | feat(objects): add support for Group wikis
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+1
|
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+195
Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: https://github.com/python-gitlab/python-gitlab/discussions/1468