summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* Support the scope attribute in runners.list()Gauvain Pocentek2017-01-212-3/+10
|
* Update project.archive() docsWill Starms2017-01-112-5/+4
|
* Fix duplicated data in API docsGauvain Pocentek2016-12-261-3/+0
| | | | Fixes #190
* Snippet: content() -> raw()Gauvain Pocentek2016-12-261-2/+2
| | | | | Using the content() method causes conflicts with the API `content` attribute.
* SnippetManager: all() -> public()Gauvain Pocentek2016-12-262-1/+11
| | | | Rename the method to make what it does more explicit.
* [docs] Add doc for snippetsGauvain Pocentek2016-12-254-0/+77
|
* [docs] artifacts example: open file in wb modeGauvain Pocentek2016-12-241-1/+1
| | | | Fixes #194
* [docs] update pagination sectionGauvain Pocentek2016-12-241-1/+6
| | | | | | First page is page 1. Fixes #197
* docs: remove the build warning about _staticGauvain Pocentek2016-11-201-1/+1
|
* Add support for triggering a new buildGauvain Pocentek2016-11-202-11/+32
| | | | Fixes #184
* docs: fix "required" attributeGauvain Pocentek2016-11-141-1/+1
|
* docs: add missing requiredCreateAttrsGauvain Pocentek2016-11-141-0/+3
|
* Add support for templates APIGauvain Pocentek2016-11-065-30/+99
| | | | | | Add gitlab CI and gitignores APIs Rework the templates/license API docs
* Make the manager objects create mor dynamicGauvain Pocentek2016-11-052-5/+18
| | | | | | | | For the gitlab.Gitlab object make the detection of "submanagers" more dynamic. This will avoid duplication of definitions. Update the sphinx extension to add these managers in the list of attributes.
* Implement merge requests diff supportGauvain Pocentek2016-11-052-4/+26
|
* Add a 'report a bug' link on docGauvain Pocentek2016-11-051-0/+24
|
* Sphinx ext: factorize the build methodsGauvain Pocentek2016-11-051-23/+10
|
* API docs: add managers doc in GitlabObject'sGauvain Pocentek2016-11-051-0/+7
|
* Rework the API documentationGauvain Pocentek2016-11-055-79/+145
| | | | | | | | Update the sphinx extension to add method definition in the docs. This makes the documentation a bit more usable. Hide attributes that should not have been exposed. They still exist in the code but their documentation doesn't make much sense.