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
c3cf1d6b
Commit
c3cf1d6b
authored
Apr 13, 2021
by
Drew Blessing
Committed by
Douglas Barbosa Alexandre
Apr 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default enable cascading settings feature flag
parent
9dd41bd6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app/models/concerns/cascading_namespace_setting_attribute.rb
app/models/concerns/cascading_namespace_setting_attribute.rb
+1
-1
changelogs/unreleased/dblessing_cascading_settings_default_enabled.yml
...released/dblessing_cascading_settings_default_enabled.yml
+5
-0
config/feature_flags/development/cascading_namespace_settings.yml
...eature_flags/development/cascading_namespace_settings.yml
+2
-2
No files found.
app/models/concerns/cascading_namespace_setting_attribute.rb
View file @
c3cf1d6b
...
...
@@ -25,7 +25,7 @@ module CascadingNamespaceSettingAttribute
class_methods
do
def
cascading_settings_feature_enabled?
::
Feature
.
enabled?
(
:cascading_namespace_settings
,
default_enabled:
fals
e
)
::
Feature
.
enabled?
(
:cascading_namespace_settings
,
default_enabled:
tru
e
)
end
private
...
...
changelogs/unreleased/dblessing_cascading_settings_default_enabled.yml
0 → 100644
View file @
c3cf1d6b
---
title
:
Default enable cascading settings feature flag
merge_request
:
59026
author
:
type
:
changed
config/feature_flags/development/cascading_namespace_settings.yml
View file @
c3cf1d6b
---
name
:
cascading_namespace_settings
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55678
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/32
1724
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/32
7230
milestone
:
'
13.11'
type
:
development
group
:
group::access
default_enabled
:
fals
e
default_enabled
:
tru
e
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