summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-07-03 15:46:52 -0700
committerStan Hu <stanhu@gmail.com>2017-07-03 15:48:13 -0700
commit2a9c2fec4efd1b88e2ee8ad87818d8435a97619f (patch)
tree35feed6d2e35dbffbe489da9f38b15fa93d51c43 /changelogs/unreleased
parentb5b4054d5882782892d0a860c7e95db9a22bfdec (diff)
downloadgitlab-ce-sh-optimize-project-commit-api.tar.gz
Optimize creation of commit API by using Repository#commit instead of Repository#commitssh-optimize-project-commit-api
Repository#commits is expensive because it has to use Rugged to walk the Git tree as opposed to doing a direct ref lookup. Improves performance in #34533
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/sh-optimize-project-commit-api.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-optimize-project-commit-api.yml b/changelogs/unreleased/sh-optimize-project-commit-api.yml
new file mode 100644
index 00000000000..e6a8a80593c
--- /dev/null
+++ b/changelogs/unreleased/sh-optimize-project-commit-api.yml
@@ -0,0 +1,4 @@
+---
+title: Optimize creation of commit API by using Repository#commit instead of Repository#commits
+merge_request:
+author: