Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-01Added Rollbacker workers and support on the rake taskGabriel Mazetto
Rollback is done similar to Migration for the Hashed Storage. It also shares the same ExclusiveLease key to prevent both happening at the same time. All Hashed Storage related workers now share the same queue namespace which allows for assigning dedicated workers easily.
2019-03-01Rake task for storage rollbackGabriel Mazetto
2019-01-25Refactor Storage MigrationGabriel Mazetto
Specs were reviewed and improved to better cover the current behavior. There was some standardization done as well to facilitate the implementation of the rollback functionality. StorageMigratorWorker was extracted to HashedStorage namespace were RollbackerWorker will live one as well.
2019-01-25Prepare rake task for storage rollbackGabriel Mazetto
We are keeping compatibility with existing scheduled jobs.
2018-12-20Prevent admins from attempting hashed storage migration on read only DBMichael Kozono
2018-06-07Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto
2018-05-29Specs covering listing all gitlab:storage:* typesGabriel Mazetto
2018-05-29assign helper full name to variable to reduce code lengthGabriel Mazetto
2018-05-29Extracted auxiliary methods from storage.rake into specific RakeHelperGabriel Mazetto
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2017-11-23Improve storage migration rake taskGabriel Mazetto
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto