summaryrefslogtreecommitdiff
path: root/docs/gl_objects/builds.py
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Merge builds.rst and builds.pyGauvain Pocentek2018-03-171-136/+0
|
* introduce RefreshMixinPierre Tardy2018-03-041-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 artifactsPierre Tardy2018-02-051-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 Wansbrough2018-01-181-2/+10
|
* 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