Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-06Improve Features API and its docs and add a Changelog itemRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-28Rename flipper_group to feature_groupRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-27Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ↵Rémy Coutable
exclusive Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-27Allow the feature flags to be enabled/disabled with more granularityRémy Coutable
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>
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez