summaryrefslogtreecommitdiff
path: root/lib/feature.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-0/+2
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-17/+76
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-2/+13
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+5
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-2/+9
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-10/+20
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-28/+71
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+9
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+9
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+18
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-5/+7
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-3/+3
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+6
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+0
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-10/+22
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+12
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-23/+18
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-27/+78
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-5/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add new Feature.remove method65363-add-feature-removeAsh McKenzie2019-08-011-0/+7
* Cache Flipper feature flags in L1 and L2 cachessh-cache-flipper-checks-in-memoryStan Hu2019-07-031-3/+20
* Cache Flipper persisted names directly to local memory storagesh-cache-flipper-names-memory-cacheStan Hu2019-07-021-1/+3
* Cache feature flag names in Redis for a minuteStan Hu2019-06-181-1/+6
* Allow setting feature flags per GitLab groupJames Edwards-Jones2019-02-191-2/+8
* Allow setting of feature gates per projectZeger-Jan van de Weg2019-01-141-0/+38
* 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