Create and use import_bot in BareRepositoryImport
BareRepositoryImport assigns the first administrator of the database as the creator of the groups/projects imported using the tool.
However, we should use an internal user (bots)
Solution breakdown
- Create a new bot (import_bot), like it was done in !30738 (merged)
- Add the new bot to the documentation
- Update the importer to use the import_bot instead of the admin user
Edited by Rodrigo Tomonari