summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| * feat: add mr rebase methodJeroen Schutrup2019-07-114-0/+27
| |
* | Merge pull request #831 from python-gitlab/chore/move-back-to-travisMax Wittig2019-07-212-74/+77
|\ \ | | | | | | chore: move checks back to travis
| * | chore: move checks back to travisMax Wittig2019-07-212-74/+77
|/ /
* | Merge pull request #830 from python-gitlab/chore/ci-disable-py-funcMax Wittig2019-07-202-4/+17
|\ \ | | | | | | Chore/ci disable py func
| * | chore: disable failing travis testMax Wittig2019-07-201-1/+1
| | |
| * | style: format with black againMax Wittig2019-07-201-3/+16
| | |
* | | Merge pull request #827 from ahaynssen/masterMax Wittig2019-07-202-2/+2
|\ \ \ | |/ / |/| | docs: re-order api examples
| * | docs: re-order api examplesandy.haynssen2019-07-172-2/+2
|/ / | | | | | | `Pipelines and Jobs` and `Protected Branches` are out of order in contents and sometimes hard to find when looking for examples.
* | Merge pull request #824 from python-gitlab/feat/add-ref-artifactsMax Wittig2019-07-112-0/+36
|\ \ | |/ |/| feat: get artifact by ref and job
| * feat: get artifact by ref and jobJeff Groom2019-07-112-0/+36
|/
* Merge pull request #803 from python-gitlab/feat/related_mrMax Wittig2019-07-013-0/+24
|\ | | | | feat: add support for issue.related_merge_requests
| * feat: add support for issue.related_merge_requestsfeat/related_mrGauvain Pocentek2019-06-203-0/+24
| | | | | | | | Closes #794
* | Merge pull request #804 from python-gitlab/feat/update_boardMax Wittig2019-07-011-4/+4
|\ \ | | | | | | feat: add support for board update
| * | feat: add support for board updatefeat/update_boardGauvain Pocentek2019-06-201-4/+4
| |/ | | | | | | Closes #801
* | Merge pull request #808 from minitux/patch-1Max Wittig2019-06-251-0/+4
|\ \
| * | docs: add pipeline deletionminitux2019-06-251-0/+4
|/ /
* | Merge pull request #805 from python-gitlab/chore/ci-rebuild-imageGauvain Pocentek2019-06-211-1/+1
|\ \ | |/ |/| chore(ci): rebuild test image, when something changed
| * chore(ci): rebuild test image, when something changedchore/ci-rebuild-imageMax Wittig2019-06-201-1/+1
|/
* Merge pull request #802 from python-gitlab/chore/gitlab-11.11.3Gauvain Pocentek2019-06-201-1/+1
|\ | | | | chore(ci): update the GitLab version in the test image
| * chore(ci): update the GitLab version in the test imageGauvain Pocentek2019-06-201-1/+1
|/
* Merge pull request #792 from python-gitlab/chore/enable-gitlab-ci-buildsGauvain Pocentek2019-06-204-16/+30
|\ | | | | chore(ci): add automatic GitLab image pushes
| * chore(ci): add automatic GitLab image pusheschore/enable-gitlab-ci-buildsMax Wittig2019-06-104-16/+30
| |
* | Merge pull request #800 from python-gitlab/chore/ci-publishGauvain Pocentek2019-06-201-1/+1
|\ \ | | | | | | chore(ci): fix gitlab PyPI publish
| * | chore(ci): fix gitlab PyPI publishchore/ci-publishMax Wittig2019-06-191-1/+1
|/ /
* | Merge pull request #797 from python-gitlab/feat/version-bump1.9.0Gauvain Pocentek2019-06-192-1/+30
|\ \ | | | | | | feat: bump version to 1.9.0
| * | feat: bump version to 1.9.0feat/version-bumpMax Wittig2019-06-192-1/+30
| | |
* | | Merge pull request #799 from python-gitlab/docs/fix-group-accessMax Wittig2019-06-191-2/+2
|\ \ \ | |/ / |/| | docs(api-usage): fix project group example
| * | docs(api-usage): fix project group exampleNikolaos Pothitos2019-06-191-2/+2
|/ / | | | | | | Fixes #798
* | Merge pull request #767 from python-gitlab/fix/744/delete_artifactsMax Wittig2019-06-173-1/+21
|\ \ | |/ |/| feature: Implement artifacts deletion
| * feat: implement artifacts deletionfix/744/delete_artifactsGauvain Pocentek2019-06-103-1/+21
|/ | | | Closes #744
* Merge pull request #791 from python-gitlab/tests-for-gl-11.11Max Wittig2019-06-101-10/+16
|\ | | | | test: update the tests for GitLab 11.11
| * test: update the tests for GitLab 11.11Gauvain Pocentek2019-06-101-10/+16
| | | | | | | | | | | | | | | | Changes in GitLab make the functional tests fail: * Some actions add new notes and discussions: do not use hardcoded values in related listing asserts * The feature flag API is buggy (errors 500): disable the tests for now
* | Merge pull request #789 from python-gitlab/no-more-v3Max Wittig2019-06-103-14/+8
|\ \ | | | | | | docs: remove v3 support
| * | docs: remove v3 supportno-more-v3Gauvain Pocentek2019-06-083-14/+8
| |/
* | Merge pull request #785 from agustinhenze/add-pipeline-get-variables-endpointMax Wittig2019-06-102-1/+18
|\ \ | | | | | | Add new endpoint to get the variables of a pipeline