summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/members.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: use new-style formatting for named placeholdersrefactor/named-placeholdersNejc Habjan2021-11-081-6/+6
* refactor(objects): remove deprecated members.all() methodNejc Habjan2021-09-081-3/+2
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-1/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+2
* feat(objects): add support for billable membersNejc Habjan2021-05-251-0/+28
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-2/+2
* feat: add feature to get inherited member for project/groupOleksii Shkurupii2021-05-071-52/+20
* fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-271-1/+3
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-5/+13
* 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/+78