Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add deployment creationfeat/deployment-create | Max Wittig | 2019-10-24 | 1 | -2/+3 |
| | | | | | | Added in GitLab 12.4 Fixes #917 | ||||
* | docs(project): add submodule docs | Max Wittig | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | feat(project): implement update_submodule | Sebastian Kratzert | 2019-10-06 | 1 | -0/+23 |
| | |||||
* | feat(project): add file blame api | Vincent Lae | 2019-10-04 | 1 | -0/+22 |
| | | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository | ||||
* | fix(cli): fix cli command user-project list | Sergey Bondarev | 2019-09-27 | 1 | -2/+4 |
| | |||||
* | fix(labels): don't mangle label name on update | Mathieu Parent | 2019-09-24 | 1 | -2/+4 |
| | |||||
* | fix(todo): mark_all_as_done doesn't return anything | Max Wittig | 2019-09-08 | 1 | -4/+0 |
| | |||||
* | Merge pull request #875 from python-gitlab/feat/status-api | Max Wittig | 2019-09-05 | 1 | -0/+35 |
|\ | | | | | feat(user): add status api | ||||
| * | feat(user): add status api | Max Wittig | 2019-09-05 | 1 | -0/+35 |
| | | |||||
* | | test: re-enabled py_func_v4 test | Max Wittig | 2019-09-05 | 1 | -80/+40 |
|/ | |||||
* | Merge pull request #865 from orf/retrieve-environment | Max Wittig | 2019-08-22 | 1 | -1/+1 |
|\ | | | | | feat: add methods to retrieve an individual project environment | ||||
| * | feat: add methods to retrieve an individual project environment | Tom Forbes | 2019-08-20 | 1 | -1/+1 |
| | | |||||
* | | fix(projects): avatar uploading for projects | Ravan Scafi | 2019-08-14 | 1 | -0/+1 |
|/ | |||||
* | fix: remove empty list default arguments | Frantisek Lachman | 2019-08-14 | 1 | -2/+7 |
| | | | | Signed-off-by: Frantisek Lachman <flachman@redhat.com> | ||||
* | fix: remove empty dict default arguments | Frantisek Lachman | 2019-08-14 | 1 | -8/+12 |
| | | | | Signed-off-by: Frantisek Lachman <flachman@redhat.com> | ||||
* | fix: add project and group label update without id to fix cli | Alberto López Martín | 2019-07-26 | 1 | -0/+22 |
| | |||||
* | feat: group labels with subscriptable mixin | Alberto López Martín | 2019-07-26 | 1 | -0/+48 |
| | |||||
* | fix(cli): allow --recursive parameter in repository tree | xarx00 | 2019-07-21 | 1 | -1/+1 |
| | | | | | Fixes #718 Fixes #731 | ||||
* | fix(cli): don't fail when the short print attr value is None | xarx00 | 2019-07-21 | 1 | -2/+2 |
| | | | | | Fixes #717 Fixes #727 | ||||
* | Merge pull request #823 from jeroen92/rebase-mr | Max Wittig | 2019-07-21 | 1 | -0/+16 |
|\ | | | | | Resolve #822, add mr rebase | ||||
| * | feat: add mr rebase method | Jeroen Schutrup | 2019-07-11 | 1 | -0/+16 |
| | | |||||
* | | style: format with black again | Max Wittig | 2019-07-20 | 1 | -3/+16 |
| | | |||||
* | | feat: get artifact by ref and job | Jeff Groom | 2019-07-11 | 1 | -0/+32 |
|/ | |||||
* | Merge pull request #803 from python-gitlab/feat/related_mr | Max Wittig | 2019-07-01 | 1 | -0/+18 |
|\ | | | | | feat: add support for issue.related_merge_requests | ||||
| * | feat: add support for issue.related_merge_requestsfeat/related_mr | Gauvain Pocentek | 2019-06-20 | 1 | -0/+18 |
| | | | | | | | | Closes #794 | ||||
* | | feat: add support for board updatefeat/update_board | Gauvain Pocentek | 2019-06-20 | 1 | -4/+4 |
|/ | | | | Closes #801 | ||||
* | feat: implement artifacts deletionfix/744/delete_artifacts | Gauvain Pocentek | 2019-06-10 | 1 | -0/+15 |
| | | | | Closes #744 | ||||
* | feat: add endpoint to get the variables of a pipeline | Agustin Henze | 2019-06-10 | 1 | -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/black | Max Wittig | 2019-05-16 | 2 | -1298/+1793 |
| | |||||
* | Revert "Custom cli actions fix"revert-760-custom_cli_actions_fix | Max Wittig | 2019-05-10 | 1 | -5/+5 |
| | |||||
* | Merge pull request #760 from kkoralsky/custom_cli_actions_fix | Max Wittig | 2019-05-10 | 1 | -5/+5 |
|\ | | | | | Custom cli actions fix | ||||
| * | fix -/_ replacament for *Manager custom actions | Karol Ossowski | 2019-04-24 | 1 | -3/+3 |
| | | |||||
| * | dont ask for id attr if this is *Manager originating custom action | Karol Ossowski | 2019-04-24 | 1 | -2/+2 |
| | | |||||
* | | whitespaces | Karol Ossowski | 2019-05-02 | 1 | -1/+3 |
| | | |||||
* | | fix docstring & improve coding style | Karol Ossowski | 2019-05-01 | 1 | -3/+3 |
| | | |||||
* | | register cli action for delete_in_bulk | Karol Ossowski | 2019-05-01 | 1 | -0/+1 |
| | | |||||
* | | fix repository_id marshaling in cli | Karol Ossowski | 2019-05-01 | 1 | -1/+1 |
| | | |||||
* | | merged new release & registry apis | Karol Ossowski | 2019-05-01 | 1 | -0/+41 |
| | | |||||
* | | fix: pep8 errors | Gauvain Pocentek | 2019-05-01 | 1 | -1/+2 |
| | | | | | | | | Errors have not been detected by broken travis runs. | ||||
* | | Use NoUpdateMixin for now | Kris Gambirazzi | 2019-03-27 | 1 | -1/+1 |
| | | |||||
* | | add project releases api | Kris Gambirazzi | 2019-03-27 | 1 | -0/+12 |
|/ | |||||
* | feat(GitLab Update): delete ProjectPipeline (#736) | gouglhupf | 2019-03-21 | 1 | -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 %s | xarx00 | 2019-03-05 | 1 | -10/+10 |
| | |||||
* | fix(api): Make *MemberManager.all() return a list of objectsfix/699 | Gauvain Pocentek | 2019-03-03 | 1 | -2/+4 |
| | | | | Fixes #699 | ||||
* | fix: re-add merge request pipelinesfix/wrong-rebase | Max Wittig | 2019-01-26 | 1 | -0/+19 |
| | |||||
* | Merge branch 'master' into master | Joost Evertse | 2019-01-21 | 2 | -32/+237 |
|\ | |||||
| * | fix(api): Don't try to parse raw downloadsfix/683/raw_download | Gauvain Pocentek | 2019-01-19 | 1 | -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 creation | Eric Sabouraud | 2018-12-07 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #625 from python-gitlab/fix/611/resource_label_event | Max Wittig | 2018-11-28 | 1 | -1/+39 |
| |\ | | | | | | | Add support to resource label events | ||||
| | * | Add support to resource label eventsfix/611/resource_label_event | Gauvain Pocentek | 2018-11-22 | 1 | -1/+39 |
| | | | | | | | | | | | | Closes #611 |