Issue #6053
closedAdd repository_href to pulp2repositories api
Description
the pulp2repositories api does not contain the repository_href of the created repository. Its probably easy to add and would save us from having to look it up:
[#<Pulp2to3MigrationClient::Pulp2to3MigrationPulp2Repository:0x00007f05e4394518
@is_migrated=true,
@pulp2_object_id="5e29fb21b02e5354b9243ad3",
@pulp2_repo_id="5b08c8a6-d3bb-41af-9cd4-cadf8fec2a55",
@pulp3_distribution_hrefs="[\"/pulp/api/v3/distributions/file/file/e1fbefc4-bd25-42cb-a160-9b3b7a72eff4/\"]",
@pulp3_publication_href="[\"/pulp/api/v3/publications/file/file/ecfc2157-2a3f-47d6-9835-6e89ba6c2f2b/\"]",
@pulp3_remote_href="/pulp/api/v3/remotes/file/file/1634f526-1813-4ed0-b7cb-2769009359e5/",
@pulp3_repository_version="/pulp/api/v3/repositories/file/file/b993a103-7835-46b6-b542-5521817c6613/versions/1/",
@pulp_created=Thu, 23 Jan 2020 20:28:14 +0000,
@pulp_href="/pulp/api/v3/pulp2repositories/ab6dad7f-b745-4573-8c3e-f2a6701d8de8/">]>
On an aside note, it appears not possible to find a repository_href from a repository_version, that may be a 2nd unrelated bug.
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from NEW to POST
- Assignee set to ipanova@redhat.com
https://github.com/pulp/pulp-2to3-migration/pull/82
repository_href not being present on the repository_version is not related to this issue and would require a PR to the `RepositoryVersionSerializer` https://github.com/pulp/pulpcore/blob/master/pulpcore/app/serializers/repository.py#L185
@jsherril, is this something you will benefit from? then we need to open a separate issue for pulpcore.
Added by ipanova@redhat.com almost 5 years ago
Added by ipanova@redhat.com almost 5 years ago
Revision b30bcff5 | View on GitHub
Add pulp3_repository_href to pulp2repositories api.
Added by ipanova@redhat.com almost 5 years ago
Revision b30bcff5 | View on GitHub
Add pulp3_repository_href to pulp2repositories api.
Updated by jsherril@redhat.com almost 5 years ago
Right now, i don't think its needed ,but i think it makes sense to do IMO. As its impossible to figure out what repo a version belonged to without it. I'll open an issue, thanks!
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp:pulp-2to3-migration|b30bcff519961178cd4d0658a6ec317fb16a94f4.
Updated by ipanova@redhat.com almost 5 years ago
- Description updated (diff)
- Triaged changed from No to Yes
Updated by ipanova@redhat.com almost 5 years ago
Applied in changeset pulp-2to3-migration|b30bcff519961178cd4d0658a6ec317fb16a94f4.
Updated by ipanova@redhat.com almost 5 years ago
Applied in changeset pulp:pulp-2to3-migrate|b30bcff519961178cd4d0658a6ec317fb16a94f4.
Updated by ttereshc over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P2)
Add pulp3_repository_href to pulp2repositories api.
closes #6053 https://pulp.plan.io/issues/6053