summaryrefslogtreecommitdiff
path: root/doc/api/features.md
Commit message (Collapse)AuthorAgeFilesLines
* Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-061-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Document the feature groupsRémy Coutable2017-07-061-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Address #34528 by improving the feature flags documentationRémy Coutable2017-07-061-1/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Rename flipper_group to feature_group34078-allow-to-enable-feature-flags-with-more-granularityRémy Coutable2017-06-281-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ↵Rémy Coutable2017-06-271-0/+2
| | | | | | exclusive Signed-off-by: Rémy Coutable <remy@rymai.me>
* Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-0/+2
| | | | | | | | This allows to enable/disable a feature flag for a given user, or a given Flipper group (must be declared statically in the `flipper.rb` initializer beforehand). Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+83