e37383d453
For each pipeline, the controller will call `Pipeline#latest?` to determine if the pipeline's ref is the latest for that branch. Since it's likely that the same branches are being used in each pipeline, we can reduce Gitaly overhead by caching the results of the FindCommit call.
5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
title: Cache FindCommit results in pipelines view
|
|
merge_request: 26776
|
|
author:
|
|
type: performance
|