Remove the job status pages

They're mostly redundant since there is a faster "jobs" tab on
the jobset pages now.  The only thing the latter lacks is the
ability to see status change times, but those are quite expensive
to compute, and are visible on build pages if you really need them.
This commit is contained in:
Eelco Dolstra
2013-08-28 15:17:08 +02:00
parent 42c4ef856f
commit 58a6fdc5ed
2 changed files with 5 additions and 13 deletions

View File

@ -23,12 +23,11 @@ sub getJobStatus {
}
sub jobstatus : Chained('get_builds') PathPart Args(0) {
my ($self, $c) = @_;
$c->stash->{template} = 'jobstatus.tt';
$c->stash->{latestBuilds} = [getJobStatus($self, $c)->all];
}
#sub jobstatus : Chained('get_builds') PathPart Args(0) {
# my ($self, $c) = @_;
# $c->stash->{template} = 'jobstatus.tt';
# $c->stash->{latestBuilds} = [getJobStatus($self, $c)->all];
#}
# A convenient way to see all the errors - i.e. things demanding