summaryrefslogtreecommitdiff
path: root/app/serializers/build_details_entity.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+4
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
* Add latest changes from gitlab-org/security/gitlab@13-5-stable-eeGitLab Bot2020-10-301-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+3
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-3/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-121-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Extract Ci::Build#report_artifacts into methodmc/feature/reports-downloadMatija Čupić2019-05-281-3/+4
* Rename with_all_reports to with_reportsMatija Čupić2019-05-281-1/+1
* Move JobArtifactEntity to JobArtifactReportEntityMatija Čupić2019-05-281-1/+1
* Expose report download path in build detailsMatija Čupić2019-05-281-0/+4
* Do not serialize deployment details for build details pageGrzegorz Bizon2019-05-241-1/+1
* Do not serialize a deployment commit showing a jobGrzegorz Bizon2019-05-241-1/+5
* Add specs for Gitaly calls in deployment serializationGrzegorz Bizon2019-05-241-1/+0
* Do not serialize a pipeline again when showing a buildGrzegorz Bizon2019-05-241-7/+2
* Do not serialize pipeline on each build serialization requestGrzegorz Bizon2019-05-241-1/+5
* Expose build failure reasonTiger2019-04-021-0/+2
* Move job stuck status to backendSteve Azzopardi2018-10-251-0/+1
* Merge branch '52614-bugs-on-deployment-status-in-job-log-page' into 'master'Grzegorz Bizon2018-10-151-1/+1
|\
| * Send deployment_status when job starts environmentSteve Azzopardi2018-10-151-1/+1
* | 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