Project

Profile

Help

Story #4879

closed

Allow users to filter on package filename in /content/rpm/packages/ for pulp3

Added by jcabrera almost 5 years ago. Updated over 2 years ago.

Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Ticket moved to GitHub: "pulp/pulp_rpm/2216":https://github.com/pulp/pulp_rpm/issues/2216


Add the possibility to query the file name ("location_href"?) of a package in the contents.

This simplifies the use of jq as we get directly the good href with the use of a GET query

 http :24817/pulp/api/v3/content/rpm/packages/?filename=name-version-release.arch.rpm

I prefer the query version than using jq

http :24817/pulp/api/v3/content/rpm/packages/ | jq -r '.results[] | select( .location_href == "name-version-release.arch.rpm")'

There could be a limitation when there are to much contents because the pagination prevents to look for all contents.

Actions #1

Updated by daviddavis almost 5 years ago

Just FYI, file name of a package is different than location_href. Location_href could include a path like "Packages/v/VirtualGL-devel-2.5.2-1.el7.x86_64.rpm".

Actions #2

Updated by ttereshc almost 5 years ago

  • Tracker changed from Issue to Story
  • % Done set to 0
Actions #3

Updated by ggainey almost 5 years ago

  • Subject changed from Allow users to filter on package name in /content/rpm/packages/ for pulp3 to Allow users to filter on package filename in /content/rpm/packages/ for pulp3
Actions #4

Updated by pulpbot over 2 years ago

  • Description updated (diff)
  • Status changed from NEW to CLOSED - DUPLICATE

Also available in: Atom PDF