-
Notifications
You must be signed in to change notification settings - Fork 54
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
Serializer.validate must return validated data #1432
Conversation
As this being a bug fix (obviously?), can you file and link an issue to it? |
fb4b465
to
929fcd9
Compare
Issue created, changelog added, commits squashed |
Backport to 0.16: 💚 backport PR created✅ Backport PR branch: Backported as #1442 🤖 @patchback |
Backport to 0.17: 💚 backport PR created✅ Backport PR branch: Backported as #1443 🤖 @patchback |
…lidated data (#1442) * Serializer.validate must return validated data. Fixes #1441 (#1432) (cherry picked from commit 69e2017) * Fix sphinx intersphinx_mapping config. (#1439) New value comes from https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#configuration [noissue] Signed-off-by: James Tanner <tanner.jc@gmail.com> (cherry picked from commit ee877c0) --------- Co-authored-by: Matt Martz <matt@sivel.net> Co-authored-by: jctanner <tanner.jc@gmail.com>
It looks like way back in 357cdca, at a minimum the v2, collection upload API was broken due to the addition of a
validate
method that did not return the validated data:A few things to note about tests:
pulp-ansible-client
package does not provide an API for uploading collections to the v2 collections API, only v3[noissue]