jobset-eval: pass `full` parameter to "Compare to..."
[?]
Sep 8, 2021, 9:23 PM
47T2YEQH6CMISJZXWL7M64KAFDEMA3CKWC66VM4APREOJTWDOVIQCDependencies
- [2]
RVOAWGSLUpdate jobset comparison button - [3]
NIAYAEM2Add a button to compare a jobset eval against other jobsets - [4]
U4TD3AIQAdd support for viewing jobset evaluations - [5]
GXUWB5B7Sort jobsets by name
Change contents
- replacement in src/root/jobset-eval.tt at line 9
<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><a class="dropdown-item" href="?compare=-[% 24 * 60 * 60 %]&full=[% full ? 1 : 0 %]">This jobset <strong>one day</strong> earlier</a><a class="dropdown-item" href="?compare=-[% 7 * 24 * 60 * 60 %]&full=[% full ? 1 : 0 %]">This jobset <strong>one week</strong> earlier</a><a class="dropdown-item" href="?compare=-[% 31 * 24 * 60 * 60 %]&full=[% full ? 1 : 0 %]">This jobset <strong>one month</strong> earlier</a> - replacement in src/root/jobset-eval.tt at line 15
<a class="dropdown-item" href="?compare=[% j.name %]">Jobset <tt>[% project.name %]:[% j.name %]</tt></a><a class="dropdown-item" href="?compare=[% j.name %]&full=[% full ? 1 : 0 %]">Jobset <tt>[% project.name %]:[% j.name %]</tt></a>