summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/pipelines.py
Commit message (Expand)AuthorAgeFilesLines
* refactor(objects): remove deprecated pipelines() methodNejc Habjan2021-09-081-29/+0
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-7/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-2/+7
* feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-131-0/+41
* fix(cli): add missing list filter for jobsNejc Habjan2021-05-291-1/+1
* feat(objects): add pipeline test report supportRaphaƫl Monat2021-05-291-0/+14
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-2/+1
* 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: 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-6/+10
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+12
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-0/+16
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+174