summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-01-09 18:45:47 -0800
committerJohn Cai <jcai@gitlab.com>2019-02-06 22:25:37 -0800
commit1f2f38f59a719f7dae110835b8beb3d94fdcd94d (patch)
tree3ced63bee26527bb69e570b65ec568e8c1e35a71 /changelogs
parent3daa53e821c68069d68627bebd58a8291269106d (diff)
downloadgitlab-ce-1f2f38f59a719f7dae110835b8beb3d94fdcd94d.tar.gz
Add client support for count diverging commits
Adds the client call for the gitaly rpc CountDivergingCommits fixing signature simplifying commit logic adding test for max-count refactoring tests
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/improve-performance-for-diverging-commit-counts.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/improve-performance-for-diverging-commit-counts.yml b/changelogs/unreleased/improve-performance-for-diverging-commit-counts.yml
new file mode 100644
index 00000000000..76ff15cba5b
--- /dev/null
+++ b/changelogs/unreleased/improve-performance-for-diverging-commit-counts.yml
@@ -0,0 +1,5 @@
+---
+title: Improve performance for diverging commit counts
+merge_request: 24287
+author:
+type: performance