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
2018-07-24Add points regarding background migrations on huge tablesOswaldo Ferreira
2018-04-27Fixed typosPascal Borreli
2018-04-18Add more detail to cleanup steps for background migrationsSean McGivern
1. We can't just steal from the queue, in case there was a problem with Sidekiq. 2. We need to consider import / export.
2018-02-08[docs] Info rescheduling background migrationsBob Van Landuyt
2018-01-19doc: Spelling fixesVille Skyttä
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-09-25Document manual cleanup after background migration stealingSean McGivern
2017-08-04Update the update guides for background migrationsYorick Peterse
The introduction of background migrations means some of our requirements for online upgrades have to be adjusted / clarified. See https://gitlab.com/gitlab-org/gitlab-ce/issues/35939 for more information.
2017-07-21Copy-edit background migrations guidelinesGrzegorz Bizon
2017-07-20Extend background migration development guidelinesGrzegorz Bizon
2017-07-07Improve code examples in background migrations docsGrzegorz Bizon
2017-07-07Make it possible to schedule bg migrations in bulkGrzegorz Bizon
2017-06-12Add the ability to perform background migrationsYorick Peterse
Background migrations can be used to perform long running data migrations without these blocking a deployment procedure. See MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11854 for more information.