summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(api): Make *MemberManager.all() return a list of objectsfix/699Gauvain Pocentek2019-03-032-2/+11
* Merge pull request #721 from purificant/fix_typoGauvain Pocentek2019-03-011-1/+1
|\
| * fix tiny typopurificant2019-02-281-1/+1
|/
* Merge pull request #707 from python-gitlab/fix/python-testsGauvain Pocentek2019-02-242-3/+12
|\
| * fix: use python2 compatible syntax for superfix/python-testsMax Wittig2019-02-222-3/+12
* | Merge pull request #706 from python-gitlab/chore/ci-existing-releaseGauvain Pocentek2019-02-221-0/+1
|\ \ | |/ |/|
| * chore(ci): don't try to publish existing releaseMax Wittig2019-02-221-0/+1
* | Merge pull request #702 from jpiron/eq_hashMax Wittig2019-02-222-1/+34
|\ \ | |/ |/|
| * Implement __eq__ and __hash__ methodsJonathan Piron2019-02-202-1/+34
* | Merge pull request #705 from python-gitlab/release-1.8.01.8.0Max Wittig2019-02-223-3/+20
|\ \
| * | Release version 1.8.0Gauvain Pocentek2019-02-223-3/+20
|/ /
* | Merge pull request #701 from jpiron/fix_all_behaviourGauvain Pocentek2019-02-201-1/+1
|\ \ | |/ |/|
| * Fix all kwarg behaviourJonathan Piron2019-02-181-1/+1
|/
* Merge pull request #689 from python-gitlab/fix/wrong-rebaseGauvain Pocentek2019-01-261-0/+19
|\
| * fix: re-add merge request pipelinesfix/wrong-rebaseMax Wittig2019-01-261-0/+19
|/
* Merge pull request #685 from Joustie/masterMax Wittig2019-01-212-9/+36
|\
| * Merge branch 'master' into masterJoost Evertse2019-01-2141-252/+903
| |\ | |/ |/|
* | Merge pull request #687 from python-gitlab/fix/683/raw_downloadMax Wittig2019-01-192-13/+18
|\ \
| * | fix(api): Don't try to parse raw downloadsfix/683/raw_downloadGauvain Pocentek2019-01-192-13/+18
* | | Merge pull request #680 from python-gitlab/chore/automatic-deployGauvain Pocentek2019-01-191-0/+9
|\ \ \
| * | | 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
|/ /