Commit 4ef3e835 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'zj-opt-out-list-commits-by-oid' into 'master'

Move ListCommitsByOid to OPT_OUT

See merge request gitlab-org/gitlab-ce!18175
parents 7412ad2e 2ba01185
---
title: ListCommitsByOid is executed by Gitaly by default
merge_request:
author:
type: performance
......@@ -231,7 +231,8 @@ module Gitlab
# relation to each other. The last 10 commits for a branch for example,
# should go through .where
def batch_by_oid(repo, oids)
repo.gitaly_migrate(:list_commits_by_oid) do |is_enabled|
repo.gitaly_migrate(:list_commits_by_oid,
status: Gitlab::GitalyClient::MigrationStatus::OPT_OUT) do |is_enabled|
if is_enabled
repo.gitaly_commit_client.list_commits_by_oid(oids)
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment