2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
Commit graph

8 commits

Author SHA1 Message Date
Christopher Baines 5663235048 Rework the builds and build_status tables as well as related code
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.
2019-11-24 20:18:08 +00:00
Christopher Baines 6fad559b32 Improve select-build-servers to convert strings to appropriate types 2019-11-23 11:23:16 +00:00
Christopher Baines 5bc0e7d4bf
Add some catch all error handling to fetch-build-for-derivation 2019-03-08 08:22:52 +00:00
Christopher Baines 7a00bff2c3
Fetch more derivations with no known build
To try and process the backlog a bit.
2019-03-07 23:51:23 +00:00
Christopher Baines 0380c84a67
Decrease builds number to 1
As I don't think these endpoints can return more than 1 result.
2019-03-07 21:51:32 +00:00
Christopher Baines ccb429c8b9
Improve logging in builds.scm 2019-03-07 21:51:19 +00:00
Christopher Baines 891cf42fc6
Improve error handling in builds.scm 2019-03-06 23:47:26 +00:00
Christopher Baines 7a90afe980
Add functionality to query build servers 2019-03-06 22:56:54 +00:00