summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/epics.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Enable epic notesJohn Gunnison2022-07-191-0/+2
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-311-2/+2
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-311-2/+2
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-1/+1
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-1/+1
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-2/+2
* docs: only use type annotations for documentationNejc Habjan2021-11-281-1/+1
* chore: add type-hints to gitlab/v4/objects/epics.pyJohn L. Villalovos2021-11-211-2/+16
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-2/+2
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-1/+1
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-4/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+3
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-3/+3
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-1/+1
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-7/+9
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+10
* 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/+87