Commit Graph

5 Commits

Author SHA1 Message Date
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