summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | chore: release tags to PyPI automaticallychore/automatic-deployMax Wittig2019-01-131-0/+9
| |/ /
* | | Merge pull request #681 from python-gitlab/no-param-conflictsMax Wittig2019-01-196-3/+64
|\ \ \ | |/ / |/| |
| * | fix(api): avoid parameter conflicts with python and gitlabno-param-conflictsGauvain Pocentek2019-01-136-3/+64
|/ /
* | Merge pull request #678 from appian/backoff-requestsMax Wittig2019-01-133-5/+27
|\ \
| * | fix: remove decode() on error_message stringSrikanth Chelluri2019-01-081-1/+1
| * | fix: handle empty 'Retry-After' header from GitLabSrikanth Chelluri2019-01-082-4/+26
|/ /
* | Merge pull request #673 from python-gitlab/fix/672Max Wittig2019-01-081-1/+1
|\ \
| * | fix(api): make reset_time_estimate() work againfix/672Gauvain Pocentek2019-01-081-1/+1
|/ /
* | Merge pull request #664 from python-gitlab/docs/commit-messageGauvain Pocentek2018-12-161-0/+3
|\ \
| * | docs(readme): provide commit message guidelinesdocs/commit-messageMax Wittig2018-12-151-0/+3
|/ /
* | Merge pull request #659 from python-gitlab/docs/readme-pypiGauvain Pocentek2018-12-091-1/+3
|\ \
| * | docs(setup): use proper readme on PyPIMax Wittig2018-12-091-1/+3
|/ /
* | Merge pull request #657 from python-gitlab/release-1.7.01.7.0Max Wittig2018-12-093-102/+33
|\ \
| * | Prepare the 1.7.0 releaserelease-1.7.0Gauvain Pocentek2018-12-093-102/+33
|/ /
* | Merge pull request #656 from esabouraud/feature-protectedbranchesoptionsGauvain Pocentek2018-12-082-1/+13
|\ \
| * | Add access control options to protected branch creationEric Sabouraud2018-12-072-1/+13
|/ /
* | Merge pull request #652 from roozbehf/fix/docker-enable-use-of-yamlMax Wittig2018-12-051-0/+1
|\ \
| * | fix: enable use of YAML in the CLIRoozbeh Farahbod2018-12-041-0/+1
|/ /
* | Merge pull request #651 from roozbehf/fix/docker-entrypoint-argumentsMax Wittig2018-12-041-1/+1
|\ \
| * | fix: docker entry point argument passingRoozbeh Farahbod2018-12-041-1/+1
|/ /
* | Merge pull request #641 from python-gitlab/refactor/excpetion_msgMax Wittig2018-11-282-3/+12
|\ \
| * | Improve error message handling in exceptionsrefactor/excpetion_msgGauvain Pocentek2018-11-242-3/+12
* | | Merge pull request #625 from python-gitlab/fix/611/resource_label_eventMax Wittig2018-11-284-2/+96
|\ \ \
| * | | Add support to resource label eventsfix/611/resource_label_eventGauvain Pocentek2018-11-224-2/+96
* | | | Merge pull request #642 from python-gitlab/feature/589/member_allMax Wittig2018-11-284-0/+59
|\ \ \ \ | |_|/ / |/| | |
| * | | [feature] Add support for members all() methodfeature/589/member_allGauvain Pocentek2018-11-244-0/+59
|/ / /
* | | Merge pull request #639 from python-gitlab/fix/628/doc_typoMax Wittig2018-11-231-1/+1
|\ \ \
| * | | [docs] Fix typo in custom attributes examplefix/628/doc_typoGauvain Pocentek2018-11-221-1/+1
| |/ /
* | | Merge pull request #638 from python-gitlab/fix/633/milestone_filterMax Wittig2018-11-231-1/+1
|\ \ \ | |/ / |/| |
| * | [docs] Fix the milestone filetring doc (iid -> iids)fix/633/milestone_filterGauvain Pocentek2018-11-221-1/+1
|/ /
* | Merge pull request #634 from python-gitlab/docs/project-typoGauvain Pocentek2018-11-221-1/+1
|\ \
| * | docs(projects): fix typo in code sampledocs/project-typoMax Wittig2018-11-191-1/+1
* | | Merge pull request #636 from python-gitlab/docs/groups-fix-typoGauvain Pocentek2018-11-221-1/+1
|\ \ \ | |/ / |/| |
| * | docs(groups): fix typodocs/groups-fix-typoMax Wittig2018-11-201-1/+1
|/ /
* | Merge pull request #627 from nicgrayson/fix-docs-typoGauvain Pocentek2018-11-091-3/+3
|\ \
| * | Fix 3 typosNic Grayson2018-11-091-3/+3
|/ /
* | fix(cli): exit on config parse error, instead of crashingMax Wittig2018-11-043-6/+42
* | Merge pull request #624 from python-gitlab/update/docker-imageMax Wittig2018-11-032-2/+2
|\ \
| * | Use the pythongitlab/test-python-gitlab docker image for testsupdate/docker-imageGauvain Pocentek2018-11-032-2/+2
* | | Merge pull request #619 from python-gitlab/issue/595Max Wittig2018-11-031-0/+7
|\ \ \
| * | | [docs] Add an example of pipeline schedule vars listingissue/595Gauvain Pocentek2018-11-031-0/+7
* | | | Merge pull request #626 from python-gitlab/fix/596/maintainer_wantedMax Wittig2018-11-031-6/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | [README] Remove the "maintainer(s) wanted" noticefix/596/maintainer_wantedGauvain Pocentek2018-11-031-6/+0
|/ / /
* | | Merge pull request #620 from bittner/patch-1Gauvain Pocentek2018-10-311-0/+3
|\ \ \ | |/ / |/| |
| * | Add Gitter badge to READMEPeter Bittner2018-10-311-0/+3
|/ /
* | Merge pull request #613 from mkosiarc/fixDocGauvain Pocentek2018-10-161-3/+3
|\ \
| * | [docs] fix discussions typomkosiarc2018-10-151-3/+3
|/ /
* | Merge pull request #605 from python-gitlab/fix/dockerGauvain Pocentek2018-10-156-31/+43
|\ \
| * | fix(docker): use docker image with current sourcesfix/dockerMax Wittig2018-10-096-31/+43
* | | Merge pull request #608 from python-gitlab/ci-output-optionGauvain Pocentek2018-10-113-6/+28
|\ \ \