Allow filtering by system and target on the derivation-outputs page

So that this can match up with the package reproducibility page.
This commit is contained in:
Christopher Baines 2019-12-16 20:29:28 +00:00
parent e1d1d372ca
commit 4af643136e
3 changed files with 43 additions and 3 deletions

View file

@ -987,6 +987,7 @@ figure {
query-parameters
derivation-outputs
build-server-urls
valid-systems
show-next-page?
#:key (path-base "/revision/")
header-text
@ -1027,6 +1028,18 @@ figure {
("Reproducible" . "reproducible")
("Unreproducible" . "unreproducible"))
#:help-text "Do the known hashes for this output suggest it's reproducible, or not reproducible.")
,(form-horizontal-control
"System" query-parameters
#:options valid-systems
#:allow-selecting-multiple-options #f
#:help-text "Only include derivations for this system."
#:font-family "monospace")
,(form-horizontal-control
"Target" query-parameters
#:options valid-systems
#:allow-selecting-multiple-options #f
#:help-text "Only include derivations that are build for this system."
#:font-family "monospace")
,(form-horizontal-control
"After path" query-parameters
#:help-text