summaryrefslogtreecommitdiff
path: root/app/serializers/build_details_entity.rb
Commit message (Expand)AuthorAgeFilesLines
* Add stage name in job.json responseSteve Azzopardi2018-10-121-0/+1
* Removes icon key from job endpointFilipa Lacerda2018-10-041-8/+0
* Add has_trace to Projects::JobController#show.jsonSteve Azzopardi2018-09-271-0/+1
* Expose runners status information in job apiSteve Azzopardi2018-09-181-0/+18
* Add deployment information in job APISteve Azzopardi2018-09-131-0/+14
* Add trigger information for job APISteve Azzopardi2018-09-121-0/+6
* Add terminal path to job API responseSteve Azzopardi2018-09-061-0/+8
* Add artifact information for job controllerSteve Azzopardi2018-09-031-0/+22
* Enable frozen string in app/serializers/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-serializersgfyoung2018-07-231-0/+2
* Fix link to job when creating a new issue from a failed jobRémy Coutable2018-07-031-1/+1
* Refactor build_metadataTomasz Maczukin2018-03-281-3/+1
* Rename metadata relation and methodsTomasz Maczukin2018-03-281-1/+3
* Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-281-4/+1
* Change timeout_source to enumTomasz Maczukin2018-03-281-1/+1
* Replace user_readable with human_readableTomasz Maczukin2018-03-281-1/+1
* Show timeout information on job's pageTomasz Maczukin2018-03-281-0/+5
* Do not allow jobs to be erasedShinya Maeda2017-11-061-1/+1
* Implemented the new Description ContentTim Zallmann2017-09-121-1/+1
* Fixed the URL + renamed to Job FailedTim Zallmann2017-09-121-2/+2
* Fix target project merge request link on build pagefix/gb/fix-build-merge-request-link-to-fork-projectGrzegorz Bizon2017-07-211-1/+2
* Fix job merge request link to a forked source projectGrzegorz Bizon2017-07-191-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-5/+5
* Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin2017-06-141-6/+3
|\
| * Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon2017-06-141-1/+1
| |\
| | * Rename BuildEntity to JobEntityKamil Trzcinski2017-06-131-1/+1
| * | Do not expose internal artifacts hash in build entityfix/gb/remove-invalid-build-details-exposureGrzegorz Bizon2017-06-131-5/+2
| |/
* | Merge remote-tracking branch 'upstream/master' into 33149-rename-more-builds33149-rename-more-buildsLin Jen-Shin2017-06-131-4/+2
|\ \ | |/
| * Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-4/+2
* | Fix raw_path with the new job path, rename to jobLin Jen-Shin2017-06-061-1/+1
|/
* Fix test failuresKamil Trzcinski2017-06-031-4/+9
* Add user to BuildDetailsEntityZ.J. van de Weg2017-06-021-3/+7
* Rename build to jobZ.J. van de Weg2017-06-011-1/+1
* Incorporate reviewZ.J. van de Weg2017-05-311-2/+13
* Create PipelineDetailsEntityZ.J. van de Weg2017-05-311-18/+14
* Initial implementation for real time job viewZ.J. van de Weg2017-05-311-0/+34