builder-web/lib
Reynir Björnsson 68237ef382 Rewrite queries to take optional platform
A number of queries were the same except one would take another string
argument and add `AND platform = $N` in its WHERE clause. This commit
merges them and does `AND ($N IS NULL OR platform = $N)` and the client
code in Model doesn't have to check the string option.
2021-11-18 11:56:17 +01:00
..
authorization.ml Add an access_list to grant per-job user upload permissions 2021-06-08 14:54:23 +00:00
builder_web.ml remove failed builds from job page 2021-11-17 16:39:49 +00:00
dune Remove rresult 2021-11-05 10:10:44 +00:00
model.ml Rewrite queries to take optional platform 2021-11-18 11:56:17 +01:00
model.mli remove failed builds from job page 2021-11-17 16:39:49 +00:00
utils.ml improve comparison page and always link with current build as head (right_build) 2021-11-12 13:01:20 +00:00
views.ml remove failed builds from job page 2021-11-17 16:39:49 +00:00