summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: send python-gitlab version as user-agentfeat/python-gitlab-agentMax Wittig2019-10-241-1/+3
|
* Merge pull request #920 from python-gitlab/feat/deployment-createRoger Meier2019-10-243-2/+63
|\ | | | | feat: add deployment creation
| * feat: add deployment creationfeat/deployment-createMax Wittig2019-10-243-2/+63
|/ | | | | | Added in GitLab 12.4 Fixes #917
* Merge pull request #916 from python-gitlab/chore/add-test-to-distMax Wittig2019-10-221-0/+1
|\ | | | | chore(dist): add test data
| * chore(dist): add test dataRoger Meier2019-10-221-0/+1
|/ | | | Closes #907
* Merge pull request #914 from terminalmage/issue913Roger Meier2019-10-211-2/+1
|\ | | | | Remove inaccurate projects.get() example
| * docs: projects get requires idErik Johnson2019-10-211-2/+1
|/ | | | | Also, add an example value for project_id to the other projects.get() example.
* Merge pull request #911 from xdavidwu/fix-project-docMax Wittig2019-10-161-1/+1
|\ | | | | docs(project): fix group project example
| * docs(project): fix group project examplexdavidwu2019-10-161-1/+1
|/ | | GroupManager.search is removed since 9a66d78, use list(search='keyword') instead
* Merge pull request #906 from jouve/test-cleanupMax Wittig2019-10-137-64/+33
|\ | | | | unused unittest2, type -> isinstance
| * 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
| |
* | Merge pull request #908 from derekschrock/todo-units-testMax Wittig2019-10-131-4/+5
|\ \ | | | | | | Remove warning about open files from test_todo()
| * | 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().
* | Merge pull request #905 from jouve/doc-v3Max Wittig2019-10-131-5/+4
|\ \ | |/ |/| remove references to api v3 in docs
| * feat(doc): remove refs to api v3 in docsCyril Jouve2019-10-121-5/+4
|/
* Merge pull request #901 from python-gitlab/fix/non-authv1.12.1Max Wittig2019-10-071-8/+7
|\ | | | | fix: fix not working without auth
| * fix: fix not working without authfix/non-authMax Wittig2019-10-071-8/+7
|/
* Merge pull request #899 from python-gitlab/chore/package-versionv1.12.0Max Wittig2019-10-061-1/+1
|\ | | | | chore: bump to 1.12.0
| * chore: bump to 1.12.0Max Wittig2019-10-061-1/+1
|/
* Merge pull request #898 from python-gitlab/feat/update_submoduleMax Wittig2019-10-063-0/+82
|\ | | | | Feat/update submodule
| * test(submodules): correct test methodfeat/update_submoduleMax Wittig2019-10-061-4/+4
| |
| * docs(project): add submodule docsMax Wittig2019-10-062-1/+10
| |
| * feat(project): implement update_submoduleSebastian Kratzert2019-10-062-0/+73
|/
* Merge pull request #897 from python-gitlab/refactor/remove-obsolete-imageMax Wittig2019-10-062-45/+0
|\ | | | | refactor: remove obsolete test image
| * refactor: remove obsolete test imageMax Wittig2019-10-062-45/+0
| | | | | | | | Follow up of #896
* | 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
| |
* | Merge pull request #896 from jouve/fix-functionnal-testMax Wittig2019-10-064-70/+114
|\ \ | | | | | | improve functionnal tests
| * | feat(ci): improve functionnal testsCyril Jouve2019-10-064-70/+114
| | |
* | | Merge pull request #894 from minitux/masterMax Wittig2019-10-053-0/+28
|\ \ \ | |/ / | | / | |/ |/| feat (project): add file blame api
| * feat(project): add file blame apiVincent Lae2019-10-043-0/+28
|/ | | | https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
* Merge pull request #891 from python-gitlab/docs/project-note-listMax Wittig2019-10-021-0/+5
|\ | | | | docs(projects): add note about project list
| * docs(projects): add note about project listMax Wittig2019-10-021-0/+5
|/ | | Fixes #795
* Merge pull request #886 from LuckySB/cli_user_projectMax Wittig2019-09-271-2/+4
|\ | | | | fix cli command user-project list
| * fix(cli): fix cli command user-project listSergey Bondarev2019-09-271-2/+4
|/
* Merge pull request #885 from sathieu/patch-1Max Wittig2019-09-251-2/+4
|\ | | | | Don't mangle label name on update
| * fix(labels): don't mangle label name on updateMathieu Parent2019-09-241-2/+4
|/
* Merge pull request #880 from python-gitlab/docs/tags-fix-typoMax Wittig2019-09-101-1/+1
|\ | | | | docs(repository-tags): fix typo
| * docs(repository-tags): fix typoMax Wittig2019-09-101-1/+1
|/ | | Closes #879
* Merge pull request #878 from python-gitlab/test/todo-unit-testMax Wittig2019-09-085-17/+133
|\ | | | | Test/todo unit test
| * test(func): disable commit testtest/todo-unit-testMax Wittig2019-09-081-9/+9
| | | | | | | | GitLab seems to be randomly failing here
| * fix(todo): mark_all_as_done doesn't return anythingMax Wittig2019-09-081-4/+0
| |
| * docs(todo): correct todo docsMax Wittig2019-09-081-4/+3
| |
| * 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
|
* Merge pull request #876 from sathieu/job_tokenMax Wittig2019-09-067-11/+58
|\ | | | | Add support for job token
| * feat: add support for job tokenMathieu Parent2019-09-067-11/+58
|/ | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage