Actions
Issue #6457
closedStory #6134: [EPIC] Pulp import/export
Story #6135: As a user, I can export a set of repository versions to a file, and have that file saved to disk.
PulpExporter serializer should display hrefs for repositories[]
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Quarter:
Description
Current:
{
"last_export": "/pulp/api/v3/exporters/core/pulp/cbf77d7d-fc65-4842-a162-31fe75672a29/exports/f4fe9eb3-3c2c-4934-9c81-59ada6925e7d/",
"name": "test-exporter",
"path": "/tmp/exports/",
"pulp_created": "2020-04-07T13:35:03.532966Z",
"pulp_href": "/pulp/api/v3/exporters/core/pulp/cbf77d7d-fc65-4842-a162-31fe75672a29/",
"repositories": [
"42368ccc-d5df-491a-a95a-3da729f305ee",
"e5d0f7fa-506a-4f72-99df-d995360d548b"
]
}
Change repositories[] output to hrefs makes for a more RESTful experience
Actions
Changing repositories on PulpExporter to href field
fixes #6457