summaryrefslogtreecommitdiff
path: root/docs/gl_objects/builds.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Add an example of pipeline schedule vars listingissue/595Gauvain Pocentek2018-11-031-0/+7
| | | | Closes #595
* [docs] don't use hardcoded values for idsGauvain Pocentek2018-06-271-1/+1
|
* ProjectPipelineJob objects can only be listedGauvain Pocentek2018-06-141-8/+14
| | | | | | And they are not directly related to ProjectJob objects. Fixes #531
* [docs] Rework the examples pagesGauvain Pocentek2018-05-201-54/+11
| | | | | | * Get rid of the .py files and bring all the python examples in the RST files * Fix a few things
* [docs] Merge builds.rst and builds.pyGauvain Pocentek2018-03-171-95/+90
|
* Support downloading a single artifact fileGauvain Pocentek2018-03-171-2/+7
| | | | Fixes #432
* introduce RefreshMixinPierre Tardy2018-03-041-0/+6
| | | | | 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 docs for pipeline schedulesGauvain Pocentek2018-02-181-0/+60
|
* Move the pipelines doc to builds.rstGauvain Pocentek2018-02-181-3/+49
|
* add a Simplified example for streamed artifactsPierre Tardy2018-02-051-2/+8
| | | | | 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-4/+14
|
* Add support for group variablesGauvain Pocentek2017-09-021-5/+11
|
* Update the objects doc/examples for v4Gauvain Pocentek2017-08-111-36/+82
|
* Add support for triggering a new buildGauvain Pocentek2016-11-201-11/+26
| | | | Fixes #184
* Implement ProjectBuild.play()Gauvain Pocentek2016-10-031-0/+6
|
* Update docs to use ProjectBuild.erase()Jonathon Reinhart2016-10-021-3/+3
|
* docs: issues APIGauvain Pocentek2016-07-241-3/+3
|
* Allow to stream the downloads when appropriateGauvain Pocentek2016-07-171-2/+12
| | | | | | | | | 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/+147