summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for listing project usersGauvain Pocentek2017-10-082-0/+13
| | | | | | https://docs.gitlab.com/ce/api/projects.html#get-project-users Closes #328
* [docs] improve the labels usage documentationGauvain Pocentek2017-10-084-3/+20
| | | | Closes #329
* [docs] update the file upload samplesGauvain Pocentek2017-10-082-5/+3
| | | | Closes #335
* [docs] remove example usage of submanagersGauvain Pocentek2017-09-261-3/+2
| | | | Closes #324
* Add missing doc fileGauvain Pocentek2017-09-211-0/+44
|
* Minor typo fix in "Switching to v4" documentationMike Kobit2017-09-141-1/+1
|
* adds project upload feature (#239)James Johnson2017-09-122-0/+74
|
* Improve the docs to make v4 a first class citizenGauvain Pocentek2017-09-073-29/+85
|
* Add support for protected branchesGauvain Pocentek2017-09-022-0/+19
| | | | | | This feature appeared in gitlab 9.5. Fixes #299
* Merge branch 'group-variables'Gauvain Pocentek2017-09-022-7/+17
|\
| * Add support for group variablesGauvain Pocentek2017-09-022-7/+17
| |
* | CLI: yaml and json outputs for v4Gauvain Pocentek2017-08-181-8/+15
|/ | | | | | Verbose mode only works with the legacy output. Also add support for filtering the output by defining the list of fields that need to be displayed (yaml and json only).
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-1136-464/+991
|
* Support SSL verification via internal CA bundleMaura Hausman2017-08-041-3/+4
| | | | | - Also updates documentation - See issues #204 and #270
* Merge pull request #278 from asfaltboy/link-docs-gitlab-tokenGauvain Pocentek2017-08-041-0/+3
|\ | | | | Docs: Add link to gitlab docs on obtaining a token
| * Docs: Add link to gitlab docs on obtaining a tokenPavel Savchenko2017-08-041-0/+3
| | | | | | | | I find these sort of links very user friendly 😅
* | Merge branch 'rework_api'Gauvain Pocentek2017-08-048-166/+222
|\ \ | |/ |/|
| * Restore the prvious listing behaviorGauvain Pocentek2017-08-041-19/+4
| | | | | | | | | | | | | | Return lists by default : this makes the explicit use of pagination work again. Use generators only when `as_list` is explicitly set to `False`.
| * functional tests for v4Gauvain Pocentek2017-08-041-2/+8
| | | | | | | | | | Update the python tests for v4, and fix the problems raised when running those tests.
| * Merge branch 'master' into rework_apiGauvain Pocentek2017-07-091-2/+2
| |\
| * | Add missing doc filesGauvain Pocentek2017-06-252-0/+44
| | |
| * | Rework documentationGauvain Pocentek2017-06-184-40/+61
| | |
| * | Document switching to v4Gauvain Pocentek2017-06-112-0/+126
| | |
| * | 0.10 is old history: remove the upgrade docGauvain Pocentek2017-06-112-126/+0
| | |
* | | Changed attribution referenceAron Pammer2017-07-091-2/+2
| | |
* | | fixed repository_compare examplesAron Pammer2017-06-261-3/+3
| |/ |/|
* | Fixed spelling mistake (#269)Nathan Giesbrecht2017-06-021-2/+2
|/
* install doc: use sudo for system commandsGauvain Pocentek2017-05-271-2/+2
| | | | Fixes #267
* Update API docs for v4Gauvain Pocentek2017-05-252-5/+33
|
* Fix broken docs examplesGauvain Pocentek2017-05-255-9/+9
|
* move changelog and release notes at the end of indexGauvain Pocentek2017-05-251-2/+2
|
* Add v4 support to docsGauvain Pocentek2017-05-242-0/+18
|
* [v4] Update project search APIGauvain Pocentek2017-05-231-1/+1
| | | | | * projects.search() is not implemented in v4 * add the 'search' attribute to projects.list()
* Add 'search' attribute to projects.list()Gauvain Pocentek2017-05-231-1/+1
| | | | projects.search() has been deprecated by Gitlab
* Update URLs to reflect the github changesGauvain Pocentek2017-05-232-4/+4
|
* docs: add missing =Gauvain Pocentek2017-05-201-1/+1
|
* s/correspnding/corresponding/Guillaume Delacour2017-04-051-1/+1
|
* Feature/milestone merge requests (#247)Ian Sparks2017-04-012-2/+13
| | | Added milestone.merge_requests() API
* Stop listing if recursion limit is hit (#234)Johan Brandhorst2017-03-231-1/+3
|
* Provide API wrapper for cherry picking commits (#236)Christian2017-03-212-0/+10
|
* Implement pipeline creation API (#237)Mond WAN2017-03-182-0/+12
|
* Add DeployKey{,Manager} classesGauvain Pocentek2017-03-172-7/+11
| | | | | | They are the same as Key and KeyManager but the name makes more sense. Fixes #212
* Include chanlog and release notes in docsGauvain Pocentek2017-03-175-5/+9
|
* Time tracking (#222)savenger2017-03-032-0/+51
| | | | | | | | | * Added gitlab time tracking features - get/set/remove estimated time per issue - get/set/remove time spent per issue * Added documentation for time tracking functions
* document the dynamic aspect of objectsGauvain Pocentek2017-02-041-1/+12
|
* Deploy keys: rework enable/disableGauvain Pocentek2017-02-041-2/+2
| | | | | | | | | The method have been moved to the keys manager class as they don't make sens at all on the project keys themselves. Update doc and add tests. Fixes #196
* deploy keys doc: fix inclusionGauvain Pocentek2017-01-251-1/+1
|
* Fix install docAndreas Nüßlein2017-01-231-1/+1
| | | | it's just confusing that it would say "pip" again :)
* Add support for commit creationGauvain Pocentek2017-01-212-14/+37
| | | | Fixes #206
* Add support for project runnersGauvain Pocentek2017-01-212-4/+56
| | | | | | | This API allows to enable/disable specific runners for a project, and to list the project associated runners. Fix #205