NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.1k stars 291 forks source link

Fix "My Jobs" tab in user dashboard #1263

Closed Ma27 closed 1 year ago

Ma27 commented 1 year ago

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. c7c47596009687d1652522c556333cefce28ec51.

cc @dasJ @grahamc