Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (346 - 348 of 2152)

Ticket Resolution Summary Owner Reporter
#359 fixed Create Storage with pluggable extensions pudo rgrp

Reported by rgrp, 4 years ago.

Description

Storage represents something you can upload to (download is done in ticket:406).

  • storage sub package with defined interface (maybe just use OFS)
  • Only support uploading single files for the moment (though can do multiple files).
    • Relationship to build (ticket:306)
    • No support for syncing e.g. hg/git repos -- that's up to you as a user
  • Upload command

At end of this we can deprecate Repository.

Having Repository encapsulate Index and Storage (without Storage being explicit) is not helpful and leads to duplication.

#360 fixed New sqlite-based DB index rgrp rgrp

Reported by rgrp, 4 years ago.

Description

In 0.5 and 0.6 have been more oriented to getting file indexes working to support the convenience of using packages on disk directly. However we now need to go back to having a better central/default index and the best model for this is a simple db index using sqlite (which is now supported in the standard library).

NB: this is a retrospective ticket (been working on this for a couple of months)

#361 fixed Allow specification of the default index in configuration rgrp rgrp
Note: See TracQuery for help on using queries.