jobset view: jump back to the proper tab when displaying all failed jobsets
[?]
Jul 15, 2018, 3:19 PM
5N367XMTKTDQ6CT77LRJFJOKWEBTYBPQQIEOA4I24DJTPVKZG7GACDependencies
- [2]
RHUAFTJAShow aborted/cancelled builds separately in jobset eval pages - [3]
L7NUCXKSShow new and removed jobs - [4]
2S7UHICMAllow filtering jobs in eval pages - [5]
TPNHTE5VRemove obsolete Builds columns and provide accurate "Running builds" - [6]
WZZOOYCHShow queued builds in jobset evaluation pages - [7]
KQZQI2WNAllow creating a release from an evaluation - [8]
4QCXGR4WTabify the eval page - [9]
W74RIXTJShow inputs and input changes on the jobset eval page - [*]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- replacement in src/root/jobset-eval.tt at line 99
<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><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
[% INCLUDE renderSome builds=aborted %][% INCLUDE renderSome builds=aborted tabname="#tabs-aborted" %] - replacement in src/root/jobset-eval.tt at line 111
[% INCLUDE renderSome builds=nowFail %][% INCLUDE renderSome builds=nowFail tabname="#tabs-now-fail" %] - replacement in src/root/jobset-eval.tt at line 115
[% INCLUDE renderSome builds=nowSucceed %][% INCLUDE renderSome builds=nowSucceed tabname="#tabs-now-succeed" %] - replacement in src/root/jobset-eval.tt at line 119
[% INCLUDE renderSome builds=new %][% INCLUDE renderSome builds=new tabname="#tabs-new" %] - replacement in src/root/jobset-eval.tt at line 136
<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><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
[% INCLUDE renderSome builds=stillFail %][% INCLUDE renderSome builds=stillFail tabname="#tabs-still-fail" %] - replacement in src/root/jobset-eval.tt at line 147
[% INCLUDE renderSome builds=stillSucceed %][% INCLUDE renderSome builds=stillSucceed tabname="#tabs-still-succeed" %] - replacement in src/root/jobset-eval.tt at line 151
[% INCLUDE renderSome builds=unfinished %][% INCLUDE renderSome builds=unfinished tabname="#tabs-unfinished" %]