Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs(readme): provide commit message guidelinesdocs/commit-message | Max Wittig | 2018-12-15 | 1 | -0/+3 |
| | | | Fixes #660 | ||||
* | Merge pull request #659 from python-gitlab/docs/readme-pypi | Gauvain Pocentek | 2018-12-09 | 1 | -1/+3 |
|\ | | | | | docs(setup): use proper readme on PyPI | ||||
| * | docs(setup): use proper readme on PyPI | Max Wittig | 2018-12-09 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #657 from python-gitlab/release-1.7.01.7.0 | Max Wittig | 2018-12-09 | 3 | -102/+33 |
|\ | | | | | Prepare the 1.7.0 release | ||||
| * | Prepare the 1.7.0 releaserelease-1.7.0 | Gauvain Pocentek | 2018-12-09 | 3 | -102/+33 |
|/ | |||||
* | Merge pull request #656 from esabouraud/feature-protectedbranchesoptions | Gauvain Pocentek | 2018-12-08 | 2 | -1/+13 |
|\ | | | | | Issue 653 Add access control options to protected branch creation | ||||
| * | Add access control options to protected branch creation | Eric Sabouraud | 2018-12-07 | 2 | -1/+13 |
|/ | |||||
* | Merge pull request #652 from roozbehf/fix/docker-enable-use-of-yaml | Max Wittig | 2018-12-05 | 1 | -0/+1 |
|\ | | | | | fix: enable use of YAML in the CLI | ||||
| * | fix: enable use of YAML in the CLI | Roozbeh Farahbod | 2018-12-04 | 1 | -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-arguments | Max Wittig | 2018-12-04 | 1 | -1/+1 |
|\ | | | | | fix: docker entry point argument passing | ||||
| * | fix: docker entry point argument passing | Roozbeh Farahbod | 2018-12-04 | 1 | -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_msg | Max Wittig | 2018-11-28 | 2 | -3/+12 |
|\ | | | | | Improve error message handling in exceptions | ||||
| * | Improve error message handling in exceptionsrefactor/excpetion_msg | Gauvain Pocentek | 2018-11-24 | 2 | -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_event | Max Wittig | 2018-11-28 | 4 | -2/+96 |
|\ \ | | | | | | | Add support to resource label events | ||||
| * | | Add support to resource label eventsfix/611/resource_label_event | Gauvain Pocentek | 2018-11-22 | 4 | -2/+96 |
| | | | | | | | | | | | | Closes #611 | ||||
* | | | Merge pull request #642 from python-gitlab/feature/589/member_all | Max Wittig | 2018-11-28 | 4 | -0/+59 |
|\ \ \ | |_|/ |/| | | [feature] Add support for members all() method | ||||
| * | | [feature] Add support for members all() methodfeature/589/member_all | Gauvain Pocentek | 2018-11-24 | 4 | -0/+59 |
|/ / | | | | | | | Closes #589 | ||||
* | | Merge pull request #639 from python-gitlab/fix/628/doc_typo | Max Wittig | 2018-11-23 | 1 | -1/+1 |
|\ \ | | | | | | | [docs] Fix typo in custom attributes example | ||||
| * | | [docs] Fix typo in custom attributes examplefix/628/doc_typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
| |/ | | | | | | | Closes #628 | ||||
* | | Merge pull request #638 from python-gitlab/fix/633/milestone_filter | Max Wittig | 2018-11-23 | 1 | -1/+1 |
|\ \ | |/ |/| | [docs] Fix the milestone filetring doc (iid -> iids) | ||||
| * | [docs] Fix the milestone filetring doc (iid -> iids)fix/633/milestone_filter | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
|/ | | | | Fixes #633 | ||||
* | Merge pull request #634 from python-gitlab/docs/project-typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
|\ | | | | | | | | | docs(projects): fix typo in code sample Closes #630 | ||||
| * | docs(projects): fix typo in code sampledocs/project-typo | Max Wittig | 2018-11-19 | 1 | -1/+1 |
| | | | | | | Fixes #630 | ||||
* | | Merge pull request #636 from python-gitlab/docs/groups-fix-typo | Gauvain Pocentek | 2018-11-22 | 1 | -1/+1 |
|\ \ | |/ |/| | docs(groups): fix typo | ||||
| * | docs(groups): fix typodocs/groups-fix-typo | Max Wittig | 2018-11-20 | 1 | -1/+1 |
|/ | | | Fixes #635 | ||||
* | Merge pull request #627 from nicgrayson/fix-docs-typo | Gauvain Pocentek | 2018-11-09 | 1 | -3/+3 |
|\ | | | | | Fix 3 typos in docs | ||||
| * | Fix 3 typos | Nic Grayson | 2018-11-09 | 1 | -3/+3 |
|/ | |||||
* | fix(cli): exit on config parse error, instead of crashing | Max Wittig | 2018-11-04 | 3 | -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-image | Max Wittig | 2018-11-03 | 2 | -2/+2 |
|\ | | | | | Use the pythongitlab/test-python-gitlab docker image for tests | ||||
| * | Use the pythongitlab/test-python-gitlab docker image for testsupdate/docker-image | Gauvain Pocentek | 2018-11-03 | 2 | -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/595 | Max Wittig | 2018-11-03 | 1 | -0/+7 |
|\ \ | | | | | | | [docs] Add an example of pipeline schedule vars listing | ||||
| * | | [docs] Add an example of pipeline schedule vars listingissue/595 | Gauvain Pocentek | 2018-11-03 | 1 | -0/+7 |
| | | | | | | | | | | | | Closes #595 | ||||
* | | | Merge pull request #626 from python-gitlab/fix/596/maintainer_wanted | Max Wittig | 2018-11-03 | 1 | -6/+0 |
|\ \ \ | |_|/ |/| | | [README] Remove the "maintainer(s) wanted" notice | ||||
| * | | [README] Remove the "maintainer(s) wanted" noticefix/596/maintainer_wanted | Gauvain Pocentek | 2018-11-03 | 1 | -6/+0 |
|/ / | | | | | | | Closes #596 | ||||
* | | Merge pull request #620 from bittner/patch-1 | Gauvain Pocentek | 2018-10-31 | 1 | -0/+3 |
|\ \ | |/ |/| | Add Gitter badge to README | ||||
| * | Add Gitter badge to README | Peter Bittner | 2018-10-31 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #613 from mkosiarc/fixDoc | Gauvain Pocentek | 2018-10-16 | 1 | -3/+3 |
|\ | | | | | [docs] fix discussions typo | ||||
| * | [docs] fix discussions typo | mkosiarc | 2018-10-15 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #605 from python-gitlab/fix/docker | Gauvain Pocentek | 2018-10-15 | 6 | -31/+43 |
|\ | | | | | fix(docker): use docker image with current sources | ||||
| * | fix(docker): use docker image with current sourcesfix/docker | Max Wittig | 2018-10-09 | 6 | -31/+43 |
| | | |||||
* | | Merge pull request #608 from python-gitlab/ci-output-option | Gauvain Pocentek | 2018-10-11 | 3 | -6/+28 |
|\ \ | | | | | | | docs(cli): add PyYAML requirement notice | ||||
| * | | docs(cli): add PyYAML requirement noticeci-output-option | Max Wittig | 2018-10-09 | 2 | -6/+21 |
| | | | | | | | | | | | | Fixes #606 | ||||
| * | | docs(readme): add docs build information | Max Wittig | 2018-10-07 | 1 | -0/+7 |
|/ / | |||||
* | | Merge pull request #607 from python-gitlab/refactor/rename-variable | Gauvain Pocentek | 2018-10-07 | 5 | -6/+7 |
|\ \ | | | | | | | refactor: rename MASTER_ACCESS | ||||
| * | | refactor: rename MASTER_ACCESSrefactor/rename-variable | Max Wittig | 2018-10-06 | 5 | -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-usage | Hans Donner | 2018-10-06 | 1 | -1/+5 |
|\ \ | |/ |/| | fix(cli): print help and usage without config file | ||||
| * | fix(cli): print help and usage without config filefix/help-usage | Max Wittig | 2018-10-04 | 1 | -1/+5 |
| | | | | | | | | Fixes #560 | ||||
* | | Merge pull request #600 from hans-d/docker | Max Wittig | 2018-10-04 | 4 | -28/+35 |
|\ \ | |/ |/| | more flexible docker | ||||
| * | Merge branch 'master' into docker | Gauvain Pocentek | 2018-10-03 | 2 | -0/+46 |
| |\ | |/ |/| | |||||
* | | Add project protected tags management (#581) | Eric Sabouraud | 2018-10-03 | 2 | -0/+46 |
| | |