hydra/src/lib/Hydra
Eelco Dolstra a57957df84 Handle job aliases in AggregateConstituents
Aggregate constituents are derivations.  However there can be multiple
builds in an evaluation that have the same derivation, i.e. they can
alias each other (e.g. "emacs", "emacs24" and "emacs24Packages.emacs"
in Nixpkgs).  Previously we picked a build arbitrarily for the
AggregateConstituents table.  Now we pick the one with the shortest
name (e.g. "emacs").
2013-08-27 11:48:02 +02:00
..
Base/Controller Add a ‘latest-finished’ action 2013-08-12 22:17:04 +02:00
Component ToJSON is automatically called recursively 2013-07-26 13:54:07 -04:00
Controller Add an action to download a specific output of a build as a .nar.bz2 2013-08-21 14:30:38 +02:00
Helper Handle job aliases in AggregateConstituents 2013-08-27 11:48:02 +02:00
Model Turn prepared statements back on 2013-02-25 21:20:52 +01:00
Plugin HipChat notification: do not include latest commits of all inputs in 'who-broke-the-build' list. Use only committers from inputs that have actually changed since previous build. 2013-08-26 11:06:10 +00:00
Schema Remove unused ActiveJobs source 2013-08-20 15:22:46 +02:00
Script Use CatalystX::Script::Server::Starman 2011-11-22 16:44:32 +01:00
View Hydra::View::Plain: Explicitly set the response body. 2013-07-12 16:53:48 +02:00
Plugin.pm Pass project and jobset to fetchInput 2013-07-29 15:33:22 -04:00
Schema.pm Keep track of the database schema version 2011-12-05 14:29:29 +01:00