2865569392
doc: Update to use angle brackets and `tarball' in the same evaluation.
Ludovic Courtès
2012-05-23 00:07:49 +02:00
97d41a2102
Allow project members to create jobsets, regression introduced by bootstrap make-over. Currently all logged in users see these options, however, only on performing the action the privileges are checked. Need to change that in the future.
Rob Vermaas
2012-05-18 10:09:53 +02:00
da206fdfac
Add time to evaluation error tab. Fixes#21.
Rob Vermaas
2012-05-18 10:06:55 +02:00
df71a86183
Do not delete builds when clearing the queue. Fixes#8.
Rob Vermaas
2012-04-30 22:13:53 +02:00
b52018e61a
Use a span instead of a div in the pretty logs
Eelco Dolstra
2012-04-30 21:32:53 +02:00
eb51065a16
Making pretty printed log look normal again. Issue #6
Rob Vermaas
2012-04-30 20:22:03 +02:00
437e59c4a8
When checking if build is already built, check for potential 'failed with result'. Fixes issue #7.
Rob Vermaas
2012-04-30 19:47:21 +02:00
854513be8e
I should test first
Eelco Dolstra
2012-04-30 17:57:13 +02:00
dcc570f454
Set the build status properly for failing local builds
Eelco Dolstra
2012-04-30 17:15:35 +02:00
4a6f798ef4
Fix Mercurial input fetching if a cached input has been GC'ed
Eelco Dolstra
2012-04-30 16:21:28 +02:00
c1653a9561
Merge pull request #9 from nbp/deep-clone-check
Rob Vermaas
2012-04-30 01:15:00 -07:00
69f9175986
Add tests for "git describe --long".
Nicolas Pierron
2012-04-29 20:59:43 -07:00
1033178728
Ensure build products are in sorted order
Eelco Dolstra
2012-04-27 11:23:38 +02:00
29b40e6418
Fix the duration on Build pages
Eelco Dolstra
2012-04-27 10:54:49 +02:00
4a1a2203ac
I should sleep... grmbl
Rob Vermaas
2012-04-26 09:37:48 +02:00
3c465c3661
Revert nix-prefetch-git changes merged in earlier from Merge request #3, which broke git describe functionality used in GNU jobsets.
Rob Vermaas
2012-04-26 09:31:00 +02:00
6d5567bb16
Use git fetch -fu origin +$branch:$branch to fetch all changes for branch.
Rob Vermaas
2012-04-26 08:36:40 +02:00
be3748e1ec
In case of deep clone, make sure there is local branch.
Rob Vermaas
2012-04-25 13:49:28 +02:00
7da48b5220
remove origin from git pull call, to get rid of fatal: fetch --all does not take a repository argument error
Rob Vermaas
2012-04-25 10:17:22 +02:00
b49e138e9c
Merge pull request #3 from nbp/candidates/fetch-git
Rob Vermaas
2012-04-24 10:18:28 -07:00
966cc22131
Fix query for certain postgresql versions.
Rob Vermaas
2012-04-22 08:30:48 +02:00
b0596c214a
Merge branch 'master' of github.com:NixOS/hydra
Rob Vermaas
2012-04-18 11:24:12 +02:00
cc38d0352f
Strip all whitespace from revision from subversion call. Patch provided by Petr Ročkai
Rob Vermaas
2012-04-18 11:22:26 +02:00
f8c914297f
Fix path to the session data
Eelco Dolstra
2012-04-17 22:25:32 +02:00
51b920c875
Bootstrapify the Hydra forms (except the project and jobset edit pages)
Eelco Dolstra
2012-04-17 16:53:11 +02:00
8f31935ffa
Handle the case where there are no builds and no previous eval
Eelco Dolstra
2012-04-17 12:32:44 +02:00
db09760e8c
Move the "Cancel build" button to the menu
Eelco Dolstra
2012-04-17 11:39:08 +02:00
fd50ac1d4e
Store the inputs of each evaluation in the database
Eelco Dolstra
2012-04-15 18:36:36 +00:00
12dd78d889
Change the "Available" link to "pretty"
Eelco Dolstra
2012-04-15 18:51:34 +02:00
e7fa54e48e
Fix the spacing around some <h3> headers
Eelco Dolstra
2012-04-15 18:48:29 +02:00
80705c8a20
hydra-init: show SQL commands being executed
Eelco Dolstra
2012-04-15 18:34:32 +02:00
bf757f687d
Remove close button on news items since it's not persistent, so kinda useless
Eelco Dolstra
2012-04-15 18:31:47 +02:00
a633e4b361
Make the jobset eval rows clickable
Eelco Dolstra
2012-04-15 18:21:56 +02:00
6b88640457
Remove the "There are evaluation errors!", instead emphasize the presence of the tab more
Eelco Dolstra
2012-04-15 18:17:19 +02:00
101e60b03d
Nicer link to the rest of the jobset evals
Eelco Dolstra
2012-04-15 18:08:51 +02:00
794602d7ce
Drop unused "tag" column
Eelco Dolstra
2012-04-15 12:42:46 +00:00
19d9955e89
Optimize fetch-git.
Nicolas Pierron
2012-04-14 18:17:35 -07:00
ccc5d38976
Move Hide/Unhide links for project to toplevel menu.
Rob Vermaas
2012-04-13 16:52:25 +02:00
7f858928df
Fix hide/unhide links.
Rob Vermaas
2012-04-13 16:36:45 +02:00
fbb857bf80
Do not load charts lazily for now.
Rob Vermaas
2012-04-13 14:50:48 +02:00
320632f7f4
Renamed running to started in queue.
Rob Vermaas
2012-04-13 12:55:26 +02:00
f339f5ae85
Fix evaluate link.
Rob Vermaas
2012-04-13 12:42:58 +02:00
516a644a7f
Merge branch 'master' into bootstrap
Rob Vermaas
2012-04-13 11:55:49 +02:00
293c7d3507
update bootstrap.zip
Rob Vermaas
2012-04-13 11:54:40 +02:00
bb4f470348
Remove default logo, replaced by text for now. Hide template in jobset edit.
Rob Vermaas
2012-04-13 11:47:05 +02:00
f63e9a63b4
Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu.
Rob Vermaas
2012-04-13 11:26:37 +02:00
11bf848b09
Move channel link to top menu of Project and Jobset.
Rob Vermaas
2012-04-13 10:56:02 +02:00
bf197f0d77
Remove pagers on the bottom of paginated lists.
Rob Vermaas
2012-04-13 10:43:56 +02:00
b81aa89260
Replace old logo with Nix/NixOS logo.
Rob Vermaas
2012-04-13 10:33:11 +02:00
1e7f9c8a15
Fix pager prev/next button.
Rob Vermaas
2012-04-13 10:23:27 +02:00
6b65712045
Restructure build menu
Rob Vermaas
2012-04-13 10:19:15 +02:00
9a1f38e06e
Remove comments, re-add logo.
Rob Vermaas
2012-04-13 10:05:02 +02:00
4f5327d7ed
Added running icon in queue in stead of background color.
Rob Vermaas
2012-04-12 22:10:16 +02:00
8aaa0a1a8a
Move 'keep build' and 'restart' to toplevel menu
Rob Vermaas
2012-04-12 21:50:06 +02:00