b4ce69ed8d* Index the Builds table on drvPath to prevent a full table scan in findBuildDependencyInQueue in hydra_queue_runner.
Eelco Dolstra
2010-11-19 15:49:55 +00:00
a93e272364* Add a NarSize field to Hydra manifests. This allows nix-env to predict how much disk space a package will require. * Compute the output / closure size using the info stored in the Nix database (rather than doing a slow "du").
Eelco Dolstra
2010-11-19 15:44:20 +00:00
431656546ehydra: disallow robots.txt for root and project all builds page
Rob Vermaas
2010-10-19 08:34:13 +00:00
42750364dehydra: show all running builds on job page, in stead of only showing the 'current' builds that are running
Rob Vermaas
2010-10-18 12:06:59 +00:00
df921a4fd0hydra: add comment that file is generated by hydra to /etc/nix.machines
Rob Vermaas
2010-10-18 11:05:36 +00:00
4b3895860ehydra: add missing templates
Rob Vermaas
2010-10-18 10:50:35 +00:00
4ba4571165hydra: newer version of jquery ui
Rob Vermaas
2010-10-18 10:45:30 +00:00
52292ef0afhydra: revert 24180
Rob Vermaas
2010-10-18 10:34:54 +00:00
bf9596674ahydra: missing perl modules
Rob Vermaas
2010-10-18 10:18:07 +00:00
766f44517ehydra: missing perl module
Rob Vermaas
2010-10-18 10:03:53 +00:00
a391c78aafhydra: buildmachine disabled by default, add some default constraints
Rob Vermaas
2010-10-13 12:51:29 +00:00
ef1efa80e4hydra: missing property
Rob Vermaas
2010-10-13 12:35:34 +00:00
398993f688hydra: add some admin for adding/enabling/etc build machines
Rob Vermaas
2010-10-13 12:32:57 +00:00
753f5679cbhydra: remove HYDRA_HOME env var, not used
Rob Vermaas
2010-10-08 10:45:44 +00:00
5e0e9e058dhydra: removed need for HYDRA_BUILD_BASEURL env variable
Rob Vermaas
2010-10-08 10:45:42 +00:00
0491ea3455hydra: catalyst plain view doesn;t work with data => 0, so put some whitespace around it
Rob Vermaas
2010-10-08 10:45:40 +00:00
4035eff856hydra: fix name of build jobset
Rob Vermaas
2010-09-30 15:09:34 +00:00
834ebdea4bhydra: fix tarball build, add pre suffix to tarballs
Rob Vermaas
2010-09-30 15:02:42 +00:00
3d3a495d27hydra: fix build job
Rob Vermaas
2010-09-30 14:29:19 +00:00
c37b90ee3ehydra: use autoconf/-make
Rob Vermaas
2010-09-30 14:29:15 +00:00
673ef76020fix redirect after login
Rob Vermaas
2010-09-29 11:01:48 +00:00
822ca9c29ehydra: in jobstatus pages, allow maintainer query argument to show only the packages you are maintaining
Rob Vermaas
2010-09-08 06:37:19 +00:00
526ffb7eefhydra: missing argument
Rob Vermaas
2010-09-07 15:12:41 +00:00
05ebf34441hydra: do not use refs/heads while checking for latest commit in branch
Rob Vermaas
2010-09-07 14:56:53 +00:00
d3f0c3f67dhydra: export addBuildProducts
Rob Vermaas
2010-09-07 12:31:11 +00:00
828c086f2eadd datetime to deps
Rob Vermaas
2010-09-07 12:26:57 +00:00
38d50806b9hydra: if evaluator sees cached build, also add the buildproducts
Rob Vermaas
2010-09-07 11:29:52 +00:00
6d74064999add /status to robots.txt
Rob Vermaas
2010-09-03 09:17:54 +00:00
4c63ccb6bchydra: moves jobsetOverview sub
Rob Vermaas
2010-09-03 09:17:52 +00:00
ce34776992added some json responses
Rob Vermaas
2010-09-02 12:21:56 +00:00
79168ae722hydra: missing uses
Rob Vermaas
2010-09-02 09:00:06 +00:00
c5ceece093hydra: moved getbuildlog
Rob Vermaas
2010-09-02 08:56:29 +00:00
d7487ab0d9hydra: at evaluation, check if path is already built, and mark as built in stead of adding to the queue.
Rob Vermaas
2010-09-01 10:50:57 +00:00
2e02291092fixed email bug
Rob Vermaas
2010-09-01 08:52:54 +00:00
1495e04d9d* Speed up findBuildDependencyInQueue by doing only one SQL query for all the dependencies (`drvpath => [ @drvs ]' is an OR).
Eelco Dolstra
2010-08-31 16:19:33 +00:00
f6715fa0ef* Added a status page that shows all the currently executing build steps. * Store the system type in the BuildSteps table. * Don't query the queue size when serving static pages. This prevents two unnecessary database queries per request.
Eelco Dolstra
2010-08-31 15:27:46 +00:00
2a69745a88* Store the name of the machine that performed a build step in the BuildSteps table.
Eelco Dolstra
2010-08-31 14:08:59 +00:00
c174998a0chydra: when restarting a build, remove possible failed dependencies from the failed-cache.
Rob Vermaas
2010-08-11 06:43:59 +00:00
f7ce960b96hydra: make sure viewing logs works when logs are bz2'd
Rob Vermaas
2010-08-10 13:11:41 +00:00
7bd11b87f0hydra: only use keepnr to determine if builds should be kept
Rob Vermaas
2010-08-10 08:00:28 +00:00
9d9bf8b264hydra: make nr of build to keep configurable per jobset
Rob Vermaas
2010-08-10 06:48:45 +00:00
34e309f0f7hydra: if a project or jobset is hidden (and thus disabled) do not keep builds
Rob Vermaas
2010-08-09 18:36:16 +00:00
066fd3e41fhydra: fixed email notification bug, when build is performed for the first time (it always said succeeded in the body of the mail
Rob Vermaas
2010-08-09 13:08:27 +00:00
489e4f7697* Create some more indices on tables that have a foreign key reference to the Builds table. Otherwise deleting builds (e.g. when flushing the queue) is very slow.
Eelco Dolstra
2010-08-05 14:06:02 +00:00
23886606d0Hydra/40: Last 5 builds on job page incorrect
Rob Vermaas
2010-08-02 12:32:15 +00:00
dda064bc8chydra: nar was replaced, so also move in robots.txt
Rob Vermaas
2010-07-30 10:17:47 +00:00
0802559b03hydra: do not perform git clone every time. in stead work on local clone and pull
Rob Vermaas
2010-07-28 12:48:29 +00:00
812689e523use local clone to limit bandwidth usage
Rob Vermaas
2010-07-27 18:06:47 +00:00
6d028a8d43missing file
Rob Vermaas
2010-07-27 16:24:21 +00:00
005e088637missing case for hg input type
Rob Vermaas
2010-07-27 16:17:06 +00:00
125cf1dc5bmissing case for hg input type
Rob Vermaas
2010-07-27 16:09:35 +00:00
06e0e80591bug fix
Rob Vermaas
2010-07-27 11:21:21 +00:00