BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d5d7bcf8
Commit
d5d7bcf8
authored
Apr 04, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zj-opt-out-delete-refs' into 'master'
Bulk deleting refs is handled by Gitaly by default See merge request gitlab-org/gitlab-ce!18180
parents
1be9f587
39cc4a92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
zj-opt-out-delete-refs.yml
changelogs/unreleased/zj-opt-out-delete-refs.yml
+5
-0
repository.rb
lib/gitlab/git/repository.rb
+2
-1
No files found.
changelogs/unreleased/zj-opt-out-delete-refs.yml
0 → 100644
View file @
d5d7bcf8
---
title
:
Bulk deleting refs is handled by Gitaly by default
merge_request
:
author
:
type
:
performance
lib/gitlab/git/repository.rb
View file @
d5d7bcf8
...
...
@@ -885,7 +885,8 @@ module Gitlab
end
def
delete_refs
(
*
ref_names
)
gitaly_migrate
(
:delete_refs
)
do
|
is_enabled
|
gitaly_migrate
(
:delete_refs
,
status:
Gitlab
::
GitalyClient
::
MigrationStatus
::
OPT_OUT
)
do
|
is_enabled
|
if
is_enabled
gitaly_delete_refs
(
*
ref_names
)
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment