Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Include commits in the log-prefix when submitting buildstest | Christopher Baines | 2025-08-28 |
| | |||
* | Include the log-prefix in submit build exceptions | Christopher Baines | 2025-08-28 |
| | | | | To make debugging easier. | ||
* | Expose the builds, agents and setup-failures endpointstrunk | Christopher Baines | 2025-06-28 |
| | | | | | So that this information can be used by the bffe when pointed at another instance of the bffe. | ||
* | Extract out request->query-parameters | Christopher Baines | 2025-06-28 |
| | |||
* | Add html pages for build allocation plans. | Andreas Enge | 2025-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 Enge | 2025-06-26 |
| | |||
* | Update Guile Knots | Christopher Baines | 2025-06-26 |
| | |||
* | Add host and port to server start message | Christopher Baines | 2025-06-26 |
| | |||
* | Change default for build-from-guix-data-service-build-keyword-arguments | Christopher Baines | 2025-06-26 |
| | |||
* | Avoid error when load element is missing | Christopher Baines | 2025-06-24 |
| | | | | | I think this is happening since the activity page doesn't handle agents coming and going. | ||
* | Use #:delay-seconds rather than #:delay | Christopher Baines | 2025-05-30 |
| | |||
* | Update Guile Knots | Christopher Baines | 2025-05-25 |
| | |||
* | Replace open-socket-for-uri* | Christopher Baines | 2025-04-21 |
| | |||
* | Fix accessing the load average | Christopher Baines | 2025-03-11 |
| | |||
* | Stop using the knots web-server exception handler | Christopher Baines | 2025-03-11 |
| | |||
* | Fix build page title | Christopher Baines | 2025-03-09 |
| | |||
* | Increase the parallelism of individual specifications | Christopher Baines | 2025-03-07 |
| | | | | | To that of the build server plus 2. This should mean that the prioritisation works better. | ||
* | Support HEAD reqeusts in the 404 handler | Christopher Baines | 2025-03-06 |
| | |||
* | Support HEAD responses for /build/ requests | Christopher Baines | 2025-03-06 |
| | | | | Among other things. | ||
* | Fix some brackets | Christopher Baines | 2025-03-02 |
| | | | | And remove an unused import. | ||
* | Set a default title | Christopher Baines | 2025-03-02 |
| | |||
* | Try and get the bffe to start quicker | Christopher Baines | 2025-03-02 |
| | |||
* | Fix missing import | Christopher Baines | 2025-03-02 |
| | |||
* | Use the knots web server error handler | Christopher Baines | 2025-03-02 |
| | |||
* | Improve backtrace printing | Christopher Baines | 2025-02-27 |
| | |||
* | Use fiberize from knots | Christopher Baines | 2025-02-27 |
| | |||
* | Don't request negative state ids | Christopher Baines | 2025-02-18 |
| | |||
* | Move creating the pid file to after the server starts | Christopher Baines | 2025-02-18 |
| | |||
* | Fix exception handler | Christopher Baines | 2025-02-18 |
| | |||
* | Fix metrics for multiple build specifications | Christopher Baines | 2025-02-18 |
| | |||
* | Have a separate processed-commits-hash per specification | Christopher Baines | 2025-02-18 |
| | |||
* | Add guile-pfds to the guix-dev.scm | Christopher Baines | 2025-02-17 |
| | | | | As this is now required for the manage-builds module. | ||
* | Export some more procedures | Christopher Baines | 2025-02-17 |
| | |||
* | Add a default for build-from-guix-data-service systems | Christopher Baines | 2025-02-17 |
| | |||
* | Submit builds by priority | Christopher Baines | 2025-02-17 |
| | | | | Among other things. | ||
* | Use with-exception-handler in place of with-throw-handler | Christopher Baines | 2025-02-17 |
| | | | | In the server module. | ||
* | Remove peek | Christopher Baines | 2025-02-08 |
| | |||
* | Include the agent information on the build pageHEADmaster | Christopher Baines | 2025-01-29 |
| | |||
* | Move to using Guile Knots | Christopher Baines | 2024-12-25 |
| | |||
* | Support ignoring commits | Christopher Baines | 2024-09-10 |
| | |||
* | Check specifically for 429's | Christopher Baines | 2024-09-08 |
| | |||
* | Set a default retry-times | Christopher Baines | 2024-09-08 |
| | |||
* | Increase the guix-data-service retry delay | Christopher Baines | 2024-09-08 |
| | |||
* | Change #:ignore to #:no-retry for retry-on-error | Christopher Baines | 2024-09-08 |
| | | | | As I think this was the intent. | ||
* | Generalise build options | Christopher Baines | 2024-09-07 |
| | | | | | This is a breaking change replacing the single priority option to allow changing that and other options. | ||
* | Instrument builds being submitted | Christopher Baines | 2024-07-04 |
| | |||
* | Fix for guile-lib v0.2.8 | Christopher Baines | 2024-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 revisions | Christopher Baines | 2024-05-11 |
| | |||
* | Allow customising the parallelism when submitting builds | Christopher Baines | 2024-05-11 |
| | |||
* | Set %file-port-name-canonicalization to 'none | Christopher Baines | 2024-05-11 |
| | | | | As this might improve performance. |