getBuilds: clarify the names of evals vs. the query builder
[?]
Jun 16, 2021, 3:53 PM
TBLFIQYDIJGVQPPK5UPHMXTZNSRPIEU3FKIBWIENADDDUMTULSRQCDependencies
- [2]
OE5NED7FgetEvals: order by the eval table's ID - [3]
PMNWRTGJAdd multiple output support - [4]
GLIPWYWLMove evaluation errors from evaluations to EvaluationErrors, a new table - [5]
U5ZWDBW3Ensure that each eval is compared to the previous one from the same jobset - [6]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [*]
2GK5DOU7* Downloading closures.
Change contents
- replacement in src/lib/Hydra/Helper/Nix.pm at line 227
my ($self, $c, $evals, $offset, $rows) = @_;my ($self, $c, $evals_query_builder, $offset, $rows) = @_; - replacement in src/lib/Hydra/Helper/Nix.pm at line 229
my $me = $evals->current_source_alias;my $me = $evals_query_builder->current_source_alias; - replacement in src/lib/Hydra/Helper/Nix.pm at line 231
my @evals = $evals->search(my @evals = $evals_query_builder->search(