-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopts new content_summary layout #2
Conversation
41ecc0c
to
b13d7e4
Compare
4fa39bc
to
8a4c80b
Compare
This change needs to be evaluated in all the other plugins. |
8a4c80b
to
ee57bc6
Compare
Due to the breaking change in the PR below, the resonse format has changed. No user facing features need updating, only the test assertions change by updating the fixture data. Required PR: pulp/pulpcore#2 https://pulp.plan.io/issues/4283 re #4283
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
==========================================
+ Coverage 76.07% 76.17% +0.09%
==========================================
Files 64 64
Lines 2825 2820 -5
==========================================
- Hits 2149 2148 -1
+ Misses 676 672 -4
Continue to review full report at Codecov.
|
The performance issue causes us to introduce a new model named RepositoryVersionContentDetails. This is also a great opportunity to update the content_summary of the RepositoryVersion serializer to match the recent API changes. Most of this code was inspired from a patch from @dalley. This includes smash updates that are included in a separate PR to preserve backwards compatability. Required PR: pulp/pulp-smash#1174 This also fixes travis script lines that weren't updated due to pulp/pulp being moved to pulp/pulpcore. This PR needs that small fix to pass also. https://pulp.plan.io/issues/4283 closes pulp#4283
ee57bc6
to
fe52153
Compare
@bmbouter This is a great improvement! Thank you for doing this work. |
The performance issue causes us to introduce a new model named
RepositoryVersionContentDetails. This is also a great opportunity to
update the content_summary of the RepositoryVersion serializer to match
the recent API changes.
Most of this code was inspired from a patch from @dalley.
This includes smash updates that are included in a separate PR to
preserve backwards compatability.
Required PR: pulp/pulp-smash#1174
This also fixes travis script lines that weren't updated due to
pulp/pulp being moved to pulp/pulpcore. This PR needs that small fix to
pass also.
https://pulp.plan.io/issues/4283
closes #4283