summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(cli): fix update value for key not workingproject-variable-updatenateatkins2019-07-212-0/+27
|
* 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
| * | feat: add endpoint to get the variables of a pipelineAgustin Henze2019-06-102-1/+18
| |/ | | | | | | | | | | It adds a new endpoint which was released in the Gitlab CE 11.11. Signed-off-by: Agustin Henze <tin@redhat.com>
* | Merge pull request #768 from python-gitlab/trigger_token_exampleMax Wittig2019-06-081-0/+10
|\ \ | | | | | | docs: Add an example of trigger token usage
| * | docs: Add an example of trigger token usagetrigger_token_exampleGauvain Pocentek2019-06-081-0/+10
| |/ | | | | | | Closes #752
* | Merge pull request #790 from python-gitlab/fix/779Max Wittig2019-06-083-3/+51
|\ \ | | | | | | fix: convert # to %23 in URLs
| * | fix: convert # to %23 in URLsfix/779Gauvain Pocentek2019-06-083-3/+51
| |/ | | | | | | | | | | Refactor a bit to handle this change, and add unit tests. Closes #779
* | Merge pull request #788 from python-gitlab/black-in-toxMax Wittig2019-06-081-1/+10
|\ \ | |/ |/| Add a tox job to run black
| * chore: add a tox job to run blackblack-in-toxGauvain Pocentek2019-06-081-1/+10
|/ | | | Allow lines to be 88 chars long for flake8.
* Merge pull request #778 from python-gitlab/docs/readme-code-formatGauvain Pocentek2019-05-171-2/+22
|\ | | | | docs(readme): add more info about commitlint, code-format
| * docs(readme): add more info about commitlint, code-formatdocs/readme-code-formatMax Wittig2019-05-161-2/+22
|/
* Merge pull request #775 from python-gitlab/refactor/blackGauvain Pocentek2019-05-1625-2622/+3301
|\ | | | | refactor: format everything black
| * refactor: format everything blackrefactor/blackMax Wittig2019-05-1625-2622/+3301
|/