summaryrefslogtreecommitdiff
path: root/app/serializers/deployment_entity.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-011-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-181-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-141-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-131-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-151-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-2/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Fix deployable nil exception on job controllerfix-nil-deployable-exception-on-job-controller-showShinya Maeda2019-08-301-1/+1
* Merge branch '66037-deployment-user' into 'master'Tim Zallmann2019-08-231-1/+1
|\
| * Extract logic who created deployment into Deployment#deployed_by66037-deployment-userKrasimir Angelov2019-08-221-1/+1
* | Replace finished_at with deployed_at for Deployment entity56130-deployed_atKrasimir Angelov2019-08-201-1/+1
|/
* Add finished_at to the internal API Deployment entity56130-deployment-dateKrasimir Angelov2019-08-151-0/+1
* Expose build environment latest deployable name and pathGrzegorz Bizon2019-05-241-1/+20
* Do not serialize deployment details for build details pageGrzegorz Bizon2019-05-241-5/+9
* Move permission check of manual actions of deploymentsShinya Maeda2019-02-081-2/+8
* Add scheduled actions in deployment entityShinya Maeda2018-10-041-0/+1
* Enable frozen string in app/serializers/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-serializersgfyoung2018-07-231-0/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+1
* Rename BuildEntity to JobEntityKamil Trzcinski2017-06-131-2/+2
* use represent_concise instead of separate entityPawel Chojnacki2017-04-241-0/+12
* Reduce the amount of data deployment endpoint returnsPawel Chojnacki2017-04-201-11/+0
* Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-281-0/+1
* Do not use absolute URLS in entities use relativeGrzegorz Bizon2016-11-171-2/+2
* Simplify implementation of entity serializersGrzegorz Bizon2016-11-041-1/+1
* Add tests for serialization entities, add user entityGrzegorz Bizon2016-11-041-1/+1
* Add manual actions for deployment serializationGrzegorz Bizon2016-11-031-1/+1
* Implement entities needed for environments foldersGrzegorz Bizon2016-11-031-0/+27