"limit" -> "rows"
[?]
Aug 28, 2013, 9:02 AM
M4TBFHHJNJJZEK4IVHOZJI4R4QBEIJKFYSYPB57W4L23I5FJ6SCQCDependencies
- [2]
J3RYO2CURemove the jobs status page - [3]
6QRHXIM3* Speed up the jobset index page. Especially the query to get the - [4]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [5]
LZVO64YGMerge in the first bits of the API work - [*]
3HZY24CX* Make jobsets viewable under
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 53
($c->stash->{latestEval}) = $c->stash->{jobset}->jobsetevals->search({}, { limit => 1, order_by => ["id desc"] });($c->stash->{latestEval}) = $c->stash->{jobset}->jobsetevals->search({}, { rows => 1, order_by => ["id desc"] }); - replacement in src/lib/Hydra/Controller/Jobset.pm at line 155
{ hasnewbuilds => 1}, { limit => 1, order_by => ["id desc"] })->single;{ hasnewbuilds => 1 }, { rows => 1, order_by => ["id desc"] })->single;