summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix wrong tag exampleGauvain Pocentek2018-01-201-1/+1
| | | | | | | | Fixes #416
* | Add manager for jobs within a pipeline. (#413)Keith Wansbrough2018-01-183-6/+36
| |
* | Merge pull request #408 from movermeyer/patch-1Gauvain Pocentek2018-01-081-0/+3
|\ \ | | | | | | Adding the supported version badge
| * | Adding the supported version badgeMichael Overmeyer2018-01-051-0/+3
| | |
* | | Merge pull request #409 from movermeyer/patch-2Gauvain Pocentek2018-01-081-1/+1
|\ \ \ | |/ / |/| | Clarifying what compatible means
| * | Clarifying what supports meansMichael Overmeyer2018-01-051-1/+1
|/ /
* | Prepare v1.2.01.2.0Gauvain Pocentek2018-01-013-1/+49
| |
* | Respect content of REQUESTS_CA_BUNDLE and *_proxy envvarsGauvain Pocentek2018-01-012-2/+5
| | | | | | | | | | | | | | | | Explicitly call the requests session.merge_environment_settings() method, which will use some environment variables to setup the session properly. Closes #352
* | Add doc for search by custom attributeGauvain Pocentek2018-01-013-0/+15
| |
* | Add support for user/group/project filter by custom attributeGauvain Pocentek2018-01-013-5/+23
| | | | | | | | Closes #367
* | Add support for project and group custom variablesGauvain Pocentek2018-01-016-34/+132
| | | | | | | | implements parts of #367
* | Add support for features flagsGauvain Pocentek2018-01-016-1/+66
| | | | | | | | Fixes #360
* | Add support for pagesdomainsGauvain Pocentek2017-12-315-0/+98
| | | | | | | | Closes #362
* | Add supported python versions in setup.pyGauvain Pocentek2017-12-311-1/+8
| |
* | Add support for subgroups listingGauvain Pocentek2017-12-313-1/+34
| | | | | | | | Closes #390
* | Add groups listing attributesGauvain Pocentek2017-12-311-0/+2
| |
* | Merge pull request #406 from ericfrederich/paginationGauvain Pocentek2017-12-311-1/+1
|\ \ | | | | | | Allow per_page to be used with generators.
| * | Allow per_page to be used with generators.Eric L Frederich2017-12-261-1/+1
|/ / | | | | | | Fixes #405
* | Update groups testsGauvain Pocentek2017-12-262-2/+2
| | | | | | | | | | Group search in gitlab 10.3 requires a query string with more than 3 characters. Not sure if feature or bug, but let's handle it.
* | Minor doc update (variables)Gauvain Pocentek2017-12-191-4/+4
| | | | | | | | Fixes #400
* | Update testing tools for /session removalGauvain Pocentek2017-12-174-41/+83
| |
* | Remove now-invalid testGauvain Pocentek2017-12-161-3/+0
| |
* | ProjectFile.create(): don't modify the input dataGauvain Pocentek2017-12-161-2/+3
| | | | | | | | Fixes #394
* | submanagers: allow having undefined parametersGauvain Pocentek2017-12-161-1/+1
| | | | | | | | | | | | | | This might happen in CLI context, where recursion to discover parent attributes is not required (URL gets hardcoded) Fix should fix the CLI CI.
* | [docs] Add a note about password auth being removed from GitLabGauvain Pocentek2017-12-161-2/+17
| | | | | | | | | | | | | | Provide a code snippet demonstrating how to use cookie-based authentication. Fixes #380
* | Add missing doc fileGauvain Pocentek2017-12-161-0/+45
| |
* | [docstrings] Explicitly documentation pagination argumentsGauvain Pocentek2017-12-161-0/+40
| | | | | | | | Fixes #393
* | mixins.py: Avoid sending empty update data to issue.save (#389)Carlos Soriano2017-12-161-0/+3
| |
* | Update project services docs for v4Gauvain Pocentek2017-12-161-1/+4
| | | | | | | | Fixes #396
* | Add support for award emojisGauvain Pocentek2017-12-163-6/+93
| | | | | | | | Fixes #361
* | Make todo() raise GitlabTodoError on errorGauvain Pocentek2017-12-162-2/+8
| |
* | Add doc to get issue from iid (#321)Bancarel Valentin2017-12-112-0/+10
| |
* | Merge pull request #382 from ptomato/subscribe-response-codeGauvain Pocentek2017-12-111-1/+1
|\ \ | | | | | | Expected HTTP response for subscribe is 201
| * | Expected HTTP response for subscribe is 201P. F. Chimento2017-12-031-1/+1
| | | | | | | | | | | | It seems that the GitLab API gives HTTP response code 201 ("created") when successfully subscribing to an object, not 200.
* | | Merge pull request #374 from benjamb/typosGauvain Pocentek2017-12-112-3/+3
|\ \ \ | | | | | | | | Fix typos in docs
| * | | Fix typos in docsBen Brown2017-11-241-2/+2
| | | |
| * | | Fix link to settings APIBen Brown2017-11-241-1/+1
| |/ /
* | | Update pagination docs for ProjectCommitGauvain Pocentek2017-12-112-1/+6
|/ / | | | | | | | | | | In v3 pagination starts at page 0 instead of page 1. Fixes: #377
* | Revert "Add unit tests for mixin exceptions"Gauvain Pocentek2017-11-163-94/+2
|/ | | | This reverts commit 4ee139ad5c58006da1f9af93fdd4e70592e6daa0.
* Add support for project housekeepingGauvain Pocentek2017-11-125-0/+33
| | | | Closes #368
* Add unit tests for mixin exceptionsGauvain Pocentek2017-11-113-2/+94
|
* Add a SetMixinGauvain Pocentek2017-11-113-21/+50
| | | | | Use it for UserCustomAttribute, will be useful for {Project,Group}CustomAttribute (#367)
* Add support for user_agent_detail (issues)Gauvain Pocentek2017-11-114-0/+25
| | | | https://docs.gitlab.com/ce/api/issues.html#get-user-agent-details
* Merge pull request #369 from Lujeni/fix_typo_projects_documentationGauvain Pocentek2017-11-111-1/+1
|\ | | | | [docs] Bad arguments in projetcs file documentation
| * [docs] Bad arguments in projetcs file documentationTHEBAULT Julien2017-11-111-1/+1
|/
* update user docs with gitlab URLsGauvain Pocentek2017-11-111-0/+19
|
* Add support for user activitiesGauvain Pocentek2017-11-114-0/+49
|
* generate coverage reports with toxGauvain Pocentek2017-11-111-0/+2
|
* typoGauvain Pocentek2017-11-101-1/+1
|
* Add support for impersonation tokens APIGauvain Pocentek2017-11-104-1/+80
| | | | Closes #363