Actions
Bug #17835
closedSubscriptions should ask Candlepin for less information
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Performance
Target version:
Description
Currently the subscription index page is asking Candlepin for all available information about Pools, Owner and ActivationKeys.
These calls are also made on other pages like the 'list subscriptions' and 'add/remove subscriptions' of Activation Keys, and
on certain API endpoints like /api/v2/organizations/:id.
The code should make calls that retrieve only the data that the RABL will use, or that the model will use. Right now there is
no filter at all and the calls retrieve all information for Pools (which can be very large), etc...
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/Katello/katello/pull/6512 added
Updated by Justin Sherrill about 8 years ago
- Translation missing: en.field_release set to 114
Updated by Jonathon Turel over 4 years ago
- Status changed from Ready For Testing to Rejected
- Target version changed from Katello Backlog to Katello Recycle Bin
Actions