Commit Graph

  • 90c9b5dd60 Do not send emails when build is cancelled/aborted. Also, ignore aborted/cancelled builds in comparing to previous build. Rob Vermaas 2012-08-06 00:00:07 +02:00
  • aa8bf564e2 Set the Content-Type properly Eelco Dolstra 2012-08-01 18:00:55 +00:00
  • 13688e364f Add a binary-cache-url file to channels to advertise the binary cache URL Eelco Dolstra 2012-08-01 16:31:25 +00:00
  • fad2a084fa Provide the nix-cache-info file required by the binary cache substituter Eelco Dolstra 2012-07-30 20:26:34 +00:00
  • d15dd6bac9 Include the URL of the binary cache in .nixpkg files Eelco Dolstra 2012-07-30 20:26:11 +00:00
  • 74fb2b37ce Add more spacing between products Eelco Dolstra 2012-07-19 00:33:02 +02:00
  • 00155aa7b1 Add an icon for binary distributions Eelco Dolstra 2012-07-19 00:16:22 +02:00
  • 67528698e6 Allow creating a release from an evaluation Eelco Dolstra 2012-07-18 23:46:41 +02:00
  • 2ab4c7d597 Update queryPathInfo calls Eelco Dolstra 2012-07-18 23:14:45 +02:00
  • da960b507d Use queryPathFromHashPart to look up binary cache requests efficiently Eelco Dolstra 2012-07-18 23:14:17 +02:00
  • 544f2f2503 Removing tarball as option for build input; does not exist. Rob Vermaas 2012-07-13 13:06:55 +02:00
  • 1b3cf68b77 Generate *.narinfo files on the fly to support the binary cache substituter Eelco Dolstra 2012-07-02 20:09:45 +02:00
  • fe2dab6fe8 Fix some warnings about undefined values Eelco Dolstra 2012-07-02 15:18:30 +00:00
  • d37c2c239c export logContents Rob Vermaas 2012-06-26 12:09:05 +02:00
  • a2f56ce574 * Read logs using logContents function in stead of handling it everywhere separately. Rob Vermaas 2012-06-26 12:00:18 +02:00
  • 0701cd0da8 * Fix getBuildLog for bzip2'd files. Rob Vermaas 2012-06-26 08:04:35 +02:00
  • 2aa52131ac * Nix now stores logs by default as bzip2, make sure the build page uncompresses before showing. Rob Vermaas 2012-06-25 15:05:16 +02:00
  • 209c51ca6c * Remove accidentally commited foo/bar. Rob Vermaas 2012-06-25 13:37:06 +02:00
  • 9a7811aa92 * Add 'set -e' to all scm test setup scripts, to catch errors as early as possible * Fix git setup Rob Vermaas 2012-06-25 13:33:36 +02:00
  • 478d3863bb Add bar with 1 Rob Vermaas 2012-06-25 12:24:03 +02:00
  • ebececb0ee Increase depth 2 Rob Vermaas 2012-06-25 12:24:03 +02:00
  • 9e8d3cdcc5 Increase depth 1 Rob Vermaas 2012-06-25 12:24:03 +02:00
  • 2cdcbd587a Increase depth 0 Rob Vermaas 2012-06-25 12:24:03 +02:00
  • 12223d6202 Add bzip2 to buildInputs. Rob Vermaas 2012-06-25 12:04:25 +02:00
  • 94ba1ed71f hydra-module: Always GC to have at least 100 GiB available. Ludovic Courtès 2012-06-14 10:57:12 +02:00
  • 6411d991c7 hydra-module: Fix typo in the job name in `checkSpace'. Ludovic Courtès 2012-06-14 10:17:33 +02:00
  • ab4f0911ce Fix rendering of Subversion inputs in the Evaluations table Eelco Dolstra 2012-06-04 14:55:24 +00:00
  • fdf441a8b7 Set utf-8 encoding on raw log pages Eelco Dolstra 2012-05-25 14:27:56 +00:00
  • 75277311ac Different icons (darker red) for cancelled builds. Fixes #25. Rob Vermaas 2012-05-25 04:14:36 +02:00
  • d1da9a8823 Escape the log tail to ensure we produce correct HTML Eelco Dolstra 2012-05-23 20:14:51 +00:00
  • fdc516289c Doh - clear $NIX_PATH properly Eelco Dolstra 2012-05-23 14:44:10 -04:00
  • 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
  • 4ad8912aa3 Fix indentation Eelco Dolstra 2012-05-11 18:25:56 -04:00
  • 770bc15848 Number the sections Eelco Dolstra 2012-05-11 18:22:46 -04:00
  • 3e6b24930c Sync with the CSS of the Nix manual Eelco Dolstra 2012-05-11 18:22:23 -04:00
  • b591c443b0 Keep builds of disabled jobsets that are not hidden. Fixes #18. Rob Vermaas 2012-05-11 09:11:07 +02:00
  • 8538953868 Don't write one character at a time, it's inefficient Eelco Dolstra 2012-05-10 12:02:41 -04:00
  • 48effa116c Delete obsolete CSS files Eelco Dolstra 2012-05-07 15:12:56 -04:00
  • 7d3c1852ed "r. " -> "r" in showing revisions Eelco Dolstra 2012-05-04 17:12:45 -04:00
  • 0fdcd3176b Add numbered revision id of mercurial as revCount. Rob Vermaas 2012-05-01 09:15:52 +02:00
  • 8f85fe67d4 Revert sorting build products Eelco Dolstra 2012-04-30 22:17:31 +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
  • ea4aba83c3 Proper styling for flash message Eelco Dolstra 2012-04-17 09:36:10 +00:00
  • 634d8c092f Use <h3> for running/failed build steps Eelco Dolstra 2012-04-17 09:35:37 +00:00
  • 896a47d950 Clear nrSucceeded when restarting a build Eelco Dolstra 2012-04-17 09:34:35 +00:00
  • d350b935f2 Add validation for project and jobset names Eelco Dolstra 2012-04-17 08:53:00 +00:00
  • 90e0ba2a7a Revert changeset 4399683fa0e9abb64f63affc7caca7f77abea1b7, make jobset options available to project members as well Rob Vermaas 2012-04-17 09:49:27 +02:00
  • 4399683fa0 Reinstate the edit/clone links on the jobset page. Ludovic Courtès 2012-04-16 16:47:23 +02:00
  • 922bad7306 Also remove dep. graph from robots.txt. Rob Vermaas 2012-04-16 15:25:14 +02:00
  • 334135448e Remove buildtime and runtime dependency graph. It is useless on normal derivations. Rob Vermaas 2012-04-16 15:23:07 +02:00
  • 28b6ff3ed6 Add maximum nest level for input changes on build page. Rob Vermaas 2012-04-16 13:59:29 +02:00
  • 1cf2a1592a Add missing upgrade-*.sql files Eelco Dolstra 2012-04-15 23:23:01 +00:00
  • ec87ad2bf2 Missing part of aaacf9eda36f5cdcc77cec20d6f49fbb6f925105 Eelco Dolstra 2012-04-15 22:57:10 +00:00
  • 0446282a63 Fix the test Eelco Dolstra 2012-04-15 22:56:15 +00:00
  • aaacf9eda3 Speed up the listing of jobset evals by caching some info in the DB Eelco Dolstra 2012-04-16 00:46:19 +02:00
  • 034d50069b Speed up the jobset eval list a bit Eelco Dolstra 2012-04-15 22:11:20 +00:00
  • 573a333bc9 Cleanup Eelco Dolstra 2012-04-15 21:49:54 +00:00
  • 5793baa3cd Doh Eelco Dolstra 2012-04-15 21:35:46 +00:00
  • 1e228267be Only show "Running build steps" if there are running build steps Eelco Dolstra 2012-04-15 20:12:35 +00:00
  • 2c6a38760b Consistent capitalisation Eelco Dolstra 2012-04-15 20:10:22 +00:00
  • 0daba6bb89 In the jobset evals lists, show what inputs changed between consecutive evals Eelco Dolstra 2012-04-15 20:06:42 +00:00
  • b9824ca422 Cleanup Eelco Dolstra 2012-04-15 18:47:22 +00: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