summaryrefslogtreecommitdiff
path: root/docs/gl_objects/builds.py
Commit message (Collapse)AuthorAgeFilesLines
* [docs] artifacts example: open file in wb modeGauvain Pocentek2016-12-241-1/+1
| | | | Fixes #194
* Add support for triggering a new buildGauvain Pocentek2016-11-201-0/+6
| | | | Fixes #184
* Implement ProjectBuild.play()Gauvain Pocentek2016-10-031-0/+4
|
* Update docs to use ProjectBuild.erase()Jonathon Reinhart2016-10-021-7/+3
|
* doc: fix doubled parameterGauvain Pocentek2016-07-181-1/+1
|
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-171-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 docsGauvain Pocentek2016-07-171-0/+99