summaryrefslogtreecommitdiff
path: root/lib/gitlab/repository_cache_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Remove send-in-send for safety and readabilityMichael Kozono2018-09-271-13/+28
* Expire RequestStore cache properlyMichael Kozono2018-09-271-0/+8
* Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-271-0/+36
* Extract `Repository.memoize_method` methodMichael Kozono2018-09-271-47/+73
* Expire correct method caches after HEAD changedImre Farkas2018-06-291-0/+10
* Refactor RepositoryCache to make it usable in other classesAlejandro Rodríguez2018-03-061-0/+84