summaryrefslogtreecommitdiff
path: root/app/models/concerns/cacheable_attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* 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-1-stable-eeGitLab Bot2020-06-181-1/+1
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Save instance administration project id in DBReuben Pereira2019-08-071-1/+8
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Add a memory cache local to the thread to reduce Redis loadStan Hu2019-07-011-3/+7
* Move schema aware defaults to build_from_defaultsLin Jen-Shin2018-12-191-1/+6
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-241-5/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Stop relying on migrations in the CacheableAttributes cache key and cache att...Rémy Coutable2018-07-051-2/+2
* Use RequestStore in CacheableAttributes.cached for greater performanceRémy Coutable2018-06-011-1/+5
* Revert to caching the AR object in CacheableAttributesRémy Coutable2018-06-011-9/+25
* Introduce a new CacheableAttributes concernRémy Coutable2018-05-231-0/+54