Default to the current group when importing from gitea
What does this MR do and why?
Related to Importers - Default to the current group when i... (#359130 - closed)
This MR correctly passes namespace_id
through entire import process of gitea. This allows us to correctly select current group as default for import
Screenshots or screen recordings
How to set up and validate locally
- Visit
/import/gitea/new
and use hosthttps://try.gitea.io
and token712407f64c0da44358a9bcc9522e59fcf8f12fb2
(created for demo purposes) - Observe that group for import is user personal namespace
- Visit any group
- New project -> Import -> gitea
- Observe that group selected as default import target is group
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.