summaryrefslogtreecommitdiff
path: root/lib/gitlab/repository_cache_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-3/+6
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-5/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-0/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-9/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-4/+9
* Redis set cache docs and minor cleanupNick Thomas2019-09-101-5/+17
* Revert "Revert "Cache branch and tag names as Redis sets""Nick Thomas2019-09-101-0/+53
* Revert "Cache branch and tag names as Redis sets"Nick Thomas2019-08-291-53/+0
* Cache branch and tag names as Redis setsNick Thomas2019-08-161-0/+53
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* 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