Actions
Issue #4792
closedSerialization bug on Publications
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
See "repository"
(pulp) [vagrant@pulp3-source-fedora29 pulpcore]$ http :24817/pulp/api/v3/publications/rpm/rpm/
HTTP/1.1 200 OK
Allow: GET, POST, HEAD, OPTIONS
Connection: close
Content-Length: 417
Content-Type: application/json
Date: Tue, 07 May 2019 18:32:02 GMT
Server: gunicorn/19.9.0
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"_created": "2019-05-07T18:31:26.741760Z",
"_distributions": [],
"_href": "/pulp/api/v3/publications/rpm/rpm/cf5260ab-bc6e-4f70-b91a-0a43ab19d83f/",
"_type": "rpm.rpm",
"publisher": null,
"repository": "http://localhost:24817/pulp/api/v3/repositories/%3CRepository:%20foo%3E/",
"repository_version": "/pulp/api/v3/repositories/b8a3180f-e801-48f1-b124-a2087322bbe7/versions/1/"
}
]
}
Related issues
Updated by dalley over 5 years ago
- Status changed from ASSIGNED to POST
Updated by kersom over 5 years ago
- Related to Issue #4749: "repository" field on Publication is broken added
Updated by dalley over 5 years ago
- Related to deleted (Issue #4749: "repository" field on Publication is broken)
Updated by dalley over 5 years ago
- Is duplicate of Issue #4749: "repository" field on Publication is broken added
Updated by dalley over 5 years ago
- Status changed from POST to CLOSED - DUPLICATE
I ran across this separately and didn't see this issue, so I filed a new one. The underlying issue will be fixed with https://github.com/pulp/pulpcore/pull/152
Updated by dalley over 5 years ago
- Status changed from CLOSED - DUPLICATE to POST
Added by dalley over 5 years ago
Updated by dalley over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|60dac54dec299304bb56eb11c2bfc50d320f67cd.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix serialization of repository field on Publications
closes #4792 https://pulp.plan.io/issues/4792