Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |