summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/merge_requests.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: use f-strings for string formattingrefactor/f-stringsNejc Habjan2021-11-021-12/+11
* feat(api): add merge request approval stateJacob Henner2021-10-191-0/+2
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-12/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-1/+11
* feat(api): add merge_ref for merge requestsMatej Focko2021-07-211-0/+15
* Merge pull request #1396 from spyoungtech/merge_request_reviewersNejc Habjan2021-06-261-0/+2
|\
| * feat(api): remove responsibility for API inconsistencies for MR reviewersSpencer Phillip Young2021-06-161-16/+0
| * feat(api): add support for creating/editing reviewers in project merge requestsSpencer Young2021-05-311-0/+18
* | feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-131-19/+2
|/
* feat(api): add deployment mergerequests interfaceLudwig Weiss2021-05-301-1/+23
* fix: change mr.merge() to use 'post_data'John L. Villalovos2021-05-251-1/+1
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-9/+10
* fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-271-3/+23
* Merge pull request #1397 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-231-5/+5
|\
| * chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-5/+5
* | fix: argument type was not a tuple as expectedJohn L. Villalovos2021-04-181-1/+1
* | 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-7/+6
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+12
* fix: honor parameter value passedJonathan Vogt2021-02-151-2/+2
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-0/+12
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+375