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
39c2eabf
Commit
39c2eabf
authored
Jun 23, 2020
by
Marcel Amirault
Committed by
Suzanne Selhorn
Jun 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix list in feature flag doc
parent
05d218b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
doc/user/project/operations/feature_flags.md
doc/user/project/operations/feature_flags.md
+9
-11
No files found.
doc/user/project/operations/feature_flags.md
View file @
39c2eabf
...
...
@@ -35,18 +35,16 @@ To create and enable a feature flag:
1.
Navigate to your project's
**Operations > Feature Flags**
.
1.
Click the
**New feature flag**
button.
1.
Fill in the details:
-
Enter a name that starts with a letter and contains only lowercase letters, digits, underscores (
`_`
),
or dashes (
`-`
), and does not end with a dash (
`-`
) or underscore (
`_`
).
-
Enter a description (optional, 255 characters max).
1.
Enter a name that starts with a letter and contains only lowercase letters, digits, underscores (
`_`
),
or dashes (
`-`
), and does not end with a dash (
`-`
) or underscore (
`_`
).
1.
Enter a description (optional, 255 characters max
).
1.
Enter details about how the flag should be applied:
-
In GitLab 13.0 and earlier, add
**Environment specs**
. For each environment,
include the:
-
Status (default enabled)
-
[
Rollout strategy
](
#rollout-strategy-legacy
)
(
defaults
to all users)
-
In GitLab 13.1 and later, add Feature Flag
[
**Strategies**
](
#feature-flag-strategies
)
. For
each strategy, include the:
-
Type (defaults to
[
All users
](
#all-users
)
)
-
Environment (defaults to all environments)
include the
**Status**
(default enabled) and
[
**Rollout strategy**
](
#rollout-strategy-legacy
)
(defaults to
**All users**
).
-
In GitLab 13.1 and later, add Feature Flag
[
**Strategies**
](
#feature-flag-strategies
)
.
For each strategy, include the
**Type**
(defaults to
[
**All users**
](
#all-users
)
)
and
**Environments**
(defaults to all environments).
1.
Click
**Create feature flag**
.
You can change these settings by clicking the
**{pencil}**
(edit) button
...
...
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