summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/jobs.py
Commit message (Expand)AuthorAgeFilesLines
* fix: support array types for most resourcesNejc Habjan2022-07-281-0/+2
* feat: add support for filtering jobs by scopeNick Brown2022-07-211-0/+1
* refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-271-6/+13
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-261-6/+6
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-6/+17
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-9/+9
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-3/+3
* docs: only use type annotations for documentationNejc Habjan2021-11-281-10/+10
* chore: add type-hints to gitlab/v4/objects/jobs.pyJohn L. Villalovos2021-11-211-14/+55
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-9/+9
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-2/+2
* fix(objects): return server data in cancel/retry methodsNejc Habjan2021-05-021-2/+2
* fix: add a check to ensure the MRO is correctJohn L. Villalovos2021-04-241-1/+1
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+2
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-1/+7
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+184