build.tt: Show jobset eval inputs instead of build inputs

[?]
Sep 25, 2014, 12:49 PM
BW2MGEXMQ6CRLN7IZODKXHSNEWMHLDPFJXAQPAEJIKU5LLZYJOMAC

Dependencies

  • [2] W74RIXTJ Show 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] R7MDDCB2 Some unnecessary job names
  • [7] 2GUAKGTB Fix 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] 3PNG7NIB Remove trailing whitespace
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/root/build.tt at line 369
    [3.1148][2.229:280]()
    [% INCLUDE renderInputs inputs=build.inputs %]
    [3.1148]
    [3.265]
    [% IF build.inputs.size > 0 %]
  • replacement in src/root/build.tt at line 371
    [3.266][3.11770:11793](),[3.11793][3.854:938](),[3.938][2.281:363]()
    [% IF prevBuild %]
    <h3>Changes since previous [% INCLUDE renderBuildLink build=prevBuild %]</h3>
    [% INCLUDE renderInputDiff inputs2=build.inputs inputs1=prevBuild.inputs %]
    [3.266]
    [3.11993]
    [% 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 %]