* hydra: show running buildsteps on build page

[?]
Feb 11, 2010, 10:18 AM
CEARA7OHINXEQLCVPJ3SP5NJLGMFYXH5UEPDZ5BQ57SBJXHLQESAC

Dependencies

  • [2] ZDF42B24 revert change to dbix::class generated code
  • [3] TW5ZQX5Z * Move up the build products in the builds page, since they're more
  • [4] J5UVLXOK * Start of a basic Catalyst web interface.
  • [5] WRIU3S5E * UI for cloning builds (not functional yet).
  • [6] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [7] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [8] CLJQCY2X * Store info about all the build actions and allow them to be
  • [9] Z6MDQIGO * A quick (non-Web 2.0) interface to manually add builds to a release.

Change contents

  • replacement in src/root/build.tt at line 13
    [3.1991][2.0:98]()
    <h2 id="buildsteps">[% IF onlyFailed == 1 %]Failed build steps[% ELSE %]Build steps[% END%]</h2>
    [3.1991]
    [3.2029]
    <h2 id="buildsteps">[% type %] build steps</h2>
  • replacement in src/root/build.tt at line 20
    [3.2208][3.2208:2261]()
    [% IF (onlyFailed != 1) || (step.status != 0) -%]
    [3.2208]
    [3.2261]
    [% IF ( type == "All" ) || ( type == "Failed" && step.status != 0 ) || ( type == "Running" && step.busy == 1 ) -%]
  • replacement in src/root/build.tt at line 178
    [3.1107][3.1107:1108]()
    [3.1107]
    [3.31]
    [% IF !build.finished %]
    [% INCLUDE renderBuildSteps type="Running" %]
    [% END %]
  • replacement in src/root/build.tt at line 184
    [3.6830][3.6830:6878]()
    [% INCLUDE renderBuildSteps onlyFailed=1 %]
    [3.6830]
    [3.6878]
    [% INCLUDE renderBuildSteps type="Failed" %]
  • replacement in src/root/build.tt at line 391
    [3.13695][3.13695:13741]()
    [% INCLUDE renderBuildSteps onlyFailed=0 %]
    [3.13695]
    [3.13741]
    [% INCLUDE renderBuildSteps type="All" %]