Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-19Add latest changes from gitlab-org/gitlab@16-2-stable-eev16.2.0-rc42GitLab Bot
2023-05-17Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc42GitLab Bot
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2019-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-08Extract deployment_metrics into own objectThong Kuah
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
2018-11-14Avoid returning deployment metrics url to MR widget when the deployment is ↵Shinya Maeda
not successful
2018-11-12Removes feature flag for ciEnvironmentsStatusChangesFilipa Lacerda
2018-10-29post merge pipeline and environments statusAlessio Caiazza
2018-10-18Show modified and added public paths in MRAlessio Caiazza
2018-10-18Move ci_environments_status to a modelAlessio Caiazza
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.