* hydra: show running buildsteps on build page
[?]
Feb 11, 2010, 10:18 AM
CEARA7OHINXEQLCVPJ3SP5NJLGMFYXH5UEPDZ5BQ57SBJXHLQESACDependencies
- [2]
ZDF42B24revert 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
<h2 id="buildsteps">[% IF onlyFailed == 1 %]Failed build steps[% ELSE %]Build steps[% END%]</h2><h2 id="buildsteps">[% type %] build steps</h2> - replacement in src/root/build.tt at line 20
[% IF (onlyFailed != 1) || (step.status != 0) -%][% IF ( type == "All" ) || ( type == "Failed" && step.status != 0 ) || ( type == "Running" && step.busy == 1 ) -%] - replacement in src/root/build.tt at line 178
[% IF !build.finished %][% INCLUDE renderBuildSteps type="Running" %][% END %] - replacement in src/root/build.tt at line 184
[% INCLUDE renderBuildSteps onlyFailed=1 %][% INCLUDE renderBuildSteps type="Failed" %] - replacement in src/root/build.tt at line 391
[% INCLUDE renderBuildSteps onlyFailed=0 %][% INCLUDE renderBuildSteps type="All" %]