summaryrefslogtreecommitdiff
path: root/spec/models/concerns/reactive_caching_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-22/+14
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-31/+69
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-0/+37
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-10/+55
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-0/+12
* Allow ReactiveCaching to support nil valueFabio Pitino2019-07-081-27/+29
* Prevent amplification of ReactiveCachingWorker jobs upon failuressh-disable-reactive-caching-automatic-retriesStan Hu2019-07-061-2/+3
* Add a default reactive cache keyadd-default-reactive-cache-keyTiger2019-06-071-0/+13
* Allow reactive caching to be used in servicesReuben Pereira2019-04-041-0/+44
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Allow blank values to be stored in reactive cacheReuben Pereira2019-02-181-2/+10
* Squashed commit of the following:Shinya Maeda2018-08-071-0/+8
* Backport reactive cachingShinya Maeda2018-07-251-0/+7
* Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre2018-06-281-6/+5
* ReactiveCaching#clear_reactive_cache! should clear the not keep the cache aliveTiago Botelho2018-06-011-0/+1
* Update commit status from external CI services less aggressivelyNick Thomas2018-05-081-7/+15
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-5/+18
* Add a ReactiveCaching concern for use in the KubernetesServiceNick Thomas2016-12-191-0/+145