summaryrefslogtreecommitdiff
path: root/lib/feature.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
* Refactor Feature.flipper methodDouglas Barbosa Alexandre2018-10-051-1/+5
* Refactor Feature.flipper methodmk/improve-usage-of-request-storeMichael Kozono2018-09-241-5/+1
* Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-241-7/+3
* remove guard clause and add comment on performaceBrett Walker2018-09-051-3/+7
* add 'default_enabled' to feature flagsBrett Walker2018-09-051-4/+8
* Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto2018-08-221-1/+2
* Add repository languages for projectsZeger-Jan van de Weg2018-08-011-0/+4
* Allow feature flag names to be a symbolda-feature-flagsDouglas Barbosa Alexandre2018-07-191-1/+1
* Use RequestStore to memoize Flipper features so that memoized values are clea...Rémy Coutable2018-06-011-2/+9
* Ensure Flipper memoizer is used in Sidekiq's context45528-repeated-calls-to-redis-for-flipper-feature-flagRémy Coutable2018-05-181-1/+16
* Update flipper to 0.11.0 and take advantage of the new featuresrc/update-flipperRémy Coutable2017-12-141-8/+1
* Cache feature names in RequestStoreYorick Peterse2017-11-071-1/+13
* Re-add Feature.register_feature_groups which is already documentedRémy Coutable2017-07-101-0/+6
* Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-6/+16
* Fix Style/EmptyLines violation in lib/feature.rb33940-cache-flipper_gate-queryRobert Speicher2017-06-221-1/+0
* Add the Flipper::Middleware::Memoizer middlewareRémy Coutable2017-06-211-1/+0
* Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-openingSean McGivern2017-06-021-0/+12
* Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+41