aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/model/build-status.scm
Commit message (Collapse)AuthorAge
* Add copyright and license headers to a bunch of source filesChristopher Baines2019-12-26
| | | | That were missing them.
* Rework the builds and build_status tables as well as related codeChristopher Baines2019-11-24
| | | | | | | Allow for build status information to be submitted by POST request. This required some changes to the builds and build_status tables, as for example, the Cuirass build id may not be available, and the derivation may not be know yet, so just record the derivation file name.
* Improve the compare derivations pageChristopher Baines2019-03-17
| | | | | Add support for filtering the results, and add the system and target to the output.
* Add new models relating to builds and build serversChristopher Baines2019-03-06
These will allow tracking what's going on with build servers.