Add jobset/job menus on buid log pages
[?]
Feb 26, 2014, 10:49 AM
O5DYTVGAAJRLN2LMLCGHRDCASLLXNY4JITO7AGAGQ26OM4QZ6YLQCDependencies
- [2]
VBWHG272Re-add the history tab (store size and build time), now as lazy-loaded tab on build page. - [3]
UCLYDK2A* Disambiguate. - [4]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [5]
HN3V252LOn the build page, show how many aggregate constituents failed - [6]
HPEG2RHVMerge the BuildResultInfo table into the Builds table - [7]
GJFYEU3S* Nix now stores logs by default as bzip2, make sure the build page uncompresses before showing. - [8]
GNIEG2GC* Disambiguate jobs by jobset name. I.e. jobs with the same name in - [9]
XDDCO6CH* hydra: add dependency list with links to logfiles - [10]
PMNWRTGJAdd multiple output support - [11]
V3UMEC5JFix display of non-aggregate builds - [12]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [13]
JTHWA6AMRename aggregate members to constituents - [14]
2R7GHSA4* hydra: added initial version of build graph - [15]
J5UVLXOK* Start of a basic Catalyst web interface. - [16]
3SQCOHZN* minor performance tweaks - [17]
UYWFRWQ6Sort constituents by job name - [18]
2GK5DOU7* Downloading closures. - [19]
36M6DGITShow the runtime/build dependencies in the build page - [*]
LBNVQXUB* Build the /build stuff in a separate controller. - [*]
UWVMQIAC* Refactoring.
Change contents
- edit in src/lib/Hydra/Controller/Build.pm at line 34[22.56][3.1608]
$c->stash->{jobset} = $c->stash->{build}->jobset;$c->stash->{job} = $c->stash->{build}->job; - replacement in src/lib/Hydra/Controller/Build.pm at line 79
, jobset => $c->stash->{build}->jobset->name, job => $c->stash->{build}->job->name, jobset => $c->stash->{jobset}->name, job => $c->stash->{job}->name - replacement in src/lib/Hydra/Controller/Build.pm at line 410
, jobset => $c->stash->{build}->jobset->name, job => $c->stash->{build}->job->name, jobset => $c->stash->{jobset}->name, job => $c->stash->{job}->name - edit in src/root/build.tt at line 7
[% project = build.project %][% jobset = build.jobset %][% job = build.job %]