Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot be4229fb3a Add latest changes from gitlab-org/gitlab@master 2021-12-14 03:13:32 +00:00
Krasimir Angelov 92ac94c26e Replace finished_at with deployed_at for Deployment entity
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.
2019-08-20 12:39:19 +03:00
Krasimir Angelov 18159235a3 Add finished_at to the internal API Deployment entity
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
2019-08-15 10:53:48 +03:00
gfyoung dce26700b2 Enable frozen string in app/serializers/**/*.rb
Partially addresses #47424.
2018-07-23 11:27:39 -07:00
Pawel Chojnacki 33f7c40f3f use represent_concise instead of separate entity 2017-04-24 22:34:36 +02:00
Pawel Chojnacki 7320387343 Use DeploymentSerializer to create deployment json 2017-03-28 12:52:13 +02:00