summaryrefslogtreecommitdiff
path: root/spec/serializers/deployment_entity_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-0/+2
|
* Fix deployable nil exception on job controllerfix-nil-deployable-exception-on-job-controller-showShinya Maeda2019-08-301-0/+9
| | | | When deployable is nil, we gracefully take care of the case.
* Replace finished_at with deployed_at for Deployment entity56130-deployed_atKrasimir Angelov2019-08-201-2/+2
| | | | | | | Instead of `finished_at` attribute use `deployed_at` methods which also takes into account the deployment status. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
* Add finished_at to the internal API Deployment entity56130-deployment-dateKrasimir Angelov2019-08-151-0/+4
| | | | Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
* Fix deployment entity testsGrzegorz Bizon2019-05-241-1/+1
| | | | Fixes style lint errors
* Expose build environment latest deployable name and pathGrzegorz Bizon2019-05-241-1/+10
|
* Do not serialize deployment details for build details pageGrzegorz Bizon2019-05-241-0/+32
|
* Move permission check of manual actions of deploymentsShinya Maeda2019-02-081-2/+28
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve deployment entity specShinya Maeda2018-10-121-4/+4
|
* Fix and add specShinya Maeda2018-10-101-0/+22
|
* Merge request widget redesignFatih Acet2017-05-091-1/+1
|
* Cleanup duplicates in deploymentEntityDetailed and add small spec tests26914-deploy_history_data_sourcePawel Chojnacki2017-04-201-10/+4
|
* Reduce the amount of data deployment endpoint returnsPawel Chojnacki2017-04-201-1/+1
|
* Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-281-0/+4
|
* Remove unnecessary spacesShinya Maeda2017-03-231-1/+1
|
* Fix deployment_entity_spec.rb. It also reads BuildSerializer.Shinya Maeda2017-03-231-1/+8
|
* Do not use absolute URLS in entities use relativeGrzegorz Bizon2016-11-171-1/+1
|
* Add tests for deployment and environment entititesfeature/view-related-serializersGrzegorz Bizon2016-11-041-0/+20