summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/releases.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-2/+2
* chore: enforce type-hints on most files in gitlab/v4/objects/jlvillal/mypy_small_files_1John L. Villalovos2021-11-081-0/+12
* 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
* fix(api): do not require Release name for creationEric Davies2021-07-271-1/+1
* feat(release): allow to update releasePierre Paques2021-06-261-3/+6
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
* fix: add a check to ensure the MRO is correctJohn L. Villalovos2021-04-241-1/+1
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-2/+0
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-4/+8
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+2
* feat(objects): add Release Links API supportNejc Habjan2021-02-211-0/+36