Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-01-10 05:45:47 +0300
committerJohn Cai <jcai@gitlab.com>2019-02-07 09:25:37 +0300
commit1f2f38f59a719f7dae110835b8beb3d94fdcd94d (patch)
tree3ced63bee26527bb69e570b65ec568e8c1e35a71 /changelogs
parent3daa53e821c68069d68627bebd58a8291269106d (diff)
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