summaryrefslogtreecommitdiff
path: root/lib/gitlab/exclusive_lease.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eeGitLab Bot2021-06-171-0/+27
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Add rake task to cleanup any existing exclusive leaseGabriel Mazetto2018-03-091-0/+10
* Run background migrations with a minimum intervaldelay-background-migrationsYorick Peterse2018-01-051-0/+11
* Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-onceTiago Botelho2017-09-071-2/+8
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-10/+10
* Introduce #renew for ExclusiveLeasebackport-renew-exclusive-leaseGabriel Mazetto2017-06-241-1/+18
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Refine Git garbage collectionJacob Vosmaer2016-11-041-40/+26
* Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-1/+8
* clean up ExclusiveLeaseredis_improvementsValery Sizov2016-04-131-5/+0
* Add Gitlab::Redis connection poolJacob Vosmaer2016-04-041-1/+3
* Explain why ExclusiveLease has no #cancellease-design-commentsJacob Vosmaer2016-03-241-0/+21
* Typoexpiring-lockJacob Vosmaer2016-03-101-1/+1
* Make comment less ambivalentJacob Vosmaer2016-03-101-2/+1
* Remove unnecessary random keyJacob Vosmaer2016-03-101-7/+1
* Improve commentJacob Vosmaer2016-03-101-2/+2
* Move method to UserJacob Vosmaer2016-03-101-1/+12
* Rename ExpiringLock to ExclusiveLeaseJacob Vosmaer2016-03-101-0/+37