summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/members.py
Commit message (Expand)AuthorAgeFilesLines
* fix: support array types for most resourcesNejc Habjan2022-07-281-4/+12
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-5/+5
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-301-2/+2
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-2/+2
* fix(members): use new *All objects for *AllManager managersJohn L. Villalovos2022-01-131-6/+16
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-151-0/+22
* refactor: use new-style formatting for 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