Actions
Feature #23882
closedDe-emphasize yStreams in the repos page
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
The existence of the zStreams tends to cause confusion with users. These should be hidden, perhaps in an "Advanced" section in order to make things work more clearly out of the box.
## Acceptance criteria As a Katello UI user, I should be encouraged to enable repositories that do not specify a Y release version. - Kickstart repository set repositories are never grayed or bolded - Repository sets with a release version X (without Y) repository: - show X release version repositories in bold - show X.Y repositories in gray - show an 'info' icon next to X.Y repositories - display a message on hover of 'info' icon next to X.Y repositories: "This repository has a very specific update policy. Please see additional [documentation](https://access.redhat.com/articles/1586183) prior to use." - Linked documentation is publicly accessible
Updated by Andrew Kofink over 6 years ago
y streams are tracked for each repo in repo['substitutions']['releasever']. Here are some repo examples:
[{"substitutions"=>{"releasever"=>"7.5", "basearch"=>"x86_64"}, "path"=>"/content/dist/rhel/server/7/7.5/x86_64/os", "repo_name"=>"Parthas Red Hat Enterprise Linux 7 Server RPMs x86_64 7.5", "pulp_id"=>"6028bb20-a4d1-47ad-9766-ab6420e0a7cc", "name"=>"Partha's Red Hat Enterprise Linux 7 Server (RPMs)", "enabled"=>false, "promoted"=>false, "repository_id"=>nil}, {"substitutions"=>{"releasever"=>"7Server", "basearch"=>"multiarch"}, "path"=>"/content/dist/rhel/server/7/7Server/multiarch/os", "repo_name"=>"Parthas Red Hat Enterprise Linux 7 Server RPMs multiarch 7Server", "pulp_id"=>"a194d542-5103-4e76-8d06-227791906690", "name"=>"Partha's Red Hat Enterprise Linux 7 Server (RPMs)", "enabled"=>false, "promoted"=>false, "repository_id"=>nil}, {"substitutions"=>{"releasever"=>"7Server", "basearch"=>"x86_64"}, "path"=>"/content/dist/rhel/server/7/7Server/x86_64/os", "repo_name"=>"Parthas Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server", "pulp_id"=>"979f3947-249f-4d6c-b2f9-598f7a44b4ab", "name"=>"Partha's Red Hat Enterprise Linux 7 Server (RPMs)", "enabled"=>true, "promoted"=>false, "repository_id"=>5}]
It's pretty straightforward to use the releasever to determine if a repo is specific to a y release.
Updated by Justin Sherrill over 6 years ago
- Translation missing: en.field_release set to 349
Updated by Jonathon Turel over 6 years ago
- Target version changed from Katello 3.8.0 to Katello 3.9.0
- Triaged set to Yes
Updated by The Foreman Bot over 6 years ago
- Assignee set to Andrew Kofink
- Pull request https://github.com/Katello/katello/pull/7632 added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
Updated by Andrew Kofink over 6 years ago
- Related to Bug #24679: [Sat6.4] Sorting of available minor version repositories is not consistent on new Red Hat Repositories page added
Updated by Andrew Kofink over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a99098890f82c9c8fb6a1de66bb90811a0fa500d.
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/Katello/katello/pull/7686 added
Updated by The Foreman Bot about 6 years ago
- Pull request https://github.com/Katello/katello/pull/7450 added
Updated by Andrew Kofink about 6 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/7450)
Actions