summaryrefslogtreecommitdiff
path: root/app/workers/expire_pipeline_cache_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-0/+2
* Properly expire all pipeline caches when pipeline is deletedsh-fix-pipeline-delete-cachingStan Hu2019-04-151-50/+1
* Fix Etag expiration for forked projectsStan Hu2019-02-261-3/+3
* Refactor ExpirePipelineCacheWorker for EEYorick Peterse2019-01-211-8/+20
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-1/+1
* Use a dedicated queue for each workerDouwe Maan2017-12-121-1/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* Assign all pipeline workers to specific queuesGrzegorz Bizon2017-08-211-0/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-23/+5
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
* Add MISSING e-tag refresh of resource for Job, and Pipeline GraphKamil Trzcinski2017-05-221-0/+9
* Refactor ExpirePipelineCacheWorker#performToon Claes2017-04-241-5/+11
* Use a better performing query to find all MRs for pipelineToon Claes2017-04-241-2/+2
* Properly expire cache for **all** MRs of a pipelineToon Claes2017-04-241-0/+51