Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(objects): remove deprecated members.all() method | Nejc Habjan | 2021-09-08 | 1 | -1/+0 |
| | | | | | BREAKING CHANGE: remove deprecated members.all() method in favor of members_all.list() | ||||
* | chore: skip EE test case in functional tests | Nejc Habjan | 2021-06-27 | 1 | -0/+1 |
| | |||||
* | feat(api): add group hooks | Ivan Sugonyak | 2021-06-26 | 1 | -0/+12 |
| | |||||
* | feat(objects): add support for Group wikis (#1484) | Simon Pamies | 2021-06-03 | 1 | -0/+15 |
| | | | feat(objects): add support for Group wikis | ||||
* | feat(objects): add support for descendant groups API | Nejc Habjan | 2021-05-29 | 1 | -0/+1 |
| | |||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -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 |