summaryrefslogtreecommitdiff
path: root/app/serializers/pipeline_serializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-5/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+0
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-3/+2
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+9
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-23/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-1/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-031-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Extract preloaded_relations into method6649-extract-ee-specific-files-lines-for-ci-cd-app-serializersMatija Čupić2019-04-091-17/+23
* Expose merge request entity for pipelinesShinya Maeda2019-03-061-0/+1
* Add scheduled_actions as an explicit group of actionsShinya Maeda2018-10-021-0/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-2/+7
* Enable frozen string in app/serializers/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-serializersgfyoung2018-07-231-0/+2
* Fix pipelines serializer with preloading paginationGrzegorz Bizon2018-05-251-4/+4
* Reduce pipeline serialization queries when preloadedGrzegorz Bizon2018-05-241-3/+5
* Do not paginate pipelines active relation twiceGrzegorz Bizon2018-05-231-7/+6
* Add a `WithPagination` concern to reuse across serializersBob Van Landuyt2017-10-041-8/+2
* Merge branch 'issue_27166_2' into 'master'Douwe Maan2017-06-071-3/+4
|\
| * Avoid repeated queries for pipeline builds on merge requestsissue_27166_2Felipe Artur2017-06-061-3/+4
* | Create PipelineDetailsEntityZ.J. van de Weg2017-05-311-1/+1
|/
* Merge request widget redesignFatih Acet2017-05-091-0/+7
* Use preload because we don't want join hereLin Jen-Shin2017-04-061-1/+1
* Next roundKamil Trzcinski2017-04-061-10/+7
* Further optimise queriesKamil Trzcinski2017-04-061-8/+10
* Update tests and associationsKamil Trzcinski2017-04-061-4/+5
* Optimise includesKamil Trzcinski2017-04-061-1/+9
* Add a blank line after a guard clauseDosuken shinya2017-03-231-0/+1
* Move conditional statement to PipelineSerializer#represent_statusShinya Maeda2017-03-231-0/+1
* fetch to digShinya Maeda2017-03-231-1/+1
* Using fetch instead of direct refference for hashShinya Maeda2017-03-231-1/+1
* with_status to represent_statusShinya Maeda2017-03-231-8/+5
* with_status to only_statusShinya Maeda2017-03-231-1/+1
* Fix rubocop angerShinya Maeda2017-03-231-1/+1
* Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-231-0/+8
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Use `#present?` instead of `defined?` in serializersGrzegorz Bizon2017-02-071-1/+1
* Add specs for standalone pagination for serializersGrzegorz Bizon2017-02-061-3/+4
* Move serializers pagination class to separate moduleGrzegorz Bizon2017-02-061-1/+1
* Encapsulate reused pagination component in a classGrzegorz Bizon2017-02-021-27/+10
* Add controller test for merge requests pipelines APIGrzegorz Bizon2017-01-271-1/+2