Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: send python-gitlab version as user-agentfeat/python-gitlab-agent | Max Wittig | 2019-10-24 | 1 | -1/+3 |
| | |||||
* | feat: add deployment creationfeat/deployment-create | Max Wittig | 2019-10-24 | 2 | -2/+47 |
| | | | | | | Added in GitLab 12.4 Fixes #917 | ||||
* | feat(test): unused unittest2, type -> isinstance | Cyril Jouve | 2019-10-13 | 7 | -64/+33 |
| | |||||
* | Merge pull request #904 from jouve/remove-cred-auth | Max Wittig | 2019-10-13 | 2 | -82/+1 |
|\ | | | | | remove deprecated session auth | ||||
| * | feat(auth): remove deprecated session auth | Cyril Jouve | 2019-10-12 | 2 | -82/+1 |
| | | |||||
* | | test: remove warning about open files from test_todo() | Derek Schrock | 2019-10-12 | 1 | -4/+5 |
|/ | | | | | | When running unittests python warns that the json file from test_todo() was still open. Use with to open, read, and create encoded json data that is used by resp_get_todo(). | ||||
* | fix: fix not working without authfix/non-auth | Max Wittig | 2019-10-07 | 1 | -8/+7 |
| | |||||
* | chore: bump to 1.12.0 | Max Wittig | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | test(submodules): correct test methodfeat/update_submodule | Max Wittig | 2019-10-06 | 1 | -4/+4 |
| | |||||
* | docs(project): add submodule docs | Max Wittig | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | feat(project): implement update_submodule | Sebastian Kratzert | 2019-10-06 | 2 | -0/+73 |
| | |||||
* | Merge pull request #892 from godaji/remove-unused-code | Max Wittig | 2019-10-06 | 4 | -6/+3 |
|\ | | | | | Remove unused code and simplify string format. | ||||
| * | refactor: remove unused code, simplify string format | godaji | 2019-10-06 | 4 | -6/+3 |
| | | |||||
* | | 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 |
| | |||||
* | test(todo): add unittests | Max Wittig | 2019-09-08 | 2 | -0/+121 |
| | |||||
* | style: format with black | Max Wittig | 2019-09-07 | 1 | -3/+1 |
| | |||||
* | test(status): add user status test | Max Wittig | 2019-09-07 | 1 | -10/+31 |
| | |||||
* | feat: add support for job token | Mathieu Parent | 2019-09-06 | 4 | -6/+45 |
| | | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage | ||||
* | 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 |
|/ | |||||
* | chore: bump package versionv1.11.0 | Max Wittig | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #865 from orf/retrieve-environment | Max Wittig | 2019-08-22 | 2 | -1/+31 |
|\ | | | | | feat: add methods to retrieve an individual project environment | ||||
| * | feat: add methods to retrieve an individual project environment | Tom Forbes | 2019-08-20 | 2 | -1/+31 |
| | | |||||
* | | 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 | 3 | -16/+30 |
| | | | | 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 | 2 | -2/+54 |
| | |||||
* | chore: bump package version to 1.10.0 | Max Wittig | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #838 from python-gitlab/pickle-fix | Max Wittig | 2019-07-21 | 2 | -1/+2 |
|\ | | | | | fix: improve pickle support | ||||
| * | fix: improve pickle support | bourgesl | 2019-07-21 | 2 | -1/+2 |
| | | |||||
* | | fix(cli): allow --recursive parameter in repository tree | xarx00 | 2019-07-21 | 1 | -1/+1 |
|/ | | | | | Fixes #718 Fixes #731 | ||||
* | Merge pull request #835 from python-gitlab/bugfix-717 | Max Wittig | 2019-07-21 | 3 | -5/+5 |
|\ | | | | | fix(cli): don't fail when the short print attr value is None | ||||
| * | fix(cli): don't fail when the short print attr value is None | xarx00 | 2019-07-21 | 3 | -5/+5 |
| | | | | | | | | | | Fixes #717 Fixes #727 | ||||
* | | fix(cli): fix update value for key not workingproject-variable-update | nateatkins | 2019-07-21 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #823 from jeroen92/rebase-mr | Max Wittig | 2019-07-21 | 2 | -0/+20 |
|\ | | | | | Resolve #822, add mr rebase | ||||
| * | feat: add mr rebase method | Jeroen Schutrup | 2019-07-11 | 2 | -0/+20 |
| | | |||||
* | | 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: bump version to 1.9.0feat/version-bump | Max Wittig | 2019-06-19 | 1 | -1/+1 |
| | |||||
* | feat: implement artifacts deletionfix/744/delete_artifacts | Gauvain Pocentek | 2019-06-10 | 1 | -0/+15 |
| | | | | Closes #744 | ||||
* | Merge pull request #785 from agustinhenze/add-pipeline-get-variables-endpoint | Max Wittig | 2019-06-10 | 1 | -1/+14 |
|\ | | | | | Add new endpoint to get the variables of a pipeline | ||||
| * | 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> |