jobset-eval: pass `full` parameter to "Compare to..."

[?]
Sep 8, 2021, 9:23 PM
47T2YEQH6CMISJZXWL7M64KAFDEMA3CKWC66VM4APREOJTWDOVIQC

Dependencies

  • [2] RVOAWGSL Update jobset comparison button
  • [3] NIAYAEM2 Add a button to compare a jobset eval against other jobsets
  • [4] U4TD3AIQ Add support for viewing jobset evaluations
  • [5] GXUWB5B7 Sort jobsets by name

Change contents

  • replacement in src/root/jobset-eval.tt at line 9
    [2.327][2.327:681]()
    <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>
    [2.327]
    [3.274]
    <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
    [3.80][2.726:840]()
    <a class="dropdown-item" href="?compare=[% j.name %]">Jobset <tt>[% project.name %]:[% j.name %]</tt></a>
    [3.80]
    [3.516]
    <a class="dropdown-item" href="?compare=[% j.name %]&full=[% full ? 1 : 0 %]">Jobset <tt>[% project.name %]:[% j.name %]</tt></a>