Skip to content

Extract ensure_batched_background_migration_is_finished to BatchedBackgroundMigrationHelpers

What does this MR do and why?

This is Step 3 of !101258 (closed)

This MR moves ensure_batched_background_migration_is_finished to its dedicated module:

  • Gitlab::Database::Migrations::BatchedBackgroundMigrationHelpers

We are only moving files around, all features remain untouched.

Why are we doing this?

We had recent discussion we had with the database team and decided to move this method.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports