Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | [cli] Output: handle bytes in API responses | Gauvain Pocentek | 2018-07-09 | 1 | -0/+3 |
| | | | | Closes #548 | ||||
* | Improve the snippets examples | Gauvain Pocentek | 2018-07-03 | 1 | -2/+10 |
| | | | | closes #543 | ||||
* | Merge pull request #542 from tpdownes/patch-1 | Gauvain Pocentek | 2018-07-03 | 1 | -1/+1 |
|\ | | | | | Fix simple typo in identity modification example | ||||
| * | Fix simple typo in identity modification example | Tom Downes | 2018-07-02 | 1 | -1/+1 |
|/ | |||||
* | [docs] don't use hardcoded values for ids | Gauvain Pocentek | 2018-06-27 | 3 | -15/+14 |
| | |||||
* | 1.5.1 release1.5.1 | Gauvain Pocentek | 2018-06-23 | 2 | -1/+7 |
| | |||||
* | Improve the protect branch creation example | Gauvain Pocentek | 2018-06-23 | 1 | -1/+5 |
| | | | | Closes #536 | ||||
* | Fix the ProjectPipelineJob base class | Gauvain Pocentek | 2018-06-23 | 1 | -1/+1 |
| | | | | Closes #537 | ||||
* | Prepare the 1.5.0 release1.5.0 | Gauvain Pocentek | 2018-06-22 | 4 | -2/+64 |
| | |||||
* | [cli] Fix the non-verbose output of ProjectCommitComment | Gauvain Pocentek | 2018-06-22 | 2 | -1/+9 |
| | | | | Closes #433 | ||||
* | Use the same description for **kwargs everywhere | Gauvain Pocentek | 2018-06-17 | 3 | -32/+32 |
| | |||||
* | [docs] Add an example for external identities settings | Gauvain Pocentek | 2018-06-17 | 1 | -0/+6 |
| | | | | Fixes #528 | ||||
* | Revert "make as_list work for all queries" | Gauvain Pocentek | 2018-06-17 | 2 | -67/+20 |
| | | | | | | This reverts commit 8e787612fa77dc945a4c1327e9faa6eee10c48f2. This change broke the basic generator usage (Fixes #534) | ||||
* | Add support for epics API (EE) | Gauvain Pocentek | 2018-06-17 | 4 | -1/+180 |
| | | | | Fixes #525 |