summaryrefslogtreecommitdiff
path: root/lib/gitlab/cache/ci/project_pipeline_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Use strong memoize utilityHeinrich Lee Yu2018-11-261-3/+5
* Prevent loading from cache if commit is nilHeinrich Lee Yu2018-11-261-2/+1
* Cache project HEAD to prevent unnecessary Gitaly callsHeinrich Lee Yu2018-11-261-26/+9
* Change project pipeline status cache key to follow project conventionGabriel Mazetto2018-11-161-1/+1
* Remove cache_sha parameterMatija Čupić2018-10-261-2/+2
* Cache pipeline status only for specific shaMatija Čupić2018-10-251-5/+5
* Enable some frozen string in lib/gitlabgfyoung2018-10-131-0/+2
* Allow `rake cache:clear` clearing pipeline status cache44582-clear-pipeline-status-cacheLin Jen-Shin2018-04-101-1/+1
* 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-0/+94