summaryrefslogtreecommitdiff
path: root/spec/lib/feature_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cache feature names in RequestStoreYorick Peterse2017-11-071-0/+41
| | | | | | | | The GitHub importer (and probably other parts of our code) ends up calling Feature.persisted? many times (via Gitaly). By storing this data in RequestStore we can save ourselves _a lot_ of database queries. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39361
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
|
* Add feature toggles through FlipperAlejandro Rodríguez2017-05-311-0/+26