aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Include commits in the log-prefix when submitting buildstestChristopher Baines2025-08-28
|
* Include the log-prefix in submit build exceptionsChristopher Baines2025-08-28
| | | | To make debugging easier.
* Expose the builds, agents and setup-failures endpointstrunkChristopher Baines2025-06-28
| | | | | So that this information can be used by the bffe when pointed at another instance of the bffe.
* Extract out request->query-parametersChristopher Baines2025-06-28
|
* Add html pages for build allocation plans.Andreas Enge2025-06-27
| | | | | | | * bffe/server.scm (make-controller): Add a case for "agent/build-allocation-plan". * bffe/view/agent.scm (build-allocation-plan, allocation->sxml, tags->sxml, tag->sxml): New functions.
* When submitting builds, set the default priority to 0.Andreas Enge2025-06-26
|
* Update Guile KnotsChristopher Baines2025-06-26
|
* Add host and port to server start messageChristopher Baines2025-06-26
|
* Change default for build-from-guix-data-service-build-keyword-argumentsChristopher Baines2025-06-26
|
* Avoid error when load element is missingChristopher Baines2025-06-24
| | | | | I think this is happening since the activity page doesn't handle agents coming and going.
* Use #:delay-seconds rather than #:delayChristopher Baines2025-05-30
|
* Update Guile KnotsChristopher Baines2025-05-25
|
* Replace open-socket-for-uri*Christopher Baines2025-04-21
|
* Fix accessing the load averageChristopher Baines2025-03-11
|
* Stop using the knots web-server exception handlerChristopher Baines2025-03-11
|
* Fix build page titleChristopher Baines2025-03-09
|
* Increase the parallelism of individual specificationsChristopher Baines2025-03-07
| | | | | To that of the build server plus 2. This should mean that the prioritisation works better.
* Support HEAD reqeusts in the 404 handlerChristopher Baines2025-03-06
|
* Support HEAD responses for /build/ requestsChristopher Baines2025-03-06
| | | | Among other things.
* Fix some bracketsChristopher Baines2025-03-02
| | | | And remove an unused import.
* Set a default titleChristopher Baines2025-03-02
|
* Try and get the bffe to start quickerChristopher Baines2025-03-02
|
* Fix missing importChristopher Baines2025-03-02
|
* Use the knots web server error handlerChristopher Baines2025-03-02
|
* Improve backtrace printingChristopher Baines2025-02-27
|
* Use fiberize from knotsChristopher Baines2025-02-27
|
* Don't request negative state idsChristopher Baines2025-02-18
|
* Move creating the pid file to after the server startsChristopher Baines2025-02-18
|
* Fix exception handlerChristopher Baines2025-02-18
|
* Fix metrics for multiple build specificationsChristopher Baines2025-02-18
|
* Have a separate processed-commits-hash per specificationChristopher Baines2025-02-18
|
* Add guile-pfds to the guix-dev.scmChristopher Baines2025-02-17
| | | | As this is now required for the manage-builds module.
* Export some more proceduresChristopher Baines2025-02-17
|
* Add a default for build-from-guix-data-service systemsChristopher Baines2025-02-17
|
* Submit builds by priorityChristopher Baines2025-02-17
| | | | Among other things.
* Use with-exception-handler in place of with-throw-handlerChristopher Baines2025-02-17
| | | | In the server module.
* Remove peekChristopher Baines2025-02-08
|
* Include the agent information on the build pageHEADmasterChristopher Baines2025-01-29
|
* Move to using Guile KnotsChristopher Baines2024-12-25
|
* Support ignoring commitsChristopher Baines2024-09-10
|
* Check specifically for 429'sChristopher Baines2024-09-08
|
* Set a default retry-timesChristopher Baines2024-09-08
|
* Increase the guix-data-service retry delayChristopher Baines2024-09-08
|
* Change #:ignore to #:no-retry for retry-on-errorChristopher Baines2024-09-08
| | | | As I think this was the intent.
* Generalise build optionsChristopher Baines2024-09-07
| | | | | This is a breaking change replacing the single priority option to allow changing that and other options.
* Instrument builds being submittedChristopher Baines2024-07-04
|
* Fix for guile-lib v0.2.8Christopher Baines2024-05-15
| | | | | | | | | I'm not sure quite what's changed, but it seems like the way the formatter is being called has changed in a backwards incompatible way. To maintain compatability with both older and newer versions of guile-lib, accept the formatter being called with extra arguments, and just look at the first three.
* Instrument unseen revisionsChristopher Baines2024-05-11
|
* Allow customising the parallelism when submitting buildsChristopher Baines2024-05-11
|
* Set %file-port-name-canonicalization to 'noneChristopher Baines2024-05-11
| | | | As this might improve performance.