Return JSON for /eval
[?]
Sep 2, 2015, 11:13 AM
6S3ZLOZL2QXJ2PUDVFFGO4PXXNLFGVNVFQXC6CLPP3UH6WGWDFXQCDependencies
- [2]
KSFBREJFAdd a redirect from an eval to a named member - [3]
MZ63OVKPAllow bumping an entire evaluation to the front of the queue - [4]
CQTN62OHDie tabs die - [5]
3PNG7NIBRemove trailing whitespace - [6]
UOINKJ2JAdd an action to cancel all builds in a jobset eval - [7]
U4TD3AIQAdd support for viewing jobset evaluations - [8]
PMNWRTGJAdd multiple output support - [9]
T273UOB7Support obtaining the contents of an evaluation as a channel - [10]
KQZQI2WNAllow creating a release from an evaluation - [11]
YQFIBA4JRestart builds failed due to unsupported system type - [12]
UQA4FMUAAllow a jobset to be created from an evaluation - [13]
2S7UHICMAllow filtering jobs in eval pages - [14]
VHV6GI4LAdd a jobset eval action to restart all aborted/cancelled builds
Change contents
- replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 10
sub eval : Chained('/') PathPart('eval') CaptureArgs(1) {sub evalChain : Chained('/') PathPart('eval') CaptureArgs(1) { - edit in src/lib/Hydra/Controller/JobsetEval.pm at line 20
- edit in src/lib/Hydra/Controller/JobsetEval.pm at line 22
sub view :Chained('evalChain') :PathPart('') :Args(0) :ActionClass('REST') { } - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 24
sub view : Chained('eval') PathPart('') Args(0) {sub view_GET { - edit in src/lib/Hydra/Controller/JobsetEval.pm at line 123
$self->status_ok($c,entity => $eval); - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 131
sub release : Chained('eval') PathPart('release') Args(0) {sub release : Chained('evalChain') PathPart('release') Args(0) { - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 167
sub create_jobset : Chained('eval') PathPart('create-jobset') Args(0) {sub create_jobset : Chained('evalChain') PathPart('create-jobset') Args(0) { - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 178
sub cancel : Chained('eval') PathPart('cancel') Args(0) {sub cancel : Chained('evalChain') PathPart('cancel') Args(0) { - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 187
sub restart_aborted : Chained('eval') PathPart('restart-aborted') Args(0) {sub restart_aborted : Chained('evalChain') PathPart('restart-aborted') Args(0) { - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 197
sub bump : Chained('eval') PathPart('bump') Args(0) {sub bump : Chained('evalChain') PathPart('bump') Args(0) { - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 211
sub nix : Chained('eval') PathPart('channel') CaptureArgs(0) {sub nix : Chained('evalChain') PathPart('channel') CaptureArgs(0) { - replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 224
sub job : Chained('eval') PathPart('job') {sub job : Chained('evalChain') PathPart('job') {