summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-05-06 16:57:44 -0700
committerJohn Cai <jcai@gitlab.com>2019-05-14 12:13:19 -0500
commitf86797b5a91791875ccd1a02806d4cab236c1ac6 (patch)
treee48b1e9bcf1e068baf84d4780e65c25b5c9a9110 /changelogs
parente1aa7f5074aab8190d16a6f25121d33b99a07238 (diff)
downloadgitlab-ce-f86797b5a91791875ccd1a02806d4cab236c1ac6.tar.gz
Omit max-count for diverging_commit_counts behind feature flagjc-omit-count-diverging-commits-max
We want to optimize the query for the CountDivergingCommits rpc by removing the --max-count argument now that we have commit graphs enabled for all repositories during housekeeping. However, we want to test this first behind a feature flag.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jc-omit-count-diverging-commits-max.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jc-omit-count-diverging-commits-max.yml b/changelogs/unreleased/jc-omit-count-diverging-commits-max.yml
new file mode 100644
index 00000000000..23235060a98
--- /dev/null
+++ b/changelogs/unreleased/jc-omit-count-diverging-commits-max.yml
@@ -0,0 +1,5 @@
+---
+title: Omit max-count for diverging_commit_counts behind feature flag
+merge_request: 28157
+author:
+type: other