summaryrefslogtreecommitdiff
path: root/doc/development/feature_flags.md
blob: 5c6316b9ac69c0c18e5228e23bd5158b7d778426 (plain)
1
2
3
4
5
6
7
# Manage feature flags

Starting from GitLab 9.3 we support feature flags via
[Flipper](https://github.com/jnunemaker/flipper/). You should use the `Feature`
class (defined in `lib/feature.rb`) in your code to get, set and list feature
flags. During runtime you can set the values for the gates via the
[admin API](../api/features.md).