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
Actions #1

Updated by bmbouter over 3 years ago

  • Blocks Story #7942: As a sync user, I get no-op when possible added
Actions #2

Updated by fao89 over 3 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to fao89
  • Sprint set to Sprint 88
Actions #3

Updated by pulpbot over 3 years ago

  • Status changed from ASSIGNED to POST
Actions #4

Updated by rchan about 3 years ago

  • Sprint changed from Sprint 88 to Sprint 89

Added by Fabricio Aguiar about 3 years ago

Revision bf20857a | View on GitHub

New endpoint returning all collections unpaginated

https://pulp.plan.io/issues/7940 closes #7940

Actions #5

Updated by Anonymous about 3 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #6

Updated by fao89 about 3 years ago

  • Sprint/Milestone set to 0.7.0
Actions #7

Updated by pulpbot about 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions #8

Updated by bmbouter about 3 years ago

  • Has duplicate Story #7671: As a Galaxy V3 api user, I have a /metadata/ endpoint added

Also available in: Atom PDF