Actions
Bug #30624
closedrepository content 'compare' api does not work properly with library CVV
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Description
1. sync down a repository to some repo (with n packages)
2. create a cv and filter out at least one package (has n-1 packages)
3. call the compare api, passing in the library CVV and your new cv:
curl -X GET -u admin:changeme "https://`hostname`/katello/api/v2/packages/compare?repository_id=1&content_view_version_ids\[\]=12&content_view_version_ids\[\]=1&page=1"
The results will only include n-1 results, not n. It seems to be ignoring packages ONLY in the library CVV
Updated by Jonathon Turel over 4 years ago
- Target version changed from Katello 3.17.0 to Katello 3.18.0
Since we are getting close to 3.17 GA I'm bumping this off to 3.18 as it doesn't seem critical for 3.17. Ping me if that's incorrect!
Updated by Justin Sherrill over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|bb074f0084fd711f2a5d75c1ed5b76f813f515a7.
Actions