Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bf9b818a
Commit
bf9b818a
authored
Feb 16, 2021
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the fetch_mirror_check_tags_changed feature flag
parent
e641a185
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
+6
-9
changelogs/unreleased/292602-remove-fetch_mirror_check_tags_changed-ff.yml
...ased/292602-remove-fetch_mirror_check_tags_changed-ff.yml
+5
-0
ee/app/services/projects/update_mirror_service.rb
ee/app/services/projects/update_mirror_service.rb
+1
-1
ee/config/feature_flags/development/fetch_mirror_check_tags_changed.yml
...ure_flags/development/fetch_mirror_check_tags_changed.yml
+0
-8
No files found.
changelogs/unreleased/292602-remove-fetch_mirror_check_tags_changed-ff.yml
0 → 100644
View file @
bf9b818a
---
title
:
Improve pull mirroring performance
merge_request
:
54353
author
:
type
:
performance
ee/app/services/projects/update_mirror_service.rb
View file @
bf9b818a
...
...
@@ -33,7 +33,7 @@ module Projects
checksum_before
=
project
.
repository
.
checksum
update_tags
do
project
.
fetch_mirror
(
forced:
true
,
check_tags_changed:
Feature
.
enabled?
(
:fetch_mirror_check_tags_changed
,
project
)
)
project
.
fetch_mirror
(
forced:
true
,
check_tags_changed:
true
)
end
update_branches
...
...
ee/config/feature_flags/development/fetch_mirror_check_tags_changed.yml
deleted
100644 → 0
View file @
e641a185
---
name
:
fetch_mirror_check_tags_changed
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49629
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/292602
milestone
:
'
13.8'
type
:
development
group
:
group::source code
default_enabled
:
false
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