summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #875 from python-gitlab/feat/status-apiMax Wittig2019-09-053-0/+83
|\ | | | | feat(user): add status api
| * feat(user): add status apiMax Wittig2019-09-054-0/+84
| |
* | Merge pull request #874 from python-gitlab/test/py-fun-testMax Wittig2019-09-054-111/+72
|\ \ | |/ |/| test: re-enabled py_func_v4 test
| * test: re-enabled py_func_v4 testMax Wittig2019-09-054-111/+72
|/
* chore(ci): build test images on tagMax Wittig2019-08-311-4/+1
|
* chore: bump package versionv1.11.0Max Wittig2019-08-311-1/+1
|
* Merge pull request #865 from orf/retrieve-environmentMax Wittig2019-08-223-1/+35
|\ | | | | feat: add methods to retrieve an individual project environment
| * feat: add methods to retrieve an individual project environmentTom Forbes2019-08-203-1/+35
| |
* | Merge pull request #861 from ravanscafi/fix-project-avatarMax Wittig2019-08-222-0/+8
|\ \ | |/ |/| Fix avatar uploading for projects
| * fix(projects): avatar uploading for projectsRavan Scafi2019-08-142-0/+8
|/
* Merge pull request #860 from lachmanfrantisek/fix-mutable-default-argumentsMax Wittig2019-08-143-18/+37
|\ | | | | Fix mutable default arguments
| * 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>
* Merge pull request #847 from sidisel-albertolopez/feat/grouplabelsMax Wittig2019-07-264-2/+144
|\ | | | | feat: Add grouplabel support with subscribable mixin
| * test: add group label cli testsAlberto López Martín2019-07-261-0/+56
| |
| * 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-263-2/+66
|/
* Merge pull request #842 from python-gitlab/chore/bump-package-versionv1.10.0Max Wittig2019-07-221-1/+1
|\ | | | | chore: bump package version to 1.10.0
| * chore: bump package version to 1.10.0Max Wittig2019-07-221-1/+1
|/
* Merge pull request #841 from python-gitlab/docs/project-snippetsMax Wittig2019-07-211-1/+1
|\ | | | | docs(snippets): fix project-snippets layout
| * docs(snippets): fix project-snippets layoutMax Wittig2019-07-211-1/+1
|/ | | | Fixes #828
* Merge pull request #840 from python-gitlab/docs/project-docsMax Wittig2019-07-211-0/+2
|\ | | | | docs(projects): add mention about project listings