summaryrefslogtreecommitdiff
path: root/spec/lib/feature_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-11-stable-eev15.11.0-rc42GitLab Bot2023-04-201-27/+0
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-1/+28
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-10/+216
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-6/+42
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+2
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+10
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-66/+116
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+32
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+109
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-6/+10
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+92
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+172
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+4
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-53/+46
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-61/+103
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-8/+0
* 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/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-0/+7
* Add new Feature.remove method65363-add-feature-removeAsh McKenzie2019-08-011-0/+16
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* 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