Assign imported contributions to the ImportUser
What does this MR do and why?
Assign all contributions to the ImportUser when the destination is a personal namespace.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
- Backend part of #472552 (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
- Open the rails console (
gdk rails c) and ensure you have:github_user_mappingand:importer_user_mappingfeature flags enabled - Migrate a project via GitHub Import and select a personal namespace as destination
- All imported contributions should be assigned to the ImportUser bot.
FYI, the change also affects Gitea and BitBucketServer when the feature flags gitea_user_mapping and bitbucket_server_user_mapping.
Edited by Rodrigo Tomonari