Commit Graph

8 Commits

Author SHA1 Message Date
GitLab Bot ae6b82598f Add latest changes from gitlab-org/gitlab@master 2022-04-08 09:08:18 +00:00
GitLab Bot 6b13a226dd Add latest changes from gitlab-org/gitlab@master 2019-11-29 09:06:31 +00:00
Thong Kuah d2ba2951f7 Extract deployment_metrics into own object
We can now share project so that we don't have to load project twice.
Also, this extracts non-relevant logic out of Deployment.

Update DeploymentsController accordingly
2019-07-08 09:13:21 +12:00
Shinya Maeda 1048ed4d86 Avoid returning deployment metrics url to MR widget when the deployment is not successful 2018-11-14 11:11:27 +00:00
Filipa Lacerda 9736eff056 Removes feature flag for ciEnvironmentsStatusChanges 2018-11-12 16:33:59 +00:00
Alessio Caiazza dadc046d3a post merge pipeline and environments status 2018-10-29 11:34:41 +00:00
Alessio Caiazza d60cc75d43 Show modified and added public paths in MR 2018-10-18 16:25:31 +02:00
Alessio Caiazza 4a9efc606f Move ci_environments_status to a model
GET :namespace/merge_requests/:id/ci_environments_status complexity
already reached a limit for a direct serialization from an hash
computed at within the controller function.

Here we introduce a virtual model EnvironmentStatus and its serializer.
2018-10-18 16:12:16 +02:00