summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs(readme): provide commit message guidelinesdocs/commit-messageMax Wittig2018-12-151-0/+3
| | | Fixes #660
* Merge pull request #659 from python-gitlab/docs/readme-pypiGauvain Pocentek2018-12-091-1/+3
|\ | | | | docs(setup): use proper readme on PyPI
| * 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 release
| * 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
|\ | | | | Issue 653 Add access control options to protected branch creation
| * 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 CLI
| * fix: enable use of YAML in the CLIRoozbeh Farahbod2018-12-041-0/+1
|/ | | | | In order to use the YAML output, PyYaml needs to be installed on the docker image. This commit adds the installation to the dockerfile as a separate layer.
* Merge pull request #651 from roozbehf/fix/docker-entrypoint-argumentsMax Wittig2018-12-041-1/+1
|\ | | | | fix: docker entry point argument passing
| * fix: docker entry point argument passingRoozbeh Farahbod2018-12-041-1/+1
|/ | | | | | Fixes the problem of passing spaces in the arguments to the docker entrypoint. Before this fix, there was virtually no way to pass spaces in arguments such as task description.
* Merge pull request #641 from python-gitlab/refactor/excpetion_msgMax Wittig2018-11-282-3/+12
|\ | | | | Improve error message handling in exceptions
| * Improve error message handling in exceptionsrefactor/excpetion_msgGauvain Pocentek2018-11-242-3/+12
| | | | | | | | | | | | | | | | | | * Depending on the request Gitlab has a 'message' or 'error' attribute in the json data, handle both * Add some consistency by converting messages to unicode or str for exceptions (depending on the python version) Closes #616
* | Merge pull request #625 from python-gitlab/fix/611/resource_label_eventMax Wittig2018-11-284-2/+96
|\ \ | | | | | | Add support to resource label events
| * | Add support to resource label eventsfix/611/resource_label_eventGauvain Pocentek2018-11-224-2/+96
| | | | | | | | | | | | Closes #611
* | | Merge pull request #642 from python-gitlab/feature/589/member_allMax Wittig2018-11-284-0/+59
|\ \ \ | |_|/ |/| | [feature] Add support for members all() method
| * | [feature] Add support for members all() methodfeature/589/member_allGauvain Pocentek2018-11-244-0/+59
|/ / | | | | | | Closes #589
* | Merge pull request #639 from python-gitlab/fix/628/doc_typoMax Wittig2018-11-231-1/+1
|\ \ | | | | | | [docs] Fix typo in custom attributes example
| * | [docs] Fix typo in custom attributes examplefix/628/doc_typoGauvain Pocentek2018-11-221-1/+1
| |/ | | | | | | Closes #628
* | Merge pull request #638 from python-gitlab/fix/633/milestone_filterMax Wittig2018-11-231-1/+1
|\ \ | |/ |/| [docs] Fix the milestone filetring doc (iid -> iids)
| * [docs] Fix the milestone filetring doc (iid -> iids)fix/633/milestone_filterGauvain Pocentek2018-11-221-1/+1
|/ | | | Fixes #633
* Merge pull request #634 from python-gitlab/docs/project-typoGauvain Pocentek2018-11-221-1/+1
|\ | | | | | | | | docs(projects): fix typo in code sample Closes #630
| * docs(projects): fix typo in code sampledocs/project-typoMax Wittig2018-11-191-1/+1
| | | | | | Fixes #630
* | Merge pull request #636 from python-gitlab/docs/groups-fix-typoGauvain Pocentek2018-11-221-1/+1
|\ \ | |/ |/| docs(groups): fix typo
| * docs(groups): fix typodocs/groups-fix-typoMax Wittig2018-11-201-1/+1
|/ | | Fixes #635
* Merge pull request #627 from nicgrayson/fix-docs-typoGauvain Pocentek2018-11-091-3/+3
|\ | | | | Fix 3 typos in docs
| * Fix 3 typosNic Grayson2018-11-091-3/+3
|/
* fix(cli): exit on config parse error, instead of crashingMax Wittig2018-11-043-6/+42
| | | | * Exit and hint user about possible errors * test: adjust test cases to config missing error
* Merge pull request #624 from python-gitlab/update/docker-imageMax Wittig2018-11-032-2/+2
|\ | | | | Use the pythongitlab/test-python-gitlab docker image for tests
| * Use the pythongitlab/test-python-gitlab docker image for testsupdate/docker-imageGauvain Pocentek2018-11-032-2/+2
| | | | | | | | | | | | This images is updated to the latest GitLab CE. Fix the diff() test to match the change in the API output.
* | Merge pull request #619 from python-gitlab/issue/595Max Wittig2018-11-031-0/+7
|\ \ | | | | | | [docs] Add an example of pipeline schedule vars listing
| * | [docs] Add an example of pipeline schedule vars listingissue/595Gauvain Pocentek2018-11-031-0/+7
| | | | | | | | | | | | Closes #595
* | | Merge pull request #626 from python-gitlab/fix/596/maintainer_wantedMax Wittig2018-11-031-6/+0
|\ \ \ | |_|/ |/| | [README] Remove the "maintainer(s) wanted" notice
| * | [README] Remove the "maintainer(s) wanted" noticefix/596/maintainer_wantedGauvain Pocentek2018-11-031-6/+0
|/ / | | | | | | Closes #596
* | Merge pull request #620 from bittner/patch-1Gauvain Pocentek2018-10-311-0/+3
|\ \ | |/ |/| Add Gitter badge to README
| * 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 typo
| * [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 sources
| * 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
|\ \ | | | | | | docs(cli): add PyYAML requirement notice
| * | docs(cli): add PyYAML requirement noticeci-output-optionMax Wittig2018-10-092-6/+21
| | | | | | | | | | | | Fixes #606
| * | docs(readme): add docs build informationMax Wittig2018-10-071-0/+7
|/ /
* | Merge pull request #607 from python-gitlab/refactor/rename-variableGauvain Pocentek2018-10-075-6/+7
|\ \ | | | | | | refactor: rename MASTER_ACCESS
| * | refactor: rename MASTER_ACCESSrefactor/rename-variableMax Wittig2018-10-065-6/+7
|/ / | | | | | | | | | | | | to MAINTAINER_ACCESS to follow GitLab 11.0 docs See: https://docs.gitlab.com/ce/user/permissions.html#project-members-permissions
* | Merge pull request #601 from max-wittig/fix/help-usageHans Donner2018-10-061-1/+5
|\ \ | |/ |/| fix(cli): print help and usage without config file
| * fix(cli): print help and usage without config filefix/help-usageMax Wittig2018-10-041-1/+5
| | | | | | | | Fixes #560
* | Merge pull request #600 from hans-d/dockerMax Wittig2018-10-044-28/+35
|\ \ | |/ |/| more flexible docker
| * Merge branch 'master' into dockerGauvain Pocentek2018-10-032-0/+46
| |\ | |/ |/|
* | Add project protected tags management (#581)Eric Sabouraud2018-10-032-0/+46
| |