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?`
Updated by Ian Ballou over 4 years ago
- Related to Tracker #26987: Pulp3 Main tracker added
Updated by Justin Sherrill over 4 years ago
- Target version set to Katello 3.15.0
Updated by Ian Ballou over 4 years ago
Need to also add a check for nil upstream_url. nil remote_href is okay in that case.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ian Ballou
- Pull request https://github.com/Katello/katello/pull/8639 added
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 3.16.0 added
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|50d4d0468776e54d28fdf91aab60f1cee1d743c9.
Actions