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
07681106
Commit
07681106
authored
Jul 14, 2020
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable geo_project_registry_ssot_sync FF by default
parent
fc115968
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/models/geo/project_registry.rb
ee/app/models/geo/project_registry.rb
+1
-1
ee/changelogs/unreleased/228951-enable-feature-flag-to-make-registry-table-ssot-for-projects-an.yml
...ture-flag-to-make-registry-table-ssot-for-projects-an.yml
+5
-0
No files found.
ee/app/models/geo/project_registry.rb
View file @
07681106
...
...
@@ -44,7 +44,7 @@ class Geo::ProjectRegistry < Geo::BaseRegistry
end
def
self
.
registry_consistency_worker_enabled?
Feature
.
enabled?
(
:geo_project_registry_ssot_sync
)
Feature
.
enabled?
(
:geo_project_registry_ssot_sync
,
default_enabled:
true
)
end
def
self
.
find_registry_differences
(
range
)
...
...
ee/changelogs/unreleased/228951-enable-feature-flag-to-make-registry-table-ssot-for-projects-an.yml
0 → 100644
View file @
07681106
---
title
:
Make Registry table SSOT for projects and wikis
merge_request
:
36901
author
:
type
:
performance
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