diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-07 13:46:43 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-07 13:46:43 +0000 |
commit | b809f434699f3bc2adb84d0cb59f575cb44b5984 (patch) | |
tree | f200aa6028a0fd278729b9923d1af5ee33a835d3 /changelogs | |
parent | 1da5a103ace9c346758e9525d7f0fa55bab13599 (diff) | |
parent | c277aac9dc1a72eb8b4584ad217996a9d7daaf14 (diff) | |
download | gitlab-ce-b809f434699f3bc2adb84d0cb59f575cb44b5984.tar.gz |
Merge branch 'mr-commit-optimization' into 'master'
Use persisted/memoized value for MRs sha's instead of doing git lookups
See merge request gitlab-org/gitlab-ce!17555
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/mr-commit-optimization.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/mr-commit-optimization.yml b/changelogs/unreleased/mr-commit-optimization.yml new file mode 100644 index 00000000000..522d8951b18 --- /dev/null +++ b/changelogs/unreleased/mr-commit-optimization.yml @@ -0,0 +1,5 @@ +--- +title: Use persisted/memoized value for MRs shas instead of doing git lookups +merge_request: 17555 +author: +type: performance |