forked from lix-project/hydra
Maximilian Bosch
fd765bc97a
Nowadays `Builds` doesn't reference `Project` directly anymore. This
means that simply resolving both `jobset` and `project` with a single
JOIN from `Builds` doesn't work anymore. Instead we need to resolve the
relation to `jobset` first and then the relation to `project`.
For similar fixes see e.g.
|
||
---|---|---|
.. | ||
evaluator | ||
Helper/AddBuilds | ||
Hydra | ||
input-types | ||
jobs | ||
lib | ||
queue-runner | ||
scripts | ||
api-test.t | ||
build-products.t | ||
Makefile.am | ||
perlcritic.pl | ||
s3-backup-test.config | ||
s3-backup-test.pl | ||
setup-notifications-jobset.pl | ||
test.pl |