summaryrefslogtreecommitdiff
path: root/lib/gitlab/cache
Commit message (Expand)AuthorAgeFilesLines
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-3/+4
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Rename the methods to make it fit with current nameLin Jen-Shin2017-07-181-9/+9
* Follow feedback on the merge requestLin Jen-Shin2017-07-181-14/+10
* Update the comments for the new functionalityLin Jen-Shin2017-07-181-3/+19
* Use RequestStoreWrap for Commit#authorLin Jen-Shin2017-07-181-12/+34
* Add RequestStoreWrap to cache via RequestStoreLin Jen-Shin2017-07-171-0/+60
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-5/+5
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Load a project's CI status in batch from redisBob Van Landuyt2017-04-261-9/+44
* Take the ref of a pipeline into account when caching statusBob Van Landuyt2017-04-071-9/+18
* Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt2017-04-071-1/+1
* Wrap updating of cache after pipeline transition in class methodBob Van Landuyt2017-04-071-0/+4
* Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt2017-04-071-0/+90