summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * 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