summaryrefslogtreecommitdiff
path: root/lib/gitlab/json_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Parse the cached value when the it is falseDouglas Barbosa Alexandre2019-06-251-1/+1
* Include the GitLab version in the cache key for Gitlab::JsonCacheDouglas Barbosa Alexandre2019-06-211-2/+2
* Gitlab::JsonCache#parse_value ensure string63510-error-parsing-true-boolean-in-gitlab-jsoncacheAsh McKenzie2019-06-201-1/+1
* Gracefully handles excluded fields from attributes during serializationDouglas Barbosa Alexandre2019-03-201-2/+17
* Mark cached value as persisted when is an instance of ActiveRecord::BaseDouglas Barbosa Alexandre2019-02-281-1/+15
* Port Gitlab::JsonCache to CEDouglas Barbosa Alexandre2018-12-191-0/+87