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