Custom Query (2152 matches)
Results (874 - 876 of 2152)
Ticket
|
Resolution
|
Summary
|
Owner
|
Reporter
|
#101 |
fixed
|
(Improved) Download support
|
rgrp
|
rgrp
|
Reported by rgrp,
5 years ago.
|
Description |
- Given a url download from that url to disk
- Given a package use download url to download to disk
Once on disk should uncompress (if necessary).
Details
- Should download either to tmp directory (defaulted in config) or a specified path on disk
- In download would like to support as many types of target urls as possible:
- Single files (usually compressed filesets but could be individual files)
- Index pages listing files to download
- Revision control repositories
- ...
This will obviously be a significant amount of work. Suggest:
- Start off just supporting the first option.
- Have something like a plugin system to handle new target types
- Reuse existing work (e.g. easy_install and pip handle standard vcs such as svn, hg, git etc)
Cost: 1d
|
#102 |
fixed
|
Switch to using UUIDs for revision ids
|
rgrp
|
rgrp
|
Reported by rgrp,
5 years ago.
|
Description |
This is better for long term sustainability, especially if we want to "push and pull" from unrelated repositories in the future.
Details:
- May wish to retain a number field updated in the usual incremental way (what's the cost/benefit here?)
|
#104 |
fixed
|
View a package at a given version
|
rgrp
|
rgrp
|
Reported by rgrp,
5 years ago.
|
Description |
As a user i want to see a package at "version" X (NB: not revision X).
- When I visit e.g. /package/read/xyz?version=0.7 I should be shown package at version 0.7 (or a message saying no such version)
- Implementation:
- Find revision for this version (search revision history for when version field was last 0.7)
- Show pacakge at that revision (as in ticket:103)
- On history page also shows versions in list of revisions associated with the package
|
Note: See
TracQuery
for help on using queries.