summaryrefslogtreecommitdiff
path: root/docs/gl_objects/builds.py
Commit message (Collapse)AuthorAgeFilesLines
* Minor doc update (variables)Gauvain Pocentek2017-12-191-4/+4
| | | | Fixes #400
* [doc] Fix project.triggers.create example with v4 APIJerome Robert2017-11-071-1/+2
|
* Add support for group variablesGauvain Pocentek2017-09-021-2/+6
|
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-111-36/+17
|
* [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