Add bulk_import_importer_user_mapping feature flag
What does this MR do and why?
Add bulk_import_importer_user_mapping feature flag
Introduce the class Import::BulkImports::EphemeralData to allow the feature flag bulk_import_importer_user_mapping to be enabled or disabled without interfering with in-flight migrations. Also, refactored the Import::SourceUserMapper class to return an Import::SourceUser.
This MR is part of a sequence of MRs that will integrate user contribution mapping in Direct Transfer.
Related to: #443557 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.