summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/issues.py
Commit message (Expand)AuthorAgeFilesLines
* 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