Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose failure reason in pipeline error badge | Grzegorz Bizon | 2017-10-05 | 1 | -2/+6 |
| | | | | | Conflicts: app/serializers/pipeline_entity.rb | ||||
* | Use hook for setting Pipeline config_source | Zeger-Jan van de Weg | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Add config_source to ci_pipelines | Zeger-Jan van de Weg | 2017-08-31 | 1 | -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 namespace | Douwe Maan | 2017-07-05 | 1 | -10/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-time | Z.J. van de Weg | 2017-06-01 | 1 | -1/+1 |
|\ | |||||
| * | Introduce source to pipeline entitytrigger-source | Kamil Trzcinski | 2017-05-31 | 1 | -1/+1 |
| | | |||||
* | | Incorporate review | Z.J. van de Weg | 2017-05-31 | 1 | -0/+17 |
| | | |||||
* | | Create PipelineDetailsEntity | Z.J. van de Weg | 2017-05-31 | 1 | -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 names | Douwe Maan | 2017-05-12 | 1 | -4/+1 |
| | |||||
* | Merge request widget redesign | Fatih Acet | 2017-05-09 | 1 | -3/+5 |
| | |||||
* | Improve code style related to protected actions | Grzegorz Bizon | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | Introduce endpoint optimisations | Kamil Trzcinski | 2017-04-06 | 1 | -4/+4 |
| | |||||
* | 3 lines to One line. Correct spec caption. | Shinya Maeda | 2017-03-23 | 1 | -4/+1 |
| | |||||
* | Expose only status. ci_cd_status to status. Support abstract class. | Shinya Maeda | 2017-03-23 | 1 | -5/+7 |
| | |||||
* | Do not generate pipeline ref path if ref not present | Grzegorz Bizon | 2017-01-20 | 1 | -4/+6 |
| | |||||
* | Rename some pipeline and build related entities | Grzegorz Bizon | 2016-12-21 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Add specs for pipeline entity and improve factory | Grzegorz Bizon | 2016-12-21 | 1 | -18/+30 |
| | | | | [ci skip] | ||||
* | Improve performance of Pipelines API | Kamil Trzcinski | 2016-12-15 | 1 | -3/+1 |
| | |||||
* | Fix pipeline detailed status serializer and entities | Grzegorz Bizon | 2016-12-15 | 1 | -2/+7 |
| | |||||
* | Integrate new stages into ci pipeline serializer | Grzegorz Bizon | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | Add status entity prototype and expose in pipeline | Grzegorz Bizon | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | Remove support from incremental pipeline updates | Grzegorz Bizon | 2016-12-01 | 1 | -31/+7 |
| | |||||
* | Expose created_at and updated_at in pipeline entity | Grzegorz Bizon | 2016-11-12 | 1 | -0/+2 |
| | |||||
* | Make updated_at optional in pipelines serializer | Grzegorz Bizon | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Refine incremental pipeline serializer | Grzegorz Bizon | 2016-11-10 | 1 | -18/+33 |
| | |||||
* | Add `pipeline.url` to API [ci skip] | Kamil Trzcinski | 2016-11-10 | 1 | -19/+8 |
| | |||||
* | Fix failures [ci skip] | Kamil Trzcinski | 2016-11-10 | 1 | -6/+8 |
| | |||||
* | Support pipelines API | Kamil Trzcinski | 2016-11-10 | 1 | -0/+84 |
Pass `updated_at` to get only incremental changes since last update |