Add a list of the queued revisions to the index page
This commit is contained in:
parent
ffdd2416f4
commit
623347d835
3 changed files with 88 additions and 45 deletions
|
|
@ -201,7 +201,9 @@
|
|||
(define (controller request body conn)
|
||||
(match-lambda
|
||||
((GET)
|
||||
(apply render-html (index (most-recent-n-guix-revisions conn 10))))
|
||||
(apply render-html (index
|
||||
(most-recent-n-guix-revisions conn 10)
|
||||
(most-recent-n-load-new-guix-revision-jobs conn 1000))))
|
||||
((GET "compare")
|
||||
(with-base-and-target-commits
|
||||
request conn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue