summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Expand)AuthorAgeFilesLines
...
* chore(objects): remove non-existing trigger ownership methodNejc Habjan2021-10-081-17/+1
* Merge pull request #1515 from JohnVillalovos/jlvillal/mypy_v4_obj_usersNejc Habjan2021-10-061-8/+15
|\
| * chore: add type-hints to gitlab/v4/objects/users.pyJohn L. Villalovos2021-09-071-8/+15
* | refactor(objects): remove deprecated branch protect methodsNejc Habjan2021-10-061-46/+0
* | fix(api): replace deprecated attribute in delete_in_bulk() (#1536)antti-mikael2021-10-061-11/+13
* | docs: fix a few typosTim Gates2021-09-196-8/+8
* | feat(objects): support Create and Revoke personal access token APINejc Habjan2021-09-132-4/+21
* | fix(objects): rename confusing `to_project_id` argumentNejc Habjan2021-09-111-3/+3
* | refactor(objects): remove deprecated constants defined in objectsNejc Habjan2021-09-111-11/+0
* | refactor(objects): remove deprecated tag release APINejc Habjan2021-09-081-37/+0
* | refactor(objects): remove deprecated project.issuesstatisticsNejc Habjan2021-09-081-1/+0
* | refactor(objects): remove deprecated members.all() methodNejc Habjan2021-09-081-3/+2
* | refactor(objects): remove deprecated pipelines() methodNejc Habjan2021-09-081-29/+0
* | chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-0818-162/+1
* | chore: improve type-hinting for managersJohn L. Villalovos2021-09-0719-18/+172
|/
* docs: correct documented return typeJohn L. Villalovos2021-09-021-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
* 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-142-12/+20
* | feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-132-19/+43
* | chore: add type-hints to gitlab/v4/objects/projects.pyJohn L. Villalovos2021-06-121-49/+114
* | chore: sync create and update attributes for ProjectsJohn L. Villalovos2021-06-031-81/+99
* | feat: add keys endpointBen Brown2021-06-032-0/+27
* | feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-032-0/+20
* | 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-311-1/+1
* | feat(objects): add support for generic packages APINejc Habjan2021-05-312-1/+116
|/
* feat(api): add deployment mergerequests interfaceLudwig Weiss2021-05-302-3/+34
* chore: apply suggestionsNejc Habjan2021-05-302-2/+3
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-302-0/+25
* 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
* chore: use built-in function issubclass() instead of getmro()John L. Villalovos2021-05-281-12/+10
* fix: change mr.merge() to use 'post_data'John L. Villalovos2021-05-251-1/+1
* feat(objects): add support for billable membersNejc Habjan2021-05-252-1/+34
* chore: fix import ordering using isortJohn L. Villalovos2021-05-2558-96/+61
* fix(cli): fix parsing CLI objects to classnamesNejc Habjan2021-05-151-2/+2
* feat: add feature to get inherited member for project/groupOleksii Shkurupii2021-05-073-54/+24
* Merge pull request #1420 from python-gitlab/fix/missing-list-attributesJohn Villalovos2021-05-0610-12/+62
|\
| * fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-2710-12/+62