summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: add MR APIGauvain Pocentek2016-08-073-0/+147
|
* fix labels deletion exampleGauvain Pocentek2016-08-071-1/+1
|
* docs: add licenses APIGauvain Pocentek2016-08-063-0/+30
|
* docs: add labales APIGauvain Pocentek2016-08-063-0/+76
|
* Add support for project environmentsGauvain Pocentek2016-08-063-0/+74
|
* docs: add deploy keys APIGauvain Pocentek2016-08-063-0/+95
|
* doc: replace incorrect archive call()Gauvain Pocentek2016-08-041-2/+2
|
* document namespaces APIGauvain Pocentek2016-08-044-1/+30
|
* Add support from listing group issuesGauvain Pocentek2016-07-242-0/+26
|
* Docs: drop the FAQGauvain Pocentek2016-07-242-16/+0
| | | | The only question is now documented in the API examples.
* docs: issues APIGauvain Pocentek2016-07-245-4/+154
|
* docs: commits APIGauvain Pocentek2016-07-243-0/+138
|
* doc: fix doubled parameterGauvain Pocentek2016-07-181-1/+1
|
* docs: groups API documentationGauvain Pocentek2016-07-173-0/+178
|
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-172-2/+25
| | | | | | | | | Some API calls will download possibly large data, resulting in a high memory usage and out-of-memory errors. For these API calls use the requests streaming capabilities and download chunked data. The caller is responsible of providing a callable to actually store the data. The default callable just prints the data on stdout.
* docs: Add builds-related API docsGauvain Pocentek2016-07-173-0/+247
|
* Implement runners global APIGauvain Pocentek2016-07-173-0/+68
|
* docs: fork relationship APIGauvain Pocentek2016-07-172-5/+16
|
* docs: project search APIGauvain Pocentek2016-07-171-0/+3
|
* docs: document hooks APIGauvain Pocentek2016-07-172-0/+70
|
* Implement sharing project with a groupGauvain Pocentek2016-07-162-0/+10
|
* docs: add project members docGauvain Pocentek2016-07-162-0/+83
|
* docs: document projects APIGauvain Pocentek2016-07-164-1/+165
|
* Implement user emails supportGauvain Pocentek2016-07-162-0/+108
|
* docs: crossref improvementsGauvain Pocentek2016-07-162-12/+19
|
* document users APIGauvain Pocentek2016-07-163-0/+217
|
* Add branches API documentationGauvain Pocentek2016-07-164-0/+82
|
* docs: start a FAQGauvain Pocentek2016-06-082-0/+16
|
* add HTTP auth options to docGauvain Pocentek2016-05-301-0/+4
|
* Manage optional parameters for list() and get()Gauvain Pocentek2016-05-152-9/+27
| | | | | * List these elements in the API doc * Implement for License objects
* Re-implement _custom_list in the Gitlab classGauvain Pocentek2016-02-181-1/+2
| | | | | | | | Rename the method _raw_list. This adds support for the ``all=True`` option to enable automatic recursion and avoid pagination if requested by the user. Fixes #93
* CI: implement user get-by-usernameGauvain Pocentek2016-02-141-0/+7
| | | | fixes #95
* docs: do not use the :option: markupGauvain Pocentek2016-02-031-5/+4
|
* Add docstrings to some methodsGauvain Pocentek2016-01-311-3/+3
|
* Automatic doc generation for BaseManager classesGauvain Pocentek2016-01-314-6/+98
| | | | | Provide a sphinx extension that parses the required/optioanl attributes and add infoo to the class docstring.
* Add sudo supportGauvain Pocentek2016-01-302-0/+16
|
* remove "=" in examples for consistencyGauvain Pocentek2016-01-131-3/+3
|
* (re)add CLI examples in the docGauvain Pocentek2016-01-131-0/+61
|
* Improve the API documentation.Gauvain Pocentek2016-01-103-6/+29
|
* Bump versionGauvain Pocentek2016-01-091-1/+1
| | | | And update copyright years.
* document the API migration from 0.10Gauvain Pocentek2016-01-092-0/+126
|
* Provide a getting started doc for the APIGauvain Pocentek2016-01-035-7/+125
|
* Document installation using pip and gitGauvain Pocentek2016-01-032-0/+22
|
* Document the CLIGauvain Pocentek2016-01-032-4/+128
|
* update the docs copyright yearsGauvain Pocentek2016-01-021-1/+1
|
* try to fix the RTD buildGauvain Pocentek2015-12-181-1/+2
|
* more README updatesGauvain Pocentek2015-06-171-2/+2
|
* sphinx: don't hardcode the version in conf.pyGauvain Pocentek2015-05-111-3/+6
|
* Make sphinx-configuration work with python2Mika Mäenpää2014-12-091-2/+2
|
* Simple sphinx-project that automatically creates api documentation.Mika Mäenpää2014-12-098-0/+744