Actions
Story #7940
closedTask #7938: [EPIC] As a user, I have improved Galaxy V3 sync performance
As a user, I have a new v3/metadata/collections/ endpoint returning all collections unpaginated
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 89
Quarter:
Description
For example when the user requests this: /pulp_ansible/galaxy/<path:path>/api/v3/metadata/collections/
They will receive this:
[{
"href": "string",
"namespace": "string",
"name": "string",
"deprecated": true,
"versions_url": "string",
"highest_version": "string",
"created_at": "string",
"updated_at": "string"
},
...,
{
"href": "string",
"namespace": "string",
"name": "string",
"deprecated": true,
"versions_url": "string",
"highest_version": "string",
"created_at": "string",
"updated_at": "string"
}]
This is the same data as returned by the existing collections endpoint except:
- It does not paginate
- It does not contain the
links
andresults
portion of the response ... just the list of serialized collections.
Related issues
Updated by bmbouter almost 4 years ago
- Blocks Story #7942: As a sync user, I get no-op when possible added
Updated by fao89 almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
- Sprint set to Sprint 88
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar almost 4 years ago
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|bf20857a08dbdaa214934b1908eb8b008fe52dd1.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter almost 4 years ago
- Has duplicate Story #7671: As a Galaxy V3 api user, I have a /metadata/ endpoint added
Actions
New endpoint returning all collections unpaginated
https://pulp.plan.io/issues/7940 closes #7940