jobset view: jump back to the proper tab when displaying all failed jobsets

[?]
Jul 15, 2018, 3:19 PM
5N367XMTKTDQ6CT77LRJFJOKWEBTYBPQQIEOA4I24DJTPVKZG7GAC

Dependencies

  • [2] RHUAFTJA Show aborted/cancelled builds separately in jobset eval pages
  • [3] WZZOOYCH Show queued builds in jobset evaluation pages
  • [4] W74RIXTJ Show inputs and input changes on the jobset eval page
  • [5] TPNHTE5V Remove obsolete Builds columns and provide accurate "Running builds"
  • [6] 4QCXGR4W Tabify the eval page
  • [7] L7NUCXKS Show new and removed jobs
  • [8] 2S7UHICM Allow filtering jobs in eval pages
  • [9] KQZQI2WN Allow creating a release from an evaluation
  • [*] U4TD3AIQ Add support for viewing jobset evaluations

Change contents

  • replacement in src/root/jobset-eval.tt at line 99
    [3.1563][3.1563:1756]()
    <tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more builds omitted)</em></a></td></tr>
    [3.1563]
    [3.1756]
    <tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %][% tabname %]"><em>([% size - max %] more builds omitted)</em></a></td></tr>
  • replacement in src/root/jobset-eval.tt at line 107
    [2.651][2.651:695]()
    [% INCLUDE renderSome builds=aborted %]
    [2.651]
    [2.695]
    [% INCLUDE renderSome builds=aborted tabname="#tabs-aborted" %]
  • replacement in src/root/jobset-eval.tt at line 111
    [3.1862][3.1862:1906]()
    [% INCLUDE renderSome builds=nowFail %]
    [3.1862]
    [3.1906]
    [% INCLUDE renderSome builds=nowFail tabname="#tabs-now-fail" %]
  • replacement in src/root/jobset-eval.tt at line 115
    [3.1963][3.1963:2010]()
    [% INCLUDE renderSome builds=nowSucceed %]
    [3.1963]
    [3.2010]
    [% INCLUDE renderSome builds=nowSucceed tabname="#tabs-now-succeed" %]
  • replacement in src/root/jobset-eval.tt at line 119
    [3.2059][3.2059:2099]()
    [% INCLUDE renderSome builds=new %]
    [3.2059]
    [3.2099]
    [% INCLUDE renderSome builds=new tabname="#tabs-new" %]
  • replacement in src/root/jobset-eval.tt at line 136
    [3.2706][3.2706:2905]()
    <tr><td class="centered" colspan="2"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more jobs omitted)</em></a></td></tr>
    [3.2706]
    [3.2905]
    <tr><td class="centered" colspan="2"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]#tabs-removed"><em>([% size - max %] more jobs omitted)</em></a></td></tr>
  • replacement in src/root/jobset-eval.tt at line 143
    [3.3007][3.3007:3053]()
    [% INCLUDE renderSome builds=stillFail %]
    [3.3007]
    [3.3053]
    [% INCLUDE renderSome builds=stillFail tabname="#tabs-still-fail" %]
  • replacement in src/root/jobset-eval.tt at line 147
    [3.3112][3.3112:3161]()
    [% INCLUDE renderSome builds=stillSucceed %]
    [3.3112]
    [3.3161]
    [% INCLUDE renderSome builds=stillSucceed tabname="#tabs-still-succeed" %]
  • replacement in src/root/jobset-eval.tt at line 151
    [3.3217][3.3217:3264]()
    [% INCLUDE renderSome builds=unfinished %]
    [3.3217]
    [3.4422]
    [% INCLUDE renderSome builds=unfinished tabname="#tabs-unfinished" %]