summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/pipelines.py
Commit message (Expand)AuthorAgeFilesLines
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-261-2/+2
* refactor: remove no-op id argument in GetWithoutIdMixinNejc Habjan2022-06-251-8/+4
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
* chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-301-6/+4
* feat(object): add pipeline test report summary supportkinbald2022-03-071-0/+20
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-4/+4
* chore: add get() methods for GetWithoutIdMixin based classesjlvillal/get_without_idJohn L. Villalovos2021-12-081-0/+5
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-1/+1
* docs: only use type annotations for documentationNejc Habjan2021-11-281-1/+1
* chore: add type-hints to gitlab/v4/objects/pipelines.pyJohn L. Villalovos2021-11-211-6/+30
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-11/+8
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-4/+4
* 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