summaryrefslogtreecommitdiff
path: root/docs/gl_objects/deploy_keys.py
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Rework the examples pagesGauvain Pocentek2018-05-201-35/+0
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-111-11/+2
|
* Add DeployKey{,Manager} classesGauvain Pocentek2017-03-171-2/+2
| | | | | | They are the same as Key and KeyManager but the name makes more sense. Fixes #212
* 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
|
* Move deploy key enable/disable to the objectGauvain Pocentek2016-11-051-2/+2
| | | | | To keep things consistent with other objects, action methods are available on the object itself, not the manager.
* Fixing the response and project_id argumentAsher2562016-11-011-4/+0
|
* Documentation for enable/disable deploy key functionsAsher256@users.noreply.github.com2016-10-301-0/+12
|
* docs: add deploy keys APIGauvain Pocentek2016-08-061-0/+36