* When a store path has disappeared for some reason,
[?]
Feb 5, 2010, 8:08 PM
BDY5KCG7Z65C24KALK5QIGR6LRTDY6EW36VBTTYT75SMG6ODIJZACDependencies
- [2]
AKAZKCR6* At top-level and for each project, provide two channels: "latest" - [3]
ZRBXLKFO - [4]
5NO7NCKT* Refactoring. - [5]
BTUDUY6F* Provide some redirects to the latest successful build for a job (or - [6]
SJN2QPWH* Big speed-up of the job status page and the channel generation (such - [*]
FPK5LF53* Put the project-related actions in a separate controller. Put the
Change contents
- replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 86
error($c, "Unknown channel `$channelName'.");notFound($c, "Unknown channel `$channelName'."); - replacement in src/lib/Hydra/Base/Controller/NixChannel.pm at line 33
error($c, "Path " . $path . " is no longer available.") unless isValidPath($path);if (!isValidPath($path)) {$c->response->status(410); "Gone"error($c, "Path " . $path . " is no longer available.");}