Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-16Remove rails4 specific codeJasper Maes
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-06-19Fix redis_cacheable deserializationMario de la Ossa
2018-05-18Revert "Improve cacheable module"Matija Čupić
This reverts commit 2ebafdfb2f026580153fd2cf50f4b6b7ab3a0344
2018-05-18Improve cacheable moduleKamil Trzciński
2018-05-17Include class name and argument name in argument errorMatija Čupić
2018-05-17Use Gitlab.rails5? for checking if on rails5Matija Čupić
2018-05-16Revert "Move argument check to cached getter definition class method"Matija Čupić
This reverts commit 4e1bb1d1014237df79db6b3cc2beb24228a4b228.
2018-05-16Move argument check to cached getter definition class methodMatija Čupić
2018-05-16Add attribute check in cached getterMatija Čupić
2018-05-16Move attribute casting to #cached_attributeMatija Čupić
2018-05-15Dynamically cast value from cacheMatija Čupić
2018-05-11Clear memoization after caching new valuesMatija Čupić
2018-05-10Use symbol instead of string in RedisCacheable attribute definitionsMatija Čupić
2018-05-08Add cached_attr_time_reader to RedisCacheableMatija Čupić
2018-02-05Update RedisCacheable#cache_attribute_keyMatija Čupić
2018-02-05Extract attribute caching to RedisCacheable concernMatija Čupić