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
10cf97e8
Commit
10cf97e8
authored
Jun 17, 2020
by
Andrew Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
afad017b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/project/operations/feature_flags.md
doc/user/project/operations/feature_flags.md
+3
-3
No files found.
doc/user/project/operations/feature_flags.md
View file @
10cf97e8
...
@@ -150,9 +150,9 @@ target users. See the [Ruby example](#ruby-application-example) below.
...
@@ -150,9 +150,9 @@ target users. See the [Ruby example](#ruby-application-example) below.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/35930) in GitLab 13.1.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/35930) in GitLab 13.1.
A feature flag
may be enabled for a saved list of users. Under the hood, this is
A feature flag
can be enabled for lists of users created with the
[
Feature Flag User List API
](
../../../api/feature_flag_user_lists.md
)
.
similar to
[
User IDs
](
#user-ids
)
, but instead relies on lists created through
Similar to
[
User IDs
](
#user-ids
)
, it uses the Unleash
[
`userWithId`
](
https://unleash.github.io/docs/activation_strategy#userwithid
)
the
[
User List API
](
../../../api/feature_flag_user_lists.md
)
.
activation strategy
.
## Integrate feature flags with your application
## Integrate feature flags with your application
...
...
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