summaryrefslogtreecommitdiff
path: root/spec/lib/feature_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache Flipper feature flags in L1 and L2 cachessh-cache-flipper-checks-in-memoryStan Hu2019-07-031-0/+62
* Cache Flipper persisted names directly to local memory storagesh-cache-flipper-names-memory-cacheStan Hu2019-07-021-1/+1
* Cache feature flag names in Redis for a minuteStan Hu2019-06-181-1/+8
* Allow setting feature flags per GitLab groupJames Edwards-Jones2019-02-191-2/+3
* Allow setting of feature gates per projectZeger-Jan van de Weg2019-01-141-0/+14
* Refactor Feature.flipper methodmk/improve-usage-of-request-storeMichael Kozono2018-09-241-9/+11
* add 'default_enabled' to feature flagsBrett Walker2018-09-051-0/+8
* Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto2018-08-221-0/+66
* Allow feature flag names to be a symbolda-feature-flagsDouglas Barbosa Alexandre2018-07-191-7/+25
* Use RequestStore to memoize Flipper features so that memoized values are clea...Rémy Coutable2018-06-011-0/+24
* Cache feature names in RequestStoreYorick Peterse2017-11-071-0/+41
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+26