summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * more flexible dockerHans Donner2018-09-294-28/+35
|/
* README: add a note about maintainersGauvain Pocentek2018-09-261-0/+6
|
* Merge pull request #586 from Halliburton-Landmark/project-issue-create-argsGauvain Pocentek2018-09-111-2/+2
|\ | | | | add missing comma in ProjectIssueManager _create_attrs
| * add missing comma in ProjectIssueManager _create_attrsJustin2018-09-101-2/+2
|/ | | This fixes the argument handling for assignee/milestone ID when for `project-issue create`
* [docs] Add a note about GroupProject limited APIGauvain Pocentek2018-09-051-5/+17
|
* Fix the https redirection testGauvain Pocentek2018-09-051-1/+1
|
* [docs] add a warning about https://Gauvain Pocentek2018-09-052-0/+10
| | | | | http to https redirection cause problems. Make notes of this in the docs.
* [docs] fix cut and paste leftoverGauvain Pocentek2018-09-051-1/+1
|
* Use https:// for gitlab URLGauvain Pocentek2018-09-041-1/+1
|
* [docs] Fix the owned/starred usage documentationGauvain Pocentek2018-09-042-3/+3
| | | | Closes #579
* 1.6.0 release1.6.0Gauvain Pocentek2018-08-254-2/+34
|
* [cli] Fix the project-export downloadGauvain Pocentek2018-08-251-2/+24
| | | | Closes #559
* Minor doc updatesGauvain Pocentek2018-08-255-6/+12
|
* Add a FAQGauvain Pocentek2018-08-252-0/+34
|
* Raise an exception on https redirects for PUT/POSTGauvain Pocentek2018-08-243-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 objectsGauvain Pocentek2018-08-242-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/masterGauvain Pocentek2018-08-241-1/+1
|\ | | | | Update projects.rst
| * Update projects.rstbtmanm2018-08-211-1/+1
|/
* Merge pull request #569 from mattthias/patch-1Gauvain Pocentek2018-08-141-1/+1
|\ | | | | Minor typo "ou" vs. "or"
| * Minor typo "ou" vs. "or"Matthias Schmitz2018-08-141-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 Rouesnel2018-08-021-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 Guest2018-07-263-1/+30
|
* MR: add the squash attribute for create/updateGauvain Pocentek2018-07-201-6/+7
| | | | Closes #557
* Implement MR.pipelines()Gauvain Pocentek2018-07-152-0/+26
| | | | Closes #555
* Support group and global MR listingGauvain Pocentek2018-07-153-2/+70
| | | | Closes #553
* Project import: fix the override_params parameterGauvain Pocentek2018-07-151-1/+2
| | | | Closes #552
* [cli] Fix the case where we have nothing to printGauvain Pocentek2018-07-121-2/+1
|
* [cli] Output: handle bytes in API responsesGauvain Pocentek2018-07-091-0/+3
| | | | Closes #548
* Improve the snippets examplesGauvain Pocentek2018-07-031-2/+10
| | | | closes #543
* Merge pull request #542 from tpdownes/patch-1Gauvain Pocentek2018-07-031-1/+1
|\ | | | | Fix simple typo in identity modification example
| * Fix simple typo in identity modification exampleTom Downes2018-07-021-1/+1
|/
* [docs] don't use hardcoded values for idsGauvain Pocentek2018-06-273-15/+14
|
* 1.5.1 release1.5.1Gauvain Pocentek2018-06-232-1/+7
|
* Improve the protect branch creation exampleGauvain Pocentek2018-06-231-1/+5
| | | | Closes #536
* Fix the ProjectPipelineJob base classGauvain Pocentek2018-06-231-1/+1
| | | | Closes #537
* Prepare the 1.5.0 release1.5.0Gauvain Pocentek2018-06-224-2/+64
|
* [cli] Fix the non-verbose output of ProjectCommitCommentGauvain Pocentek2018-06-222-1/+9
| | | | Closes #433
* Use the same description for **kwargs everywhereGauvain Pocentek2018-06-173-32/+32
|
* [docs] Add an example for external identities settingsGauvain Pocentek2018-06-171-0/+6
| | | | Fixes #528
* Revert "make as_list work for all queries"Gauvain Pocentek2018-06-172-67/+20
| | | | | | This reverts commit 8e787612fa77dc945a4c1327e9faa6eee10c48f2. This change broke the basic generator usage (Fixes #534)
* Add support for epics API (EE)Gauvain Pocentek2018-06-174-1/+180
| | | | Fixes #525
* README updateGauvain Pocentek2018-06-151-4/+4
|
* ProjectPipelineJob objects can only be listedGauvain Pocentek2018-06-142-9/+15
| | | | | | And they are not directly related to ProjectJob objects. Fixes #531
* Add support for the LDAP gorups APIGauvain Pocentek2018-06-134-2/+59
|
* Add support for the EE license APIGauvain Pocentek2018-06-133-9/+51
|
* Merge pull request #530 from stefancrain/masterGauvain Pocentek2018-06-131-1/+1
|\ | | | | Correct session example
| * Correct session exampleStefan Crain2018-06-131-1/+1
|/
* Implement MR-level approvalsGauvain Pocentek2018-06-113-19/+77
| | | | Fixes #323
* Add push rules testsGauvain Pocentek2018-06-111-0/+13
|
* Add project push rules configuration (#520)Eric Sabouraud2018-06-114-5/+67
|