Show build products on aggregates with channels.
[?]
Apr 21, 2015, 1:58 AM
3EJABTVV4M2U77HKHPKMFTR6KAKOXKLUB2PKGE2RRPWCAX2BC56QCDependencies
- [2]
UYWFRWQ6Sort constituents by job name - [3]
MSIHMO45Tweak build steps - [4]
HN3V252LOn the build page, show how many aggregate constituents failed - [5]
3PNG7NIBRemove trailing whitespace - [6]
Z6MDQIGO* A quick (non-Web 2.0) interface to manually add builds to a release. - [7]
CAFO4ATEAlways show the build duration (using the cached build if necessary) - [8]
M6WGSGNMDon't show duration of unfinished builds - [9]
XTKCALUAMake "Add to release" a modal dialog - [10]
2R7GHSA4* hydra: added initial version of build graph - [11]
ZH6B56XRTry harder to find build logs - [12]
2GUAKGTBFix indentation of build.tt - [13]
3TZYSSGXbuilt.tt: Handle the case where the original build is not known - [*]
LBNVQXUB* Build the /build stuff in a separate controller. - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- edit in src/lib/Hydra/Controller/Build.pm at line 111
$c->stash->{isChannel} = $c->stash->{build}->buildproducts->search({type => "channel"})->count > 0; - replacement in src/root/build.tt at line 191
[% IF !isAggregate && build.finished; actualBuild = build.iscachedbuild ? cachedBuild : build %][% IF (!isAggregate || !isChannel) && build.finished; actualBuild = build.iscachedbuild ? cachedBuild : build %] - replacement in src/root/build.tt at line 203
[% IF !isAggregate && buildLogExists(build) %][% IF (!isAggregate || !isChannel) && buildLogExists(build) %] - replacement in src/root/build.tt at line 218
[% IF build.buildproducts && !isAggregate %][% IF isChannel || (build.buildproducts && !isAggregate) %]