summaryrefslogtreecommitdiff
path: root/gitlab/types.py
Commit message (Expand)AuthorAgeFilesLines
* chore: consolidate license and authorsNejc Habjan2022-08-041-17/+0
* fix: use the [] after key names for array variables in `params`John L. Villalovos2022-07-271-7/+15
* chore: enable pylint check: "no-self-use"John L. Villalovos2022-06-041-2/+4
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-311-1/+28
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-311-0/+1
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+8
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-301-1/+14
* chore: remove old-style classesNejc Habjan2022-01-231-1/+1
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-1/+1
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-1/+1
* chore: mypy: Disallow untyped definitionsJohn L. Villalovos2021-04-271-9/+13
* feat: add support for lists of integers to ListAttributeJohn L. Villalovos2021-04-251-1/+1
* fix(types): do not split single value string in ListAttributefix/listattribute-get-api-splits-stringNejc Habjan2020-03-281-0/+4
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-2/+2
* Add support for user avatar uploadGauvain Pocentek2018-05-211-0/+10
* Implement attribute types to handle special casesGauvain Pocentek2018-03-171-0/+46