Changes between Initial Version and Version 1 of Ticket #359
- Timestamp:
- 08/09/10 09:44:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #359
- Property Businessvalue changed from to 1200
- Property Component changed from component1 to datapkg
- Property Summary changed from Deprecate Repository and create Storage to Create Storage with pluggable extensions
- Property Owner changed from rgrp to pudo
- Property Type changed from defect to requirement
-
Ticket #359 – Description
initial v1 1 Deprecate Repository and create explicit Storage object. 1 Storage represents something you can upload to (download is done in ticket:406). 2 3 * storage sub package with defined interface (maybe just use OFS) 4 * Only support uploading single files for the moment (though can do multiple files). 5 * Relationship to build (ticket:306) 6 * No support for syncing e.g. hg/git repos -- that's up to you as a user 7 * Upload command 8 9 At end of this we can deprecate Repository. 2 10 3 11 Having Repository encapsulate Index and Storage (without Storage being explicit) is not helpful and leads to duplication. 4