summaryrefslogtreecommitdiff
path: root/tests/unit/objects/test_groups.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(group): add support for group restore APIMahadevan Karthi2023-01-181-0/+17
|
* feat: add support for SAML group links (#2367)Abhishek Singh2022-11-221-1/+113
|
* feat(groups): add LDAP link manager and deprecate old API endpointsNejc Habjan2022-11-171-4/+4
|
* feat(groups): add support for listing ldap_group_links (#2371)Ray2022-11-161-0/+27
|
* feat(groups): add support for shared projects APINejc Habjan2022-07-261-0/+38
|
* feat: add support for group push rulesO'Keefe, Gerard (Gerry)2022-07-041-0/+103
| | | | | | Add the GroupPushRules and GroupPushRulesManager classes. Closes: #1259
* test(groups): enable group transfer testsNejc Habjan2022-01-131-3/+2
|
* feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-131-2/+23
|
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+58
|
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+97
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.