Commit graph

35 commits

Author SHA1 Message Date
c3c597897c Add typed commit links 2023-08-10 22:04:30 +02:00
0253d2d90b Add /runner/:name endpoint 2023-08-10 21:26:57 +02:00
6ed6ff1a36 Ensure base path always starts and ends with /
The base path is an absolute path, so it should always start with /.
Whenever it is used, it must also always be followed by at least one /,
so baking that into the value makes sense. Finally, we can now
deduplicate the / in case the base path is the root.
2023-08-10 21:03:25 +02:00
d5a41abaff Remove /commit/ endpoint 2023-08-10 20:40:41 +02:00
5c8c037417 Move logo inside first nav <a> 2023-08-10 17:50:23 +02:00
13fed3d18e Add lang to html tag 2023-08-09 23:13:24 +02:00
724aed001f Add meta viewport tag 2023-08-09 22:32:08 +02:00
e5de9ccb97 Identify queue items by commit hash, not id 2023-08-09 16:20:20 +02:00
794787a4be Use same commit link style everywhere 2023-08-06 23:40:13 +02:00
2b81d497bc Show individual tasks 2023-08-06 21:49:17 +02:00
171505d7ec Simplify commit css 2023-08-06 21:29:44 +02:00
02b9468308 Always alternate queue priority background colors 2023-08-06 21:07:06 +02:00
6af47b8c30 Refresh queue regularly 2023-08-06 20:50:42 +02:00
ad5da60b5a Show queued tasks 2023-08-06 20:48:50 +02:00
1eeee43f2c Add queue tab 2023-08-06 19:23:22 +02:00
06e2f25107 Unfold tracked refs by default 2023-08-06 19:07:17 +02:00
b1db46a200 Fix underline of first nav bar link 2023-08-06 19:07:07 +02:00
90a446a576 Group base template parameters 2023-08-06 18:33:50 +02:00
7d314b98ae Remove placeholder links 2023-08-06 18:33:50 +02:00
520ee0f7da Sort and count refs 2023-08-06 13:53:31 +02:00
72f762464d Show all refs on index page 2023-08-06 13:45:16 +02:00
2be929ec94 Rename field for consistency 2023-08-06 13:14:21 +02:00
dca83eed55 Show tracked refs from db 2023-08-06 13:14:21 +02:00
7768e4ad4b Serve commit page entirely from the db 2023-08-06 11:53:48 +02:00
d031eee14e Grey out untracked children 2023-08-06 00:53:26 +02:00
128384bcf7 Add /commit/:hash page 2023-08-05 23:26:49 +02:00
965efa5b58 Add empty /commit/ page 2023-08-05 23:05:12 +02:00
755f23dbb9 Set page title properly 2023-08-05 21:33:46 +02:00
52e2d74b96 Make current tab bold 2023-08-05 21:17:46 +02:00
db814b6d40 Use <dl> for tracked refs 2023-08-05 21:08:01 +02:00
3b4d8dab72 List tracked refs on index page 2023-08-05 21:03:18 +02:00
ed404f302e Style nav bar 2023-08-05 16:01:35 +02:00
e17483b4d6 Set up base template 2023-08-05 14:22:31 +02:00
79667c15b8 Set up sqlx 2023-08-04 01:30:32 +02:00
8b5bfdd231 Use askama to render test template 2023-08-03 19:14:58 +02:00