hydra/src/lib
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 getEvals: order by the eval table's ID 2021-06-16 11:24:30 -04:00
Hydra.pm Expose Prometheus metrics at /metrics 2021-06-10 20:02:42 -04:00
Makefile.am Merge in the first bits of the API work 2013-07-02 14:00:46 -04:00