Update jobset comparison button
[?]
Apr 8, 2021, 3:11 PM
RVOAWGSLTSGIB6LBTMZTU7SYBVYOVDI34L4ETHKJIV4OWNF7KAEACDependencies
- [2]
GXUWB5B7Sort jobsets by name - [3]
MOTGJLT2Fix HTML error - [4]
ZCO73ATUAdd fontawesome as required by newer bootstrap - [5]
DE2DNCOIAllow comparing an evaluation with an arbitrary other evaluation - [6]
Q4VDOA76Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu. - [7]
6KIJX24RGet rid of unnecessary [%- and -%] tags - [8]
NIAYAEM2Add a button to compare a jobset eval against other jobsets - [9]
STA7J52VShow some eval stats - [10]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [11]
QD3NI3JYAllow comparing an eval against the jobset one day/week/month before - [12]
L7NUCXKSShow new and removed jobs - [13]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- replacement in src/root/jobset-eval.tt at line 4[5.4994]→[5.0:35](∅→∅),[5.35]→[4.4949194:4949316](∅→∅),[4.4949316]→[5.171:200](∅→∅),[5.171]→[5.171:200](∅→∅),[5.200]→[3.0:65](∅→∅),[3.65]→[5.306:336](∅→∅),[5.306]→[5.306:336](∅→∅),[5.336]→[3.66:381](∅→∅)
<div class="btn-group pull-right"><a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><i class="fas fa-eye"></i> Compare to...</a><ul class="dropdown-menu"><li><a href="?">Preceding evaluation in this jobset</a></li><li class="divider"></li><li><a href="?compare=-[% 24 * 60 * 60 %]">This jobset <strong>one day</strong> earlier</a></li><li><a href="?compare=-[% 7 * 24 * 60 * 60 %]">This jobset <strong>one week</strong> earlier</a></li><li><a href="?compare=-[% 31 * 24 * 60 * 60 %]">This jobset <strong>one month</strong> earlier</a></li><div class="dropdown"><button class="btn btn-primary dropdown-toggle float-right" data-toggle="dropdown"><i class="fas fa-eye"></i> Compare to...</button><div class="dropdown-menu dropdown-menu-right"><a class="dropdown-item" href="?">Preceding evaluation in this jobset</a><div class="dropdown-divider"></div><a class="dropdown-item" href="?compare=-[% 24 * 60 * 60 %]">This jobset <strong>one day</strong> earlier</a><a class="dropdown-item" href="?compare=-[% 7 * 24 * 60 * 60 %]">This jobset <strong>one week</strong> earlier</a><a class="dropdown-item" href="?compare=-[% 31 * 24 * 60 * 60 %]">This jobset <strong>one month</strong> earlier</a> - replacement in src/root/jobset-eval.tt at line 13
<li class="divider"></li><div class="dropdown-divider"></div> - replacement in src/root/jobset-eval.tt at line 15
<li><a href="?compare=[% j.name %]">Jobset <tt>[% project.name %]:[% j.name %]</tt></a></li><a class="dropdown-item" href="?compare=[% j.name %]">Jobset <tt>[% project.name %]:[% j.name %]</tt></a> - replacement in src/root/jobset-eval.tt at line 18
</ul></div>