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
d20f5a03
Commit
d20f5a03
authored
Sep 09, 2020
by
Kamil Trzciński | OoO till 11th of Sept
Committed by
Kamil Trzciński
Sep 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
ac60a760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
doc/development/feature_flags/development.md
doc/development/feature_flags/development.md
+3
-5
No files found.
doc/development/feature_flags/development.md
View file @
d20f5a03
...
...
@@ -67,11 +67,9 @@ push_frontend_feature_flag(:my_ops_flag, project, type: :ops)
should be a one-to-one mapping of
`licensed`
feature flags to licensed features.
`licensed`
feature flags likely do not have rollout issues.
A
`licensed`
feature flag by its nature likely does not have a rollout
issue. The
`licensed`
feature flags by default has to be
`default_enabled: true`
as current implementation does not allow otherwise.
This aspect is currently in works as part of
https://gitlab.com/gitlab-org/gitlab/-/issues/218667.
`licensed`
feature flags must be
`default_enabled: true`
, because that's the only
supported option in the current implementation. This is under development as per
the
[
related issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/218667.
The
`licensed`
type has a dedicated set of functions to check if a licensed feature
is available for a project or namespace. This check validates if the license is assigned
...
...
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