Feature #21649
Red Hat Repositories: Ability to enable/disable repositories
Description
Should have spinners in the appropriate places, mentioning the CDN and the url of the CDN, so people know what is happening and why it is potentially slow.
Related issues
Associated revisions
History
#1
Updated by Walden Raines about 3 years ago
- Blocks Tracker #21151: Add react based Red Hat repositories page to katello added
#2
Updated by Justin Sherrill about 3 years ago
- Legacy Backlogs Release (now unused) set to 114
#3
Updated by Walden Raines about 3 years ago
APIs:
GET repository sets (available and enabled):
https://gist.github.com/jlsherrill/6678dc74ae2a04fa9055c69cf3c40802
Enable/Disable repository set:
#4
Updated by Walden Raines about 3 years ago
- Target version changed from 228 to 234
#5
Updated by Walden Raines about 3 years ago
- Assignee set to Dan Seethaler
#6
Updated by Walden Raines about 3 years ago
- Target version changed from 234 to 237
#7
Updated by Walden Raines about 3 years ago
- Target version changed from 237 to 239
#8
Updated by Walden Raines about 3 years ago
- Target version changed from 239 to 237
#9
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7116 added
#10
Updated by Walden Raines about 3 years ago
- Target version changed from 237 to 239
#11
Updated by Anonymous about 3 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|9e7f1304ab05b6f344b502933385dd7869320871.
#12
Updated by Justin Sherrill almost 3 years ago
- Legacy Backlogs Release (now unused) changed from 114 to 338
Fixes #21649 - Enable and disable repositories
Updated api to use PUT
Removing from DOM when enabled
Make fixture response data dynamic
Rename ContentSet to RepositorySet
Remove unnecessary List components
Add Immutables to redux store
Force text wrap on ListView.Item
Adding tooltips
http://projects.theforeman.org/issues/21649
Add redux tests