Actions
Issue #6556
closedStory #6134: [EPIC] Pulp import/export
Export requires exporter-UUID in bindings instead of HREF - can we fix this?
Status:
CLOSED - CURRENTRELEASE
Priority:
High
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 73
Quarter:
Description
From issue uncovered doing functional tests:
daviddavis reviewed 23 hours ago
pulpcore/tests/functional/api/using_plugin/test_pulpexport.py
"""Create and read back an export for the specified PulpExporter."""
# TODO: at this point we can't create an export unless we do string-surgery on the
# exporter-href because there's no way to get just-the-id
export_response = self.exports_api.create(exporter.pulp_href.split("/")[-2], {})
@daviddavis
@dkliban, @ggainey and I talked about this and it seems unexpected that you have to pass in a uuid and not an href here. Any thoughts?
This discussion/decision needs to be flattened ASAP
Related issues
Updated by dkliban@redhat.com over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Updated by pulpbot over 4 years ago
Added by dkliban@redhat.com over 4 years ago
Updated by dkliban@redhat.com over 4 years ago
- Related to Refactor #6761: FileFileSystemExporter needs to be renamed to FileFilesystemExporter added
Updated by dkliban@redhat.com over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|780f128c63c8972e70e23c15c885757243f4f009.
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fixes the OpenAPI schema for import and export APIs
Required PR: https://github.com/pulp/pulp_file/pull/389
fixes: #6556 https://pulp.plan.io/issues/6556