Eelco Dolstra
|
d914845ad7
|
Use a distinct icon for cancelled builds
|
2013-09-03 17:37:47 +02:00 |
|
Eelco Dolstra
|
559a98cfee
|
Use a different icon for aborted builds
|
2013-08-28 17:40:51 +02:00 |
|
Eelco Dolstra
|
2f7071ee9d
|
Tabify the eval page
The different types of types (new, removed, newly failing, and so
on) now each have their own tab.
|
2013-08-28 17:40:51 +02:00 |
|
Eelco Dolstra
|
7685596aa8
|
Transpose the aggregate constituents table
This way, it grows vertically rather than horizontally. Horizontal
may be more "logical", but this is more practical.
|
2013-08-28 17:40:50 +02:00 |
|
Eelco Dolstra
|
611f402a70
|
Move common Javascript code into a separate file
|
2013-06-25 01:16:28 +02:00 |
|
Eelco Dolstra
|
1277a8fc1c
|
Don't break certain table columns
For instance, if the "timestamp" column becomes too small, then every
timestamp is spread out across two lines, doubling the size of the
table.
|
2013-05-29 14:58:44 +02:00 |
|
Eelco Dolstra
|
f447c7d9db
|
Add separation between news items
|
2013-05-07 17:04:42 +02:00 |
|
Eelco Dolstra
|
80e0e7c84a
|
Use popovers for the product list help/details
|
2013-04-26 17:51:06 +02:00 |
|
Eelco Dolstra
|
4a2cb5e206
|
Update bootstrap to 2.3.1
|
2013-04-26 17:51:05 +02:00 |
|
Eelco Dolstra
|
94984270b0
|
Pretty log: Number lines and make them linkable
|
2013-04-02 11:25:46 +02:00 |
|
Eelco Dolstra
|
c1aefc4c41
|
Update bootstrap to 2.0.3
This makes the navbar collapse properly on small screens.
|
2013-03-19 00:15:12 +01:00 |
|
Eelco Dolstra
|
96e24fcf24
|
Tweaks
|
2013-02-26 16:04:33 +01:00 |
|
Eelco Dolstra
|
2a3e832fc4
|
Add some margin about h3 elements
|
2013-02-26 16:00:46 +01:00 |
|
Eelco Dolstra
|
67986b03fa
|
Fix logo size
Also, always include the text "Hydra" in the navbar.
|
2013-02-23 14:31:30 +00:00 |
|
Eelco Dolstra
|
77fa6d2646
|
Set mouse pointer to indicate you can click on rows
|
2013-02-22 18:13:18 +01:00 |
|
Eelco Dolstra
|
08dc6650e1
|
Search: Limit the number of results
|
2013-02-22 16:41:42 +01:00 |
|
Eelco Dolstra
|
4d4ea8c754
|
Search: Mark disabled projects/jobsets/jobs
|
2013-02-22 16:21:50 +01:00 |
|
Eelco Dolstra
|
6dbb948f1f
|
Job page: show queued as well as running builds
|
2013-02-22 12:52:11 +01:00 |
|
Eelco Dolstra
|
36032e4bed
|
Make the info tables less compressed
|
2013-02-21 13:42:44 +01:00 |
|
Eelco Dolstra
|
5099375549
|
Indicate disabled/hidden projects/jobsets in the overviews
|
2013-02-21 11:57:48 +01:00 |
|
Eelco Dolstra
|
03aee6726f
|
Add a menu item for deleting jobsets
Also add bootbox for sexier dialog boxes.
|
2013-02-21 00:47:21 +01:00 |
|
Eelco Dolstra
|
176b8cab7e
|
Use a proper spinning wheel icon
|
2013-02-20 23:57:33 +01:00 |
|
Eelco Dolstra
|
36a1015444
|
Show the runtime/build dependencies in the build page
|
2013-02-20 17:58:27 +01:00 |
|
Eelco Dolstra
|
ea9862fdc1
|
Give every page a consistent title
|
2013-02-20 15:54:33 +01:00 |
|
Eelco Dolstra
|
c2e5bec1e1
|
Evil CSS hackery to prevent link targets from being under the navbar
http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
|
2013-02-20 13:56:41 +01:00 |
|
Eelco Dolstra
|
1feca4b105
|
Turn repeated dependencies into hyperlinks
|
2013-02-20 01:28:29 +01:00 |
|
Eelco Dolstra
|
41d7d63339
|
Simplify the tree implementation a bit more
|
2013-02-20 00:54:03 +01:00 |
|
Eelco Dolstra
|
1a992d170d
|
Factor out the tree rendering
|
2013-02-19 17:22:28 +01:00 |
|
Eelco Dolstra
|
4266632eb0
|
Simplify the log tree implementation a bit
In particular use the :last-child selector, which is non-standard but
supported by all major browsers.
|
2013-02-19 17:14:02 +01:00 |
|
Eelco Dolstra
|
7b4d4f1cd7
|
Move <style> to hydra.css
|
2013-02-19 14:39:50 +01:00 |
|
Eelco Dolstra
|
74fb2b37ce
|
Add more spacing between products
|
2012-07-19 00:33:02 +02:00 |
|
Eelco Dolstra
|
00155aa7b1
|
Add an icon for binary distributions
|
2012-07-19 00:16:22 +02:00 |
|
Rob Vermaas
|
75277311ac
|
Different icons (darker red) for cancelled builds. Fixes #25.
|
2012-05-25 04:14:36 +02:00 |
|
Eelco Dolstra
|
48effa116c
|
Delete obsolete CSS files
|
2012-05-07 15:12:56 -04:00 |
|
Eelco Dolstra
|
b52018e61a
|
Use a span instead of a div in the pretty logs
Fixes #6.
|
2012-04-30 21:32:53 +02:00 |
|
Rob Vermaas
|
eb51065a16
|
Making pretty printed log look normal again. Issue #6
|
2012-04-30 20:22:03 +02:00 |
|
Eelco Dolstra
|
e7fa54e48e
|
Fix the spacing around some <h3> headers
|
2012-04-15 18:48:29 +02:00 |
|
Rob Vermaas
|
bb4f470348
|
Remove default logo, replaced by text for now. Hide template in jobset edit.
|
2012-04-13 11:47:05 +02:00 |
|
Rob Vermaas
|
b81aa89260
|
Replace old logo with Nix/NixOS logo.
|
2012-04-13 10:33:11 +02:00 |
|
Rob Vermaas
|
1e7f9c8a15
|
Fix pager prev/next button.
|
2012-04-13 10:23:27 +02:00 |
|
Rob Vermaas
|
9a1f38e06e
|
Remove comments, re-add logo.
|
2012-04-13 10:05:02 +02:00 |
|
Rob Vermaas
|
4f5327d7ed
|
Added running icon in queue in stead of background color.
|
2012-04-12 22:10:16 +02:00 |
|
Rob Vermaas
|
72785f35aa
|
Some overriding of bootstrap default css
|
2012-04-12 21:03:25 +02:00 |
|
Rob Vermaas
|
17d30cd179
|
Using twitter bootstrap for more consistent looks for Hydra
|
2012-04-12 20:12:07 +02:00 |
|
Eelco Dolstra
|
3e57cbfeb8
|
User color instead of a big animated GIF to indicate whether a build is running
|
2012-04-02 21:07:49 +02:00 |
|
Eelco Dolstra
|
427e5e8db8
|
Show new and removed jobs
|
2012-04-02 16:45:05 +02:00 |
|
Eelco Dolstra
|
662cdf0421
|
Add support for viewing jobset evaluations
|
2012-04-02 16:11:22 +02:00 |
|
Eelco Dolstra
|
43a9fdc891
|
Remove the gray container around the main page div
|
2011-11-22 17:30:13 +01:00 |
|
Rob Vermaas
|
98fadb53e4
|
use newer icons consistently
|
2011-11-16 13:03:48 -05:00 |
|
Eelco Dolstra
|
d72538e641
|
* Remove empty file.
|
2011-09-11 20:17:59 +00:00 |
|