Project

Profile

Help

Story #7765

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1940":https://github.com/pulp/pulpcore/issues/1940 




 ---- 


 In Pulp2, yum_distributor created a directory tree structure under “/var/lib/pulp/published/yum/https/repos/”.     This allowed exposing this directory via directory indexing and while this allowed for custom pages, more importantly, allowed easy page navigation and viewing file dates. 

 In Pulp3, manual https navigation of content is dynamically generated using gunicorn and only shows the file names. 

 Would like to request the web browsing portion include similar features as in directory indexing: 

 1.) Parent Directory Navigation 
 2.) File date - I'd recommend the date the file was imported into the system 
 3.) Size of the file 
 4.) Stretch goal - sorting like available in directory indexing 

 I've attached a couple screenshots from Pulp2 as references. 

 Thanks! 

Back