summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/merge_requests.py
Commit message (Expand)AuthorAgeFilesLines
* fix: use POST method and return dict in `cancel_merge_when_pipeline_succeeds(...John Villalovos2022-10-311-7/+8
* feat: Add reset_approvals apiLucas Zampieri2022-09-261-0/+18
* fix(cli): add missing attributes for creating MRsNejc Habjan2022-09-231-3/+6
* fix(cli): add missing attribute for MR changesNejc Habjan2022-09-231-1/+1
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-291-6/+2
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-301-7/+7
* style: use literals to declare data structuresNejc Habjan2022-01-231-2/+2
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-11/+11
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-9/+9
* fix: remove default arguments for mergerequests.merge()John L. Villalovos2022-01-081-4/+4
* chore: add and document optional parameters for get MRjlvillal/rebase_in_progressJohn L. Villalovos2021-12-231-0/+5
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-3/+3
* docs: only use type annotations for documentationNejc Habjan2021-11-281-12/+12
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-151-0/+5
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-4/+4
* chore: add type-hints to gitlab/v4/objects/merge_requests.pyjlvillal/mypy_merge_requestsJohn L. Villalovos2021-11-061-17/+50
* docs: add links to the GitLab API docsjlvillal/merge_requests_apiJohn L. Villalovos2021-11-051-0/+9
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-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