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.
|
||
---|---|---|
.. | ||
declarative | ||
dependencies | ||
aggregate.nix | ||
api-test.nix | ||
basic.nix | ||
broken-constituent.nix | ||
build-output-as-input.nix | ||
build-product-simple.sh | ||
build-product-with-spaces.sh | ||
build-products.nix | ||
bzr-checkout-input.nix | ||
bzr-checkout-update.sh | ||
bzr-input.nix | ||
bzr-update.sh | ||
config.nix.in | ||
constituents-broken.nix | ||
constituents.nix | ||
darcs-input.nix | ||
darcs-update.sh | ||
deepgit-builder.sh | ||
deepgit-input.nix | ||
default-machine-file.nix | ||
empty-dir-builder.sh | ||
fail.sh | ||
git-input.nix | ||
git-rev-input.nix | ||
git-rev-update.sh | ||
git-update.sh | ||
hg-input.nix | ||
hg-update.sh | ||
hydra-eval-notifications.nix | ||
nested-attributes.nix | ||
notifications.nix | ||
one-job.nix | ||
oom.nix | ||
runcommand-dynamic.nix | ||
runcommand.nix | ||
scm-builder.sh | ||
server.py | ||
succeed-with-failed.sh | ||
svn-checkout-input.nix | ||
svn-checkout-update.sh | ||
svn-input.nix | ||
svn-update.sh |