summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* refactor(objects): remove deprecated members.all() methodchore/remove-members-allNejc Habjan2021-09-082-51/+2
* feat: default to gitlab.com if no URL givenNejc Habjan2021-09-082-3/+16
* Merge pull request #1486 from JohnVillalovos/jlvillal/prohibit_redirectionNejc Habjan2021-09-081-19/+25
|\
| * fix!: raise error if there is a 301/302 redirectionJohn L. Villalovos2021-09-081-19/+25
* | chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-0819-167/+14
* | chore: improve type-hinting for managersJohn L. Villalovos2021-09-0720-20/+175
|/
* docs: correct documented return typeJohn L. Villalovos2021-09-021-1/+1
* feat: allow global retry_transient_errors setupKarun Japhet2021-08-292-4/+22
* chore: release v2.10.1v2.10.1github-actions2021-08-281-1/+1
* fix(mixins): improve deprecation warningMax Wittig2021-08-131-1/+1
* chore: release v2.10.0v2.10.0github-actions2021-07-281-1/+1
* fix(api): do not require Release name for creationEric Davies2021-07-271-1/+1
* feat(api): add merge_ref for merge requestsMatej Focko2021-07-211-0/+15
* feat(api): add `name_regex_keep` attribute in `delete_in_bulk()`Antti Tanhuanpää2021-06-291-7/+9
* chore: release v2.9.0v2.9.0github-actions2021-06-281-1/+1
* Merge pull request #1533 from sugonyak/add-group-hooksNejc Habjan2021-06-272-0/+54
|\
| * feat(api): add group hooksIvan Sugonyak2021-06-262-0/+54
* | feat(release): allow to update releasePierre Paques2021-06-261-3/+6
* | 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
* | docs: make Gitlab class usable for intersphinxNejc Habjan2021-06-143-12/+53
* | feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-133-20/+45
* | chore: add type-hints to gitlab/v4/objects/projects.pyJohn L. Villalovos2021-06-121-49/+114
* | chore: release v2.8.0v2.8.0github-actions2021-06-101-1/+1
* | fix: catch invalid type used to initialize RESTObjectJohn L. Villalovos2021-06-101-0/+7
* | chore: sync create and update attributes for ProjectsJohn L. Villalovos2021-06-031-81/+99
* | feat: add keys endpointBen Brown2021-06-033-0/+28
* | feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-032-0/+20
* | Merge pull request #1478 from benjamb/benbrown/keep-containersNejc Habjan2021-06-012-2/+2
|\ \
| * | fix: ensure kwargs are passed appropriately for ObjectDeleteMixinBen Brown2021-06-011-1/+1
| * | docs: fix typo in http_delete docstringBen Brown2021-06-011-1/+1
* | | Merge pull request #1483 from JohnVillalovos/jlvillal/mypy_cliNejc Habjan2021-06-011-39/+120
|\ \ \ | |/ / |/| |
| * | chore: add type-hints to gitlab/v4/cli.pyJohn L. Villalovos2021-05-311-39/+120
| |/
* | chore: add missing optional create parameter for approval_rulesJohn L. Villalovos2021-05-311-1/+2
* | chore: apply typing suggestionsNejc Habjan2021-05-312-8/+12
* | feat(objects): add support for generic packages APINejc Habjan2021-05-313-30/+157
|/
* feat(api): add deployment mergerequests interfaceLudwig Weiss2021-05-302-3/+34
* chore: apply suggestionsNejc Habjan2021-05-303-3/+4
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-303-0/+26
* feat(objects): add support for descendant groups APINejc Habjan2021-05-291-0/+17
* 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
* Merge pull request #1481 from JohnVillalovos/jlvillal/no_getmroNejc Habjan2021-05-291-12/+10
|\
| * chore: use built-in function issubclass() instead of getmro()John L. Villalovos2021-05-281-12/+10
* | Merge pull request #1474 from JohnVillalovos/jlvillal/mv_unit_testsNejc Habjan2021-05-2955-5852/+0
|\ \
| * | chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-2655-5852/+0
| |/
* | chore: correct a type-hintJohn L. Villalovos2021-05-281-1/+2
|/
* fix: change mr.merge() to use 'post_data'John L. Villalovos2021-05-251-1/+1
* feat(objects): add support for billable membersNejc Habjan2021-05-253-1/+92