summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * docs(projects): add mention about project listingsjkogut2019-07-211-0/+2
| | | | | | | | | | | | | | | | | | Having exactly 20 internal and 5 private projects in the group spent some time debugging this issue. Hopefully that helped: https://github.com/python-gitlab/python-gitlab/issues/93 Imho should be definitely mention about `all=True` parameter.
* | 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
| |/
* | Merge pull request #839 from python-gitlab/dajsn-fix-readme-six-urlMax Wittig2019-07-211-1/+1
|\ \ | | | | | | docs(readme): fix six url
| * | docs(readme): fix six urlDavid2019-07-211-1/+1
| |/ | | | | | | six URL was pointing to 404
* | Merge pull request #837 from python-gitlab/PR-bugfix-718Max Wittig2019-07-211-1/+1
|\ \ | |/ |/| fix(cli): allow --recursive parameter in repository tree
| * fix(cli): allow --recursive parameter in repository treexarx002019-07-211-1/+1
|/ | | | | Fixes #718 Fixes #731
* Merge pull request #836 from python-gitlab/test/project-releasesMax Wittig2019-07-214-12/+41
|\ | | | | test: add project releases test
| * test: minor test fixesMax Wittig2019-07-213-11/+12
| |
| * test: add project releases testMax Wittig2019-07-211-0/+28
| | | | | | | | Fixes #762
| * test: increase speed by disabling the rate limit fasterMax Wittig2019-07-211-1/+1
| |
* | 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
* | Merge pull request #833 from python-gitlab/project-variable-updateMax Wittig2019-07-212-0/+27
|\ \ | |/ |/| fix(cli): fix update value for key not working
| * fix(cli): fix update value for key not workingproject-variable-updatenateatkins2019-07-212-0/+27
| |
* | Merge pull request #834 from python-gitlab/chore/setup-supported-versionsMax Wittig2019-07-211-0/+1
|\ \ | |/ |/| chore(setup): add 3.7 to supported python versions
| * chore(setup): add 3.7 to supported python versionsMax Wittig2019-07-211-0/+1
|/
* Merge pull request #832 from python-gitlab/test/always-latestMax Wittig2019-07-211-1/+1
|\ | | | | test: always use latest version to test
| * test: always use latest version to testMax Wittig2019-07-211-1/+1
|/
* Merge pull request #823 from jeroen92/rebase-mrMax Wittig2019-07-214-0/+27
|\ | | | | Resolve #822, add mr rebase