259d163ec9
clean up build page for build that failed with result
2011-06-10 07:36:30 +00:00
c4130a8161
Hydra/64: Leaving number of builds empty gives DBIx error
2011-05-16 08:03:06 +00:00
2f215aac4b
add tracker html code via HYDRA_TRACKER
2011-04-19 12:00:54 +00:00
a8b3ebd514
make logo configurable via HYDRA_LOGO env var
2011-04-18 08:21:27 +00:00
fca3019c7b
qualify ordery_by clauses when necessary, remove unnecessary order_by's, reported by Ludo, resulted in errors in sqlite
2011-04-01 07:40:06 +00:00
f3f2c5683f
Hydra/62 fix, broken nar download
2011-03-23 13:03:40 +00:00
8f35d03bca
use NIX_*_DIR env vars when defined
2011-03-16 13:08:12 +00:00
413d49342d
fixed bug when updating user when no roles were selected, changed change-password link
2011-03-15 14:57:05 +00:00
edbfc781d0
qualify id column
2011-03-15 13:54:43 +00:00
92d547f4e5
do not check username, as you are not allowed to change it
2011-03-08 07:23:28 +00:00
c9929761bd
hydra: cannot change username, also update fullname
2011-03-07 16:46:46 +00:00
107a879adc
if no emailoverride specified, use empty string
2011-03-07 16:02:23 +00:00
5c187a0640
if no emailoverride specified, use empty string
2011-03-07 15:55:37 +00:00
e7c203a3b4
typo
2011-02-08 13:37:50 +00:00
c645fa55ff
initial bzr support
2011-02-08 13:11:08 +00:00
559ab9c97a
automatic reload of tail log when build is running
2011-02-02 09:00:52 +00:00
f35c9a4574
hydra: put contents links into html, add links to files from contents page
2011-01-04 12:50:59 +00:00
496c22dc0f
hydra: remove old clear eval cache option
2010-12-20 09:53:01 +00:00
4fdd011b2d
hydra: fixed missing argument to restartbuild function
2010-12-07 13:25:29 +00:00
cd7742f610
hydra: added some user admin
2010-12-03 09:40:25 +00:00
6d6f43fa0c
hydra: factored out build restart and
2010-12-03 08:40:34 +00:00
0f1c580731
hydra: order machines by enabled/disabled, add green and red color for enabled/disabled
2010-10-21 14:37:03 +00:00
431656546e
hydra: disallow robots.txt for root and project all builds page
2010-10-19 08:34:13 +00:00
42750364de
hydra: show all running builds on job page, in stead of only showing the 'current' builds that are running
2010-10-18 12:06:59 +00:00
df921a4fd0
hydra: add comment that file is generated by hydra to /etc/nix.machines
2010-10-18 11:05:36 +00:00
a391c78aaf
hydra: buildmachine disabled by default, add some default constraints
2010-10-13 12:51:29 +00:00
ef1efa80e4
hydra: missing property
2010-10-13 12:35:34 +00:00
398993f688
hydra: add some admin for adding/enabling/etc build machines
2010-10-13 12:32:57 +00:00
0491ea3455
hydra: catalyst plain view doesn;t work with data => 0, so put some whitespace around it
2010-10-08 10:45:40 +00:00
673ef76020
fix redirect after login
2010-09-29 11:01:48 +00:00
6d74064999
add /status to robots.txt
2010-09-03 09:17:54 +00:00
4c63ccb6bc
hydra: moves jobsetOverview sub
2010-09-03 09:17:52 +00:00
ce34776992
added some json responses
2010-09-02 12:21:56 +00:00
fbeb5abc69
2010-08-31 15:37:50 +00:00
0caf68c638
* Disambiguate.
2010-08-31 15:30:20 +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.
2010-08-31 15:27:46 +00:00
2a69745a88
* Store the name of the machine that performed a build step in the
...
BuildSteps table.
2010-08-31 14:08:59 +00:00
c174998a0c
hydra: when restarting a build, remove possible failed dependencies from the failed-cache.
2010-08-11 06:43:59 +00:00
f7ce960b96
hydra: make sure viewing logs works when logs are bz2'd
2010-08-10 13:11:41 +00:00
9d9bf8b264
hydra: make nr of build to keep configurable per jobset
2010-08-10 06:48:45 +00:00
23886606d0
Hydra/40: Last 5 builds on job page incorrect
2010-08-02 12:32:15 +00:00
dda064bc8c
hydra: nar was replaced, so also move in robots.txt
2010-07-30 10:17:47 +00:00
125cf1dc5b
missing case for hg input type
2010-07-27 16:09:35 +00:00
caa0f1a255
Hydra: In case of failure, also show changes between last succesful build and the first failed build after this
2010-07-14 07:31:14 +00:00
33ef55815e
Hydra/33: 'Sign in' should return to the referring page
2010-07-06 07:27:55 +00:00
e35f0005e6
* Move NARs from the NixChannel controller to the Root controller and
...
drop the "/nix/store". I.e. instead of
http://hydra.nixos.org/jobset/nixpkgs/trunk/channel/latest/nar/nix/store/99djmii6l4yw9gn07zxqabh8z58pp84c-libmspack-0.0.20040308alpha.drv
we now have
http://hydra.nixos.org/nar/99djmii6l4yw9gn07zxqabh8z58pp84c-libmspack-0.0.20040308alpha.drv
The main reason is that this is much faster, since we don't need to
get all the channel data (which isn't used anyway for NAR
generation). This speeds up downloading a NAR from the Nixpkgs
channel by > 2 seconds.
* Drop "Hydra::View::" from view names to get rid of an ugly warning.
2010-06-22 12:00:19 +00:00
5f7ebaad37
added hide feature for project/jobset
2010-06-04 14:43:28 +00:00
9c42f60f08
Hydra: Allow all builds to be restarted.
2010-05-26 08:03:44 +00:00
75bb591c03
Hydra/32: Add option to force evaluation of a certain jobset via web interface (for admins only)
2010-05-18 11:37:01 +00:00
56f05f2bdf
Hydra/26: Go back to using "svn export" as default for svn, added svn-checkout type for jobset which need .svn dirs. export is much more efficient
2010-05-11 11:37:30 +00:00