Skip to content

Allow modules in class names of batched migrations

What does this MR do and why?

To allow for various migration jobs to be namespaces we can allow modules in class names. These classes still need to be within Gitlab::BackgroundMigration namespace.

We would use this for instance for ProjectNamespaces::BackfillProjectNamespaces background migration job that is being namespaced.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Edited by Alexandru Croitor

Merge request reports

Loading