Include if data is available in the JSON response for a branch
This commit is contained in:
parent
f83cff7107
commit
5af213a165
1 changed files with 4 additions and 3 deletions
|
|
@ -88,9 +88,10 @@
|
||||||
`((revisions
|
`((revisions
|
||||||
. ,(list->vector
|
. ,(list->vector
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
((commit-hash date _ _)
|
((commit-hash date revision-exists? _)
|
||||||
`((date . ,date)
|
`((date . ,date)
|
||||||
(commit-hash . ,commit-hash))))
|
(commit-hash . ,commit-hash)
|
||||||
|
(data_available . ,revision-exists?))))
|
||||||
revisions))))))
|
revisions))))))
|
||||||
(else
|
(else
|
||||||
(render-html
|
(render-html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue