hydra/src
Graham Christensen bf5c76feb6 getEvals: order by the eval table's ID
I broke this when I added `me.` in f1e75c8bff

I added me. to disambiguate `id`, but:

* eval.id works on the per-build page
* me.id works on the other pages
* Just id works everywhere if I drop:

    , prefetch => { evaluationerror => [ ] },

  but this causes a query per row to collect the evaluationerror
  records later, this becomes significantly slow on non-trivial
  datasets.

Using evals->current_source_alias will use the correct alias
whether it is me or eval or something else.
2021-06-16 11:24:30 -04:00
..
hydra-eval-jobs hydra-eval-jobs: Fix unexpected EOF when a top-level attr fails 2021-02-22 16:29:07 +01:00
hydra-evaluator hydra-evaluator: clean up names, clean up & / * spacing 2021-01-28 09:15:19 -05:00
hydra-queue-runner Use system-features from the Nix conf in the default machine file 2021-04-28 11:43:04 +02:00
lib getEvals: order by the eval table's ID 2021-06-16 11:24:30 -04:00
libhydra db.hh: use hasPrefix for prefix comparisons 2021-02-24 07:00:26 -05:00
root lazy tabs: trigger the load event 2021-05-05 14:42:12 -04:00
script Join to builds via jobset_id when easy 2021-06-01 11:16:47 -04:00
sql SQL: create better indexes for builds based on the jobset id 2021-06-01 11:23:22 -04:00
ttf Add font for the captcha 2013-03-04 12:16:13 +01:00
Makefile.am Revert "hydra-eval-jobs -> nix eval-hydra-jobs" 2020-02-19 20:36:52 +01:00
Makefile.PL * Move everything up one directory. 2009-03-05 13:41:57 +00:00