Feature #36120
closedCustom products should be disabled by default
Description
Before: Custom repositories are enabled by default. Host has 6 custom repositories. 4 are overridden to disabled, leaving 2 repositories enabled.
Migration: The 2 repositories (that were previously enabled by default) have content overrides automatically added ("override to enabled"). The 4 repositories that were previously disabled via content overrides are not touched.
All products in all orgs are updated via calls to Candlepin.
For newly created products, the "true" here flips to "false": https://github.com/Katello/katello/blob/master/app/lib/actions/candlepin/product/content_add.rb#L13
After: Of the 6 custom repositories, 2 are overridden to enabled, and 4 are overridden to disabled. The same 2 repositories are enabled as before, while the same 4 repositories as before are disabled. Going forward, new custom repositories will be disabled by default.
Updated by Jeremy Lenz over 1 year ago
- Related to Tracker #36179: [RFE] Improve custom products workflow when using SCA added
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Jeremy Lenz
- Pull request https://github.com/Katello/katello/pull/10502 added
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.9.0 added
Updated by Jeremy Lenz over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|52b6d8978a0d11daaef62c72e9c145294f6a5628.
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/10513 added
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/10525 added