summaryrefslogtreecommitdiff
path: root/app/serializers/pipeline_entity.rb
Commit message (Collapse)AuthorAgeFilesLines
* Expose failure reason in pipeline error badgeGrzegorz Bizon2017-10-051-2/+6
| | | | | Conflicts: app/serializers/pipeline_entity.rb
* Use hook for setting Pipeline config_sourceZeger-Jan van de Weg2017-09-061-1/+1
|
* Add config_source to ci_pipelinesZeger-Jan van de Weg2017-08-311-0/+1
| | | | | | | Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-10/+3
|
* Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeZ.J. van de Weg2017-06-011-1/+1
|\
| * Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-1/+1
| |
* | Incorporate reviewZ.J. van de Weg2017-05-311-0/+17
| |
* | Create PipelineDetailsEntityZ.J. van de Weg2017-05-311-21/+2
|/ | | | | | | | Now we have a PipelineEntity which is a bit smaller, mostly in bytes needing to send to the frontend. PipelineDetailsEntity is the default for the PipelineSerializer, limiting the changes needed. This commit also incorporates the review.
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-4/+1
|
* Merge request widget redesignFatih Acet2017-05-091-3/+5
|
* Improve code style related to protected actionsGrzegorz Bizon2017-05-031-3/+3
|
* Introduce endpoint optimisationsKamil Trzcinski2017-04-061-4/+4
|
* 3 lines to One line. Correct spec caption.Shinya Maeda2017-03-231-4/+1
|
* Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-231-5/+7
|
* Do not generate pipeline ref path if ref not presentGrzegorz Bizon2017-01-201-4/+6
|
* Rename some pipeline and build related entitiesGrzegorz Bizon2016-12-211-3/+3
| | | | [ci skip]
* Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-211-18/+30
| | | | [ci skip]
* Improve performance of Pipelines APIKamil Trzcinski2016-12-151-3/+1
|
* Fix pipeline detailed status serializer and entitiesGrzegorz Bizon2016-12-151-2/+7
|
* Integrate new stages into ci pipeline serializerGrzegorz Bizon2016-12-091-1/+1
|
* Add status entity prototype and expose in pipelineGrzegorz Bizon2016-12-071-1/+1
|
* Remove support from incremental pipeline updatesGrzegorz Bizon2016-12-011-31/+7
|
* Expose created_at and updated_at in pipeline entityGrzegorz Bizon2016-11-121-0/+2
|
* Make updated_at optional in pipelines serializerGrzegorz Bizon2016-11-101-1/+1
|
* Refine incremental pipeline serializerGrzegorz Bizon2016-11-101-18/+33
|
* Add `pipeline.url` to API [ci skip]Kamil Trzcinski2016-11-101-19/+8
|
* Fix failures [ci skip]Kamil Trzcinski2016-11-101-6/+8
|
* Support pipelines APIKamil Trzcinski2016-11-101-0/+84
Pass `updated_at` to get only incremental changes since last update