After editing a jobset, push it to the front of the evaluation queue

[?]
Feb 26, 2013, 3:10 PM
6LETVKRAATQS7Z63ED6FD3IMGLYIEDBQ55DAWHTMTGAFLOTC4PMQC

Dependencies

  • [2] 4UUKWXDF Jobset page: Show last evaluation time
  • [3] K22TMPH5 Make the info tables less compressed
  • [4] TFK74CQR Put job status on a separate tab
  • [*] 3HZY24CX * Make jobsets viewable under
  • [*] UMFB2767 Hydra/64: Leaving number of builds empty gives DBIx error
  • [*] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that

Change contents

  • edit in src/lib/Hydra/Controller/Jobset.pm at line 220
    [7.183]
    [8.2272]
    , triggertime => $jobset->triggertime // time()
  • replacement in src/root/jobset.tt at line 62
    [3.395][2.253:449]()
    [% INCLUDE renderDateTime timestamp = jobset.lastcheckedtime %][% IF jobset.errormsg %]<em>, with
    evaluation errors!</em>[% ELSE %], <em>no evaluation errors</em>[% END %]
    [3.395]
    [2.449]
    [% INCLUDE renderDateTime timestamp = jobset.lastcheckedtime %], [% IF jobset.errormsg %]<em class="text-warning">with errors!</em>[% ELSE %]<em>no errors</em>[% END %]
  • edit in src/root/jobset.tt at line 78
    [3.673]
    [3.673]
    [% IF jobset.triggertime %]
    <tr>
    <th>Evaluation pending since:</th>
    <td>[% INCLUDE renderDateTime timestamp = jobset.triggertime %]</td>
    </tr>
    [% END %]