Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-08 | 1 | -11/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-20 | 1 | -3/+7 |
| | |||||
* | Removes potentially incorrect, and slow fallbackremove_deployment_metrics_deployment_platform_fallback | Thong Kuah | 2019-07-25 | 1 | -12/+1 |
| | | | | | | | Deployment_platform is relatively expensive and calling this after the fact means that this may not be the cluster that was deployed to. Correspondingly reduce the leeway given in the related N+1 spec | ||||
* | Restore fallback to deployment_platform_cluster | Thong Kuah | 2019-07-08 | 1 | -1/+12 |
| | | | | In 12.2 we will remove this fallback. | ||||
* | Extract deployment_metrics into own object | Thong Kuah | 2019-07-08 | 1 | -0/+50 |
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 |