summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* feat: send python-gitlab version as user-agentfeat/python-gitlab-agentMax Wittig2019-10-241-1/+3
|
* feat: add deployment creationfeat/deployment-createMax Wittig2019-10-242-2/+47
| | | | | | Added in GitLab 12.4 Fixes #917
* feat(test): unused unittest2, type -> isinstanceCyril Jouve2019-10-137-64/+33
|
* Merge pull request #904 from jouve/remove-cred-authMax Wittig2019-10-132-82/+1
|\ | | | | remove deprecated session auth
| * feat(auth): remove deprecated session authCyril Jouve2019-10-122-82/+1
| |
* | test: remove warning about open files from test_todo()Derek Schrock2019-10-121-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-authMax Wittig2019-10-071-8/+7
|
* chore: bump to 1.12.0Max Wittig2019-10-061-1/+1
|
* test(submodules): correct test methodfeat/update_submoduleMax Wittig2019-10-061-4/+4
|
* docs(project): add submodule docsMax Wittig2019-10-061-1/+1
|
* feat(project): implement update_submoduleSebastian Kratzert2019-10-062-0/+73
|
* Merge pull request #892 from godaji/remove-unused-codeMax Wittig2019-10-064-6/+3
|\ | | | | Remove unused code and simplify string format.
| * refactor: remove unused code, simplify string formatgodaji2019-10-064-6/+3
| |
* | 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
|
* test(todo): add unittestsMax Wittig2019-09-082-0/+121
|
* style: format with blackMax Wittig2019-09-071-3/+1
|
* test(status): add user status testMax Wittig2019-09-071-10/+31
|
* feat: add support for job tokenMathieu Parent2019-09-064-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-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
|/
* chore: bump package versionv1.11.0Max Wittig2019-08-311-1/+1
|
* Merge pull request #865 from orf/retrieve-environmentMax Wittig2019-08-222-1/+31
|\ | | | | feat: add methods to retrieve an individual project environment
| * feat: add methods to retrieve an individual project environmentTom Forbes2019-08-202-1/+31
| |
* | 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-143-16/+30
| | | | 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-262-2/+54
|
* chore: bump package version to 1.10.0Max Wittig2019-07-221-1/+1
|
* Merge pull request #838 from python-gitlab/pickle-fixMax Wittig2019-07-212-1/+2
|\ | | | | fix: improve pickle support
| * fix: improve pickle supportbourgesl2019-07-212-1/+2
| |
* | fix(cli): allow --recursive parameter in repository treexarx002019-07-211-1/+1
|/ | | | | Fixes #718 Fixes #731
* Merge pull request #835 from python-gitlab/bugfix-717Max Wittig2019-07-213-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 Nonexarx002019-07-213-5/+5
| | | | | | | | | | Fixes #717 Fixes #727
* | fix(cli): fix update value for key not workingproject-variable-updatenateatkins2019-07-211-0/+2
|/
* Merge pull request #823 from jeroen92/rebase-mrMax Wittig2019-07-212-0/+20
|\ | | | | Resolve #822, add mr rebase
| * feat: add mr rebase methodJeroen Schutrup2019-07-112-0/+20
| |
* | 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: bump version to 1.9.0feat/version-bumpMax Wittig2019-06-191-1/+1
|
* feat: implement artifacts deletionfix/744/delete_artifactsGauvain Pocentek2019-06-101-0/+15
| | | | Closes #744
* Merge pull request #785 from agustinhenze/add-pipeline-get-variables-endpointMax Wittig2019-06-101-1/+14
|\ | | | | Add new endpoint to get the variables of a pipeline
| * 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>