Project

Profile

Help

Story #7940

closed

Task #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

Added by bmbouter over 3 years ago. Updated about 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
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 and results portion of the response ... just the list of serialized collections.

Related issues

Has duplicate Ansible Plugin - Story #7671: As a Galaxy V3 api user, I have a /metadata/ endpointCLOSED - DUPLICATE

Actions
Blocks Ansible Plugin - Story #7942: As a sync user, I get no-op when possibleCLOSED - CURRENTRELEASEfao89

Actions

Also available in: Atom PDF