Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | ||||||
| * | | more flexible docker | Hans Donner | 2018-09-29 | 4 | -28/+35 | |
|/ / | ||||||
* | | README: add a note about maintainers | Gauvain Pocentek | 2018-09-26 | 1 | -0/+6 | |
| | | ||||||
* | | Merge pull request #586 from Halliburton-Landmark/project-issue-create-args | Gauvain Pocentek | 2018-09-11 | 1 | -2/+2 | |
|\ \ | | | | | | | add missing comma in ProjectIssueManager _create_attrs | |||||
| * | | add missing comma in ProjectIssueManager _create_attrs | Justin | 2018-09-10 | 1 | -2/+2 | |
|/ / | | | | | This fixes the argument handling for assignee/milestone ID when for `project-issue create` | |||||
* | | [docs] Add a note about GroupProject limited API | Gauvain Pocentek | 2018-09-05 | 1 | -5/+17 | |
| | | ||||||
* | | Fix the https redirection test | Gauvain Pocentek | 2018-09-05 | 1 | -1/+1 | |
| | | ||||||
* | | [docs] add a warning about https:// | Gauvain Pocentek | 2018-09-05 | 2 | -0/+10 | |
| | | | | | | | | | | http to https redirection cause problems. Make notes of this in the docs. | |||||
* | | [docs] fix cut and paste leftover | Gauvain Pocentek | 2018-09-05 | 1 | -1/+1 | |
| | | ||||||
* | | Use https:// for gitlab URL | Gauvain Pocentek | 2018-09-04 | 1 | -1/+1 | |
| | | ||||||
* | | [docs] Fix the owned/starred usage documentation | Gauvain Pocentek | 2018-09-04 | 2 | -3/+3 | |
| | | | | | | | | Closes #579 | |||||
* | | 1.6.0 release1.6.0 | Gauvain Pocentek | 2018-08-25 | 4 | -2/+34 | |
| | | ||||||
* | | [cli] Fix the project-export download | Gauvain Pocentek | 2018-08-25 | 1 | -2/+24 | |
| | | | | | | | | Closes #559 | |||||
* | | Minor doc updates | Gauvain Pocentek | 2018-08-25 | 5 | -6/+12 | |
| | | ||||||
* | | Add a FAQ | Gauvain Pocentek | 2018-08-25 | 2 | -0/+34 | |
| | | ||||||
* | | Raise an exception on https redirects for PUT/POST | Gauvain Pocentek | 2018-08-24 | 3 | -19/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | POST and PUT requests are modified by clients when redirections happen. A common problem with python-gitlab is a misconfiguration of the server URL: the http to https redirection breaks some requests. With this change python-gitlab should detect problematic redirections, and raise a proper exception instead of failing with a cryptic error. Closes #565 | |||||
* | | [docs] Add/updates notes about read-only objects | Gauvain Pocentek | 2018-08-24 | 2 | -5/+32 | |
| | | | | | | | | | | MR and issues attached to the root API or groups are not editable. Provide notes describing how to manage this. | |||||
* | | Merge pull request #572 from btmanm/master | Gauvain Pocentek | 2018-08-24 | 1 | -1/+1 | |
|\ \ | | | | | | | Update projects.rst | |||||
| * | | Update projects.rst | btmanm | 2018-08-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #569 from mattthias/patch-1 | Gauvain Pocentek | 2018-08-14 | 1 | -1/+1 | |
|\ \ | | | | | | | Minor typo "ou" vs. "or" | |||||
| * | | Minor typo "ou" vs. "or" | Matthias Schmitz | 2018-08-14 | 1 | -1/+1 | |
|/ / | | | | | This change fixes a minor type in the table of possible values for options in the global section. | |||||
* | | Add support for project transfers from the projects interface. (#561) | Will Rouesnel | 2018-08-02 | 1 | -0/+19 | |
| | | | | | | See https://docs.gitlab.com/ee/api/projects.html#transfer-a-project-to-a-new-namespace | |||||
* | | Added support for listing forks of a project (#562) | David Guest | 2018-07-26 | 3 | -1/+30 | |
| | | ||||||
* | | MR: add the squash attribute for create/update | Gauvain Pocentek | 2018-07-20 | 1 | -6/+7 | |
| | | | | | | | | Closes #557 | |||||
* | | Implement MR.pipelines() | Gauvain Pocentek | 2018-07-15 | 2 | -0/+26 | |
| | | | | | | | | Closes #555 | |||||
* | | Support group and global MR listing | Gauvain Pocentek | 2018-07-15 | 3 | -2/+70 | |
| | | | | | | | | Closes #553 | |||||
* | | Project import: fix the override_params parameter | Gauvain Pocentek | 2018-07-15 | 1 | -1/+2 | |
| | | | | | | | | Closes #552 | |||||
* | | [cli] Fix the case where we have nothing to print | Gauvain Pocentek | 2018-07-12 | 1 | -2/+1 | |
| | |