summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/issues.py
Commit message (Expand)AuthorAgeFilesLines
* feat: add resource iteration events (see https://docs.gitlab.com/ee/api/resou...Oliver Blasius2022-12-041-0/+2
* feat(issues): add support for issue reorder APINejc Habjan2022-07-241-1/+33
* 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
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-2/+2
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-301-12/+3
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-3/+12
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-3/+3
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-3/+3
* docs: only use type annotations for documentationNejc Habjan2021-11-281-2/+2
* chore: add type-hints to gitlab/v4/objects/issues.pyJohn L. Villalovos2021-11-211-6/+33
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-3/+3
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-3/+3
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-9/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+8
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-3/+4
* fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-271-2/+2
* fix: iids not working as a list in projects.issues.list()John L. Villalovos2021-04-271-1/+1
* Merge pull request #1397 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-231-4/+4
|\
| * chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-4/+4
* | feat(objects): add support for resource state events APINejc Habjan2021-04-181-0/+2
|/
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-8/+7
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+15
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-1/+14
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+229