summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Collapse)AuthorAgeFilesLines
* feat: add deployment creationfeat/deployment-createMax Wittig2019-10-241-2/+3
| | | | | | Added in GitLab 12.4 Fixes #917
* docs(project): add submodule docsMax Wittig2019-10-061-1/+1
|
* feat(project): implement update_submoduleSebastian Kratzert2019-10-061-0/+23
|
* feat(project): add file blame apiVincent Lae2019-10-041-0/+22
| | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
* fix(cli): fix cli command user-project listSergey Bondarev2019-09-271-2/+4
|
* fix(labels): don't mangle label name on updateMathieu Parent2019-09-241-2/+4
|
* fix(todo): mark_all_as_done doesn't return anythingMax Wittig2019-09-081-4/+0
|
* Merge pull request #875 from python-gitlab/feat/status-apiMax Wittig2019-09-051-0/+35
|\ | | | | feat(user): add status api
| * feat(user): add status apiMax Wittig2019-09-051-0/+35
| |
* | test: re-enabled py_func_v4 testMax Wittig2019-09-051-80/+40
|/
* Merge pull request #865 from orf/retrieve-environmentMax Wittig2019-08-221-1/+1
|\ | | | | feat: add methods to retrieve an individual project environment
| * feat: add methods to retrieve an individual project environmentTom Forbes2019-08-201-1/+1
| |
* | fix(projects): avatar uploading for projectsRavan Scafi2019-08-141-0/+1
|/
* fix: remove empty list default argumentsFrantisek Lachman2019-08-141-2/+7
| | | | Signed-off-by: Frantisek Lachman <flachman@redhat.com>
* fix: remove empty dict default argumentsFrantisek Lachman2019-08-141-8/+12
| | | | Signed-off-by: Frantisek Lachman <flachman@redhat.com>
* fix: add project and group label update without id to fix cliAlberto López Martín2019-07-261-0/+22
|
* feat: group labels with subscriptable mixinAlberto López Martín2019-07-261-0/+48
|
* fix(cli): allow --recursive parameter in repository treexarx002019-07-211-1/+1
| | | | | Fixes #718 Fixes #731
* fix(cli): don't fail when the short print attr value is Nonexarx002019-07-211-2/+2
| | | | | Fixes #717 Fixes #727
* Merge pull request #823 from jeroen92/rebase-mrMax Wittig2019-07-211-0/+16
|\ | | | | Resolve #822, add mr rebase
| * feat: add mr rebase methodJeroen Schutrup2019-07-111-0/+16
| |
* | style: format with black againMax Wittig2019-07-201-3/+16
| |
* | feat: get artifact by ref and jobJeff Groom2019-07-111-0/+32
|/
* Merge pull request #803 from python-gitlab/feat/related_mrMax Wittig2019-07-011-0/+18
|\ | | | | feat: add support for issue.related_merge_requests
| * feat: add support for issue.related_merge_requestsfeat/related_mrGauvain Pocentek2019-06-201-0/+18
| | | | | | | | Closes #794
* | feat: add support for board updatefeat/update_boardGauvain Pocentek2019-06-201-4/+4
|/ | | | Closes #801
* feat: implement artifacts deletionfix/744/delete_artifactsGauvain Pocentek2019-06-101-0/+15
| | | | Closes #744
* feat: add endpoint to get the variables of a pipelineAgustin Henze2019-06-101-1/+14
| | | | | | It adds a new endpoint which was released in the Gitlab CE 11.11. Signed-off-by: Agustin Henze <tin@redhat.com>
* refactor: format everything blackrefactor/blackMax Wittig2019-05-162-1298/+1793
|
* Revert "Custom cli actions fix"revert-760-custom_cli_actions_fixMax Wittig2019-05-101-5/+5
|
* Merge pull request #760 from kkoralsky/custom_cli_actions_fixMax Wittig2019-05-101-5/+5
|\ | | | | Custom cli actions fix
| * fix -/_ replacament for *Manager custom actionsKarol Ossowski2019-04-241-3/+3
| |
| * dont ask for id attr if this is *Manager originating custom actionKarol Ossowski2019-04-241-2/+2
| |
* | whitespacesKarol Ossowski2019-05-021-1/+3
| |
* | fix docstring & improve coding styleKarol Ossowski2019-05-011-3/+3
| |
* | register cli action for delete_in_bulkKarol Ossowski2019-05-011-0/+1
| |
* | fix repository_id marshaling in cliKarol Ossowski2019-05-011-1/+1
| |
* | merged new release & registry apisKarol Ossowski2019-05-011-0/+41
| |
* | fix: pep8 errorsGauvain Pocentek2019-05-011-1/+2
| | | | | | | | Errors have not been detected by broken travis runs.
* | Use NoUpdateMixin for nowKris Gambirazzi2019-03-271-1/+1
| |
* | add project releases apiKris Gambirazzi2019-03-271-0/+12
|/
* feat(GitLab Update): delete ProjectPipeline (#736)gouglhupf2019-03-211-2/+3
| | | | | | * feat(GitLab Update): delete ProjectPipeline As of Gitlab 11.6 it is now possible to delete a pipeline - https://docs.gitlab.com/ee/api/pipelines.html#delete-a-pipeline
* Fix for #716: %d replaced by %sxarx002019-03-051-10/+10
|
* fix(api): Make *MemberManager.all() return a list of objectsfix/699Gauvain Pocentek2019-03-031-2/+4
| | | | Fixes #699
* fix: re-add merge request pipelinesfix/wrong-rebaseMax Wittig2019-01-261-0/+19
|
* Merge branch 'master' into masterJoost Evertse2019-01-212-32/+237
|\
| * fix(api): Don't try to parse raw downloadsfix/683/raw_downloadGauvain Pocentek2019-01-191-10/+11
| | | | | | | | | | | | | | | | | | | | | | http_get always tries to interpret the retrieved data if the content-type is json. In some cases (artifact download for instance) this is not the expected behavior. This patch changes http_get and download methods to always get the raw data without parsing. Closes #683
| * Add access control options to protected branch creationEric Sabouraud2018-12-071-1/+4
| |
| * Merge pull request #625 from python-gitlab/fix/611/resource_label_eventMax Wittig2018-11-281-1/+39
| |\ | | | | | | Add support to resource label events
| | * Add support to resource label eventsfix/611/resource_label_eventGauvain Pocentek2018-11-221-1/+39
| | | | | | | | | | | | Closes #611