Hydra, for Lix
Find a file
Eelco Dolstra 9409d20f39 * Make the "all" page faster by not doing four identical `select
count(*) ...' queries.  The reason for this is that

    my $nrBuilds = scalar($c->stash->{allBuilds}->search({finished => 1}));

  doesn't return an integer, but some magical code reference that when
  evaluated performs the query and returns an integer.  So every use
  of $nrBuilds in all.tt caused another query.  OTOH using ...->count
  causes only one query.

  However count(*) still involves a full table scan, so it's still
  suboptimal.
2010-02-09 14:08:45 +00:00
doc * Store the jobset's nixExprPath and nixExprInput fields in a build to 2009-10-26 13:33:48 +00:00
src * Make the "all" page faster by not doing four identical `select 2010-02-09 14:08:45 +00:00
COPYING * Include a license. 2008-11-28 11:18:29 +00:00
deps.nix emailsimplecreator was removed 2010-02-06 07:20:33 +00:00
release.nix * hydra: updated jquery version, needed for tabs (to be added later) 2010-02-01 12:07:26 +00:00