aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/builds.scm
Commit message (Expand)AuthorAge
* Fix more things for the systems table introductionChristopher Baines2021-04-23
* Update for the changes around (guix scripts substitute)Christopher Baines2021-04-09
* Support not querying pending buildsChristopher Baines2020-11-01
* Allow only fetching builds for a specific systemChristopher Baines2020-11-01
* Support limiting fetching pending builds to specific revisionsChristopher Baines2020-11-01
* Only query recent pending buildsChristopher Baines2020-11-01
* Improve verbose output for fetching build informationChristopher Baines2020-11-01
* Sort the pending builds by timestampChristopher Baines2020-10-21
* Increase the limit on pending builds to queryChristopher Baines2020-10-21
* Cleanup scheduled and started builds with "0" timestampsChristopher Baines2020-10-21
* Display backtraces when exceptions occur for fetching buildsChristopher Baines2020-10-13
* Switch queries across to use latest_build_statusChristopher Baines2020-10-13
* Implement more support for builds from the Guix Build CoordinatorChristopher Baines2020-07-01
* Add a lookup_builds field to the build_servers tableChristopher Baines2020-05-24
* Better handle cuirass builds with a stoptime of 0Christopher Baines2020-05-06
* Split out querying of build servers and substitute serversChristopher Baines2020-05-03
* Fetch narinfo files first, because that's fasterChristopher Baines2020-04-25
* Increase the batch size for fetching builds/narinfo filesChristopher Baines2020-03-14
* Query for more recent derivation outputs by defaultChristopher Baines2020-03-12
* Remove peek call that snuck in to the builds moduleChristopher Baines2020-03-02
* Update http-multiple-getChristopher Baines2020-03-02
* Improve the builds verbose outputChristopher Baines2020-03-01
* Order build statuses by id, not timestampChristopher Baines2020-03-01
* Make it possible to query builds servers for specific outputsChristopher Baines2020-02-16
* Guard against build being missing from the output responseChristopher Baines2020-02-16
* Better handle errors when fetching builds by outputChristopher Baines2020-02-15
* Improve error handling in the query-build-servers scriptChristopher Baines2020-02-15
* Improve associating builds with derivationsChristopher Baines2020-02-15
* Add verbose output to the query-build-servers scriptChristopher Baines2020-02-15
* Query for builds for channel instance derivationsChristopher Baines2020-02-12
* Query builds for system test derivationsChristopher Baines2020-02-03
* Switch to querying builds by output, rather than derivationChristopher Baines2020-01-16
* Use the build_servers_build_config table when querying build serversChristopher Baines2020-01-05
* Remove -for-successful-builds from procedure nameChristopher Baines2020-01-05
* Remove reverse from the copy of http-multiple-getChristopher Baines2019-12-26
* Add copyright and license headers to a bunch of source filesChristopher Baines2019-12-26
* Use HTTP pipelining when making requests to build serversChristopher Baines2019-12-26
* Fix a bug with argument handling in the query-build-servers scriptChristopher Baines2019-12-22
* Fix the select-derivations-with-no-known-buildChristopher Baines2019-12-12
* Add options to the query-build-servers scriptChristopher Baines2019-12-12
* Fix query in select-derivations-with-no-known-buildChristopher Baines2019-12-12
* Display the build server URL when fetching dataChristopher Baines2019-12-12
* Improve variable names in fetch-narinfo-filesChristopher Baines2019-12-12
* Populate the narinfo_fetch_records tableChristopher Baines2019-12-12
* Query build servers for narinfo fileswip-narinfoChristopher Baines2019-11-30
* Fix selecting pending buildsChristopher Baines2019-11-30
* Don't create misleading scheduled build status entriesChristopher Baines2019-11-30
* Rework the builds and build_status tables as well as related codeChristopher Baines2019-11-24
* Improve select-build-servers to convert strings to appropriate typesChristopher Baines2019-11-23
* Add some catch all error handling to fetch-build-for-derivationChristopher Baines2019-03-08