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