build.tt: Show jobset eval inputs instead of build inputs
[?]
Sep 25, 2014, 12:49 PM
BW2MGEXMQ6CRLN7IZODKXHSNEWMHLDPFJXAQPAEJIKU5LLZYJOMACDependencies
- [2]
W74RIXTJShow inputs and input changes on the jobset eval page - [3]
KAZWI5G4* hydra: buildpage, show changes since last build/successful build - [4]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [5]
3SQCOHZN* minor performance tweaks - [6]
R7MDDCB2Some unnecessary job names - [7]
2GUAKGTBFix indentation of build.tt - [8]
TW5ZQX5Z* Move up the build products in the builds page, since they're more - [9]
XHK7IGYI* hdyra: show last succeeded build and changes since on build status summary if build has failed - [10]
3PNG7NIBRemove trailing whitespace - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/root/build.tt at line 369
[% INCLUDE renderInputs inputs=build.inputs %][% IF build.inputs.size > 0 %] - replacement in src/root/build.tt at line 371
[% IF prevBuild %]<h3>Changes since previous [% INCLUDE renderBuildLink build=prevBuild %]</h3>[% INCLUDE renderInputDiff inputs2=build.inputs inputs1=prevBuild.inputs %][% INCLUDE renderInputs inputs=build.inputs %][% IF prevBuild %]<h3>Changes since previous [% INCLUDE renderBuildLink build=prevBuild %]</h3>[% INCLUDE renderInputDiff inputs2=build.inputs inputs1=prevBuild.inputs %][% END %][% ELSIF eval %][% INCLUDE renderInputs inputs=eval.jobsetevalinputs %]