Don't create namespaces when importing project using GH import Rake task
Stop creating namespaces that don’t exist when importing project using GitHub import Rake task. The user needs to provide an existing namespace which can be their own user namespace or an existing group that they have permission to import a project into. If the condition don't match, we return an error to the user before creating or importing anything. Details: https://gitlab.com/gitlab-org/gitlab/-/issues/390690 Changelog: changed
显示
- doc/administration/raketasks/github_import.md 3 个添加, 1 个删除doc/administration/raketasks/github_import.md
- doc/user/project/import/github.md 0 个添加, 3 个删除doc/user/project/import/github.md
- lib/tasks/import.rake 20 个添加, 29 个删除lib/tasks/import.rake
- spec/tasks/gitlab/metrics_exporter_task_spec.rb 3 个添加, 3 个删除spec/tasks/gitlab/metrics_exporter_task_spec.rb
- spec/tasks/import_rake_spec.rb 110 个添加, 0 个删除spec/tasks/import_rake_spec.rb
加载中
想要评论请 注册 或 登录