Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Merge builds.rst and builds.py | Gauvain Pocentek | 2018-03-17 | 1 | -136/+0 |
| | |||||
* | introduce RefreshMixin | Pierre Tardy | 2018-03-04 | 1 | -0/+16 |
| | | | | | RefreshMixin allows to update a REST object so that you can poll on it. This is mostly useful for pipelines and jobs, but could be set on most of other objects, with unknown usecases. | ||||
* | add a Simplified example for streamed artifacts | Pierre Tardy | 2018-02-05 | 1 | -2/+10 |
| | | | | | Going through an object adds a lot of complication. Adding example for unzipping on the fly | ||||
* | Add manager for jobs within a pipeline. (#413) | Keith Wansbrough | 2018-01-18 | 1 | -2/+10 |
| | |||||
* | Minor doc update (variables) | Gauvain Pocentek | 2017-12-19 | 1 | -4/+4 |
| | | | | Fixes #400 | ||||
* | [doc] Fix project.triggers.create example with v4 API | Jerome Robert | 2017-11-07 | 1 | -1/+2 |
| | |||||
* | Add support for group variables | Gauvain Pocentek | 2017-09-02 | 1 | -2/+6 |
| | |||||
* | Update the objects doc/examples for v4 | Gauvain Pocentek | 2017-08-11 | 1 | -36/+17 |
| | |||||
* | [docs] artifacts example: open file in wb mode | Gauvain Pocentek | 2016-12-24 | 1 | -1/+1 |
| | | | | Fixes #194 | ||||
* | Add support for triggering a new build | Gauvain Pocentek | 2016-11-20 | 1 | -0/+6 |
| | | | | Fixes #184 | ||||
* | Implement ProjectBuild.play() | Gauvain Pocentek | 2016-10-03 | 1 | -0/+4 |
| | |||||
* | Update docs to use ProjectBuild.erase() | Jonathon Reinhart | 2016-10-02 | 1 | -7/+3 |
| | |||||
* | doc: fix doubled parameter | Gauvain Pocentek | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Allow to stream the downloads when appropriate | Gauvain Pocentek | 2016-07-17 | 1 | -0/+13 |
| | | | | | | | | | 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 docs | Gauvain Pocentek | 2016-07-17 | 1 | -0/+99 |