Use <h3> for running/failed build steps

[?]
Apr 17, 2012, 9:35 AM
YFYRNNQUYHG6RUQDV3RY26ZV2HL5MRDAQO2M5QJPBZY5KIKGDUAQC

Dependencies

  • [2] HPEG2RHV Merge the BuildResultInfo table into the Builds table
  • [3] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [4] ZLQL62FK Only show "Running build steps" if there are running build steps
  • [5] TCXFZZFN * hydra: make chart zoomable and clickable
  • [6] ZDF42B24 revert change to dbix::class generated code
  • [7] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [8] 3SQCOHZN * minor performance tweaks
  • [9] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [10] CEARA7OH * hydra: show running buildsteps on build page
  • [11] PHX2HIVG * Store info about the build inputs in the build record.
  • [12] 2R7GHSA4 * hydra: added initial version of build graph
  • [13] WRIU3S5E * UI for cloning builds (not functional yet).
  • [14] A52HEFHQ * Allow builds to be restarted (if they failed with a transient error,
  • [15] 2B63JW6F * hydra: changes in list in stead of table, also showing changes of changed 'build output' inputs
  • [16] L2E6EVE2 * Merged the Build and Job tables.
  • [17] KAZWI5G4 * hydra: buildpage, show changes since last build/successful build
  • [18] CLJQCY2X * Store info about all the build actions and allow them to be
  • [19] J5UVLXOK * Start of a basic Catalyst web interface.
  • [20] Z6MDQIGO * A quick (non-Web 2.0) interface to manually add builds to a release.
  • [21] XHK7IGYI * hdyra: show last succeeded build and changes since on build status summary if build has failed

Change contents

  • edit in src/root/build.tt at line 12
    [5.1990][5.1990:1991](),[5.1991][5.0:49]()
    <h2 id="buildsteps">[% type %] build steps</h2>
  • replacement in src/root/build.tt at line 68
    [5.1650][5.1650:1686]()
    <p class="error">[% flashMsg %]</p>
    [5.1650]
    [5.1686]
    <p class="btn-info btn-large">[% flashMsg %]</p>
  • replacement in src/root/build.tt at line 161
    [5.1107][4.0:62]()
    [% IF !build.finished && build.buildsteps.size > 0 %]
    [5.1107]
    [5.0]
    [% IF !build.finished %]
    <h3>Running build steps</h3>
  • edit in src/root/build.tt at line 168
    [2.7982]
    [5.289]
    <h3>Failed build steps</h3>
  • replacement in src/root/build.tt at line 419
    [5.3976][3.2168:2213](),[3.2213][5.339:383](),[5.13695][5.339:383](),[5.383][5.13741:13749](),[5.13741][5.13741:13749]()
    <div id="tabs-buildsteps" class="tab-pane">
    [% INCLUDE renderBuildSteps type="All" %]
    </div>
    [5.3976]
    [5.4676]
    <div id="tabs-buildsteps" class="tab-pane">
    <h2>All build steps</h2>
    [% INCLUDE renderBuildSteps type="All" %]
    </div>