getEvals: order by the eval table's ID

[?]
Jun 16, 2021, 3:22 PM
OE5NED7FCT5VTG2A5EALONMOO3D3PMBRC7KZAAL5AIYT5S5NBUGAC

Dependencies

  • [2] GLIPWYWL Move evaluation errors from evaluations to EvaluationErrors, a new table
  • [3] VH5ZABDR Add a page to show the latest evaluations for the entire server
  • [4] PMNWRTGJ Add multiple output support
  • [5] U5ZWDBW3 Ensure that each eval is compared to the previous one from the same jobset
  • [*] 2GK5DOU7 * Downloading closures.

Change contents

  • edit in src/lib/Hydra/Helper/Nix.pm at line 228
    [3.946]
    [3.946]
    my $me = $evals->current_source_alias;
  • replacement in src/lib/Hydra/Helper/Nix.pm at line 233
    [3.1010][2.0:123]()
    { order_by => "me.id DESC", rows => $rows, offset => $offset
    , prefetch => { evaluationerror => [ ] } });
    [3.1010]
    [3.1085]
    { order_by => "$me.id DESC", rows => $rows, offset => $offset
    , prefetch => { evaluationerror => [ ] } });