Actions
Bug #29441
closedrake katello:pulp3_post_migration_check incorrectly warns for nil Docker remote_hrefs
Description
Some Docker remote_hrefs can be nil so we should stop checking for that. Also, the error message incorrectly includes publication_href for Docker repos. We are not checking for a non-nil publication_href for Docker repos.
Only Library + Default Org View repos will have a remote_href. The scope to use here is `repo.in_default_view?`
Actions