-
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
various issues with v2 API #1452
Labels
Comments
sivel
added a commit
to sivel/pulp_ansible
that referenced
this issue
May 10, 2023
sivel
added a commit
to sivel/pulp_ansible
that referenced
this issue
May 15, 2023
* Populate a context for use in v2 serializers * Add name to route to satisfy v2 get_latest_version href * Copy logic from UnpaginatedCollectionVersionSerializer.get_download_url to build a valid v2 download_url
sivel
added a commit
to sivel/pulp_ansible
that referenced
this issue
May 16, 2023
* Populate a context for use in v2 serializers * Add name to route to satisfy v2 get_latest_version href * Copy logic from UnpaginatedCollectionVersionSerializer.get_download_url to build a valid v2 download_url
sivel
added a commit
to sivel/pulp_ansible
that referenced
this issue
May 17, 2023
* Populate a context for use in v2 serializers * Add name to route to satisfy v2 get_latest_version href * Properly build download_url using reverse
mdellweg
pushed a commit
that referenced
this issue
May 30, 2023
newswangerd
pushed a commit
to newswangerd/pulp_ansible
that referenced
this issue
Jun 2, 2023
* Populate a context for use in v2 serializers * Add name to route to satisfy v2 get_latest_version href * Properly build download_url using reverse (cherry picked from commit 425a4b9) Co-authored-by: Matt Martz <matt@sivel.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
pulp-ansible==0.17.1
pulpcore==3.23.3
Describe the bug
I fixed a bug recently in #1432 , but had a flaw in my testing, to verify that I could then download from the v2 API.
The issues I have found are:
To Reproduce
Publish to v2 API, then attempt to use v2 API to get a download url
Expected behavior
I expect a functional v2 API
Additional context
I'll have a first pass pull request ready soon
The text was updated successfully, but these errors were encountered: