Skip to content
Snippets Groups Projects

Allow transfer of project with registry tags

Merged Adie (she/her) requested to merge 499163-allow-transferring-proj-with-tags into master
All threads resolved!
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -126,7 +126,7 @@ def raise_error_due_to_tags_if_transfer_dry_run_fails(project)
dry_run = transfer_project_path_in_registry(project.full_path, new_namespace.full_path, dry_run: true)
return if dry_run == :accepted
raise TransferError, format(s_('TransferProject|Project cannot be transferred, the container registry path rename validation failed: %{error}'), error: dry_run.to_s.titleize)
raise TransferError, format(s_('TransferProject|Project cannot be transferred due to a container registry error: %{error}'), error: dry_run.to_s.titleize)
end
def new_namespace_has_same_root?(project)
Loading