summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/groups.py
Commit message (Expand)AuthorAgeFilesLines
* fix(objects): rename confusing `to_project_id` argumentNejc Habjan2021-09-111-3/+3
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-29/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+28
* feat(api): add group hooksIvan Sugonyak2021-06-261-0/+2
* feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-031-0/+2
* chore: apply suggestionsNejc Habjan2021-05-301-1/+1
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-301-0/+2
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+17
* feat(objects): add support for billable membersNejc Habjan2021-05-251-1/+6
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-6/+7
* feat: add feature to get inherited member for project/groupOleksii Shkurupii2021-05-071-1/+2
* Merge pull request #1420 from python-gitlab/fix/missing-list-attributesJohn Villalovos2021-05-061-1/+2
|\
| * fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-271-1/+2
* | fix(objects): add missing group attributesNejc Habjan2021-05-011-0/+9
|/
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-19/+19
* Merge pull request #1366 from JohnVillalovos/jlvillal/create_attrsNejc Habjan2021-04-171-7/+6
|\
| * chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-7/+6
* | feat(objects): add support for group audit events APIfeat/all-audit-eventsNejc Habjan2021-03-071-0/+2
|/
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+2
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-0/+8
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+286