Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Rework the examples pages | Gauvain Pocentek | 2018-05-20 | 1 | -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 v4 | Gauvain Pocentek | 2017-08-11 | 1 | -11/+2 |
| | |||||
* | Add DeployKey{,Manager} classes | Gauvain Pocentek | 2017-03-17 | 1 | -2/+2 |
| | | | | | | They are the same as Key and KeyManager but the name makes more sense. Fixes #212 | ||||
* | Deploy keys: rework enable/disable | Gauvain Pocentek | 2017-02-04 | 1 | -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 inclusion | Gauvain Pocentek | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Move deploy key enable/disable to the object | Gauvain Pocentek | 2016-11-05 | 1 | -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 argument | Asher256 | 2016-11-01 | 1 | -4/+0 |
| | |||||
* | Documentation for enable/disable deploy key functions | Asher256@users.noreply.github.com | 2016-10-30 | 1 | -0/+12 |
| | |||||
* | docs: add deploy keys API | Gauvain Pocentek | 2016-08-06 | 1 | -0/+36 |