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
c9a0e12804
Hide project/jobset in constituent list
2013-08-15 03:35:18 +02:00
81322de94e
Show aggregate members
2013-08-15 00:30:19 +02:00
fcdca0d4de
Fix some XML wellformedness issues
2013-08-13 00:41:37 +02:00
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
1f1615e80b
Support revision control systems via plugins
2013-05-25 15:36:58 -04:00
57b2bb0674
Let Builds.timestamp refer to the time the build was added
...
Previously, for scheduled builds, "timestamp" contained the time the
build was added to the queue, while for finished builds, it was the
time the build finished. Now it's always the former.
2013-05-23 10:45:49 -04:00
80e0e7c84a
Use popovers for the product list help/details
2013-04-26 17:51:06 +02:00
ea4c88bda1
Use a popover to show how to use the build reproduction script
2013-04-26 17:51:06 +02:00
ac2bdaf1c5
Remove tablesorter
...
We haven't used it for a while now.
2013-04-26 17:51:05 +02:00
bbc3e25d5a
Use bootstrap's pager (instead of pagination) class
2013-04-26 17:51:05 +02:00
3058ce2ca3
Don't do <tt> on input type
2013-04-26 17:51:05 +02:00
fe7e0ff1f4
Show inputs and input changes on the jobset eval page
2013-03-05 17:41:50 +01:00
1007735364
Render links to changed input builds
...
Also, use get_column('dependency') instead of dependency.id to prevent
an expensive row fetch.
2013-02-26 18:55:59 +01:00
c0f9c9b4aa
Make some more tables clickable
2013-02-22 18:11:29 +01:00
9422c9d2a7
Optimise clickable rows
...
Set a click handler on the table instead of on every row. This should
be faster on large tables. Also, it's easier to use: you just set the
clickable-rows class on the table, and the row-link class on the <a>
element that contains the "main" link of the row.
2013-02-22 18:05:04 +01:00
bd7be1cb84
Remove obsolete CSS classes
2013-02-22 17:11:10 +01:00
961feedf4e
Show an error message if tab loading fails
2013-02-22 14:17:14 +01:00
47d2ee0dab
Generalize lazy tabs
2013-02-22 13:36:15 +01:00
e2e973578f
Some unnecessary job names
2013-02-22 13:17:07 +01:00
5d3494011f
Job page: Put latest builds on top
...
Also, rename the "Latest builds" tabs to prevent confusion.
2013-02-22 13:00:40 +01:00
c9ac7746b2
Allow showing all evaluations that contain a given build
2013-02-21 18:49:57 +01:00
ba68826860
Add a page to show the latest evaluations for the entire server
2013-02-21 17:27:17 +01:00
36032e4bed
Make the info tables less compressed
2013-02-21 13:42:44 +01:00
547e41263d
Split viewing and editing a jobset
2013-02-21 02:33:57 +01:00
d9f6e662d8
Split viewing and editing a project
2013-02-21 01:12:57 +01:00
f544c63607
Formatting tweaks
2013-02-20 16:47:57 +01:00
ea9862fdc1
Give every page a consistent title
2013-02-20 15:54:33 +01:00
3df9665f60
Compatibility with latest bootstrap
2013-02-20 14:06:17 +01:00
22ed3c4847
Fix some XML well-formedness problems
2013-02-14 18:03:12 +01:00
5620e3c386
Fix indentation and get rid of some unnecessary whitespace in the output
2013-02-14 17:51:09 +01:00
2fa1a7efa7
Get rid of unnecessary [%- and -%] tags
2013-02-14 16:51:42 +01:00
82daf4f8ca
Show dependencies as a tree rather than a list
2013-02-14 15:53:34 +01:00
10882a1ffd
Add multiple output support
...
This requires turning the outPath columns in the Builds and BuildSteps
tables into separate tables, and so requires a schema upgrade.
2013-02-13 16:49:28 +00:00
f3d6643724
Omit the small build status icon on the build page
...
It's kinda pointless next to the big-ass icon.
2013-01-22 23:05:02 +01:00
67aefde62c
Remove trailing whitespace
2013-01-22 14:41:02 +01:00
544f2f2503
Removing tarball as option for build input; does not exist.
2012-07-13 13:06:55 +02:00
ab4f0911ce
Fix rendering of Subversion inputs in the Evaluations table
...
Broken since commit 75277311ac
.
Fixes #30 .
2012-06-04 14:55:24 +00:00
75277311ac
Different icons (darker red) for cancelled builds. Fixes #25 .
2012-05-25 04:14:36 +02:00
7d3c1852ed
"r. " -> "r" in showing revisions
2012-05-04 17:12:45 -04:00
51b920c875
Bootstrapify the Hydra forms (except the project and jobset edit pages)
...
Plus lots of other tweaks.
2012-04-17 16:53:11 +02:00
db09760e8c
Move the "Cancel build" button to the menu
2012-04-17 11:39:08 +02:00
28b6ff3ed6
Add maximum nest level for input changes on build page.
2012-04-16 13:59:29 +02:00
034d50069b
Speed up the jobset eval list a bit
2012-04-15 22:11:20 +00:00
0daba6bb89
In the jobset evals lists, show what inputs changed between consecutive evals
2012-04-15 20:06:42 +00:00
a633e4b361
Make the jobset eval rows clickable
2012-04-15 18:21:56 +02:00
101e60b03d
Nicer link to the rest of the jobset evals
2012-04-15 18:08:51 +02:00
320632f7f4
Renamed running to started in queue.
2012-04-13 12:55:26 +02:00
f63e9a63b4
Replace last 5 builds on jobset page with last 5 evaluations. Moved hide/unhide and evaluate options to jobset topmenu.
2012-04-13 11:26:37 +02:00
1e7f9c8a15
Fix pager prev/next button.
2012-04-13 10:23:27 +02:00