getEvals: order by the eval table's ID
[?]
Jun 16, 2021, 3:22 PM
OE5NED7FCT5VTG2A5EALONMOO3D3PMBRC7KZAAL5AIYT5S5NBUGACDependencies
- [2]
GLIPWYWLMove evaluation errors from evaluations to EvaluationErrors, a new table - [3]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [4]
PMNWRTGJAdd multiple output support - [5]
U5ZWDBW3Ensure 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
my $me = $evals->current_source_alias; - replacement in src/lib/Hydra/Helper/Nix.pm at line 233
{ order_by => "me.id DESC", rows => $rows, offset => $offset, prefetch => { evaluationerror => [ ] } });{ order_by => "$me.id DESC", rows => $rows, offset => $offset, prefetch => { evaluationerror => [ ] } });