aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Instrument builds being submittedChristopher Baines2024-07-04
* Fix for guile-lib v0.2.8•••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. Christopher Baines2024-05-15
* Instrument unseen revisionsChristopher Baines2024-05-11
* Allow customising the parallelism when submitting buildsChristopher Baines2024-05-11
* Set %file-port-name-canonicalization to 'none•••As this might improve performance. Christopher Baines2024-05-11
* Address a bunch of warnings from GuileChristopher Baines2024-03-16
* Turn on more warnings from GuileChristopher Baines2024-03-16
* Use the (prometheus) GC metrics updaterChristopher Baines2024-03-16
* Use the fibers variant of retry-on-error•••As the one from (guix-build-coordinator utils) calls the core Guile sleep. Christopher Baines2024-03-16
* Don't error if there are no channel instance derivations•••As the data service might not have this information. Christopher Baines2024-03-14
* Support passing arguments which are used when fetching revisionsChristopher Baines2024-03-14
* Have systems-and-targets default to '()•••So it doesn't need to be specified. Christopher Baines2024-03-14
* Support not running the web serverChristopher Baines2024-03-14
* Add support for tag linksChristopher Baines2024-02-04
* Add support for derivation linksChristopher Baines2024-02-04
* Log some more about submitting buildsChristopher Baines2024-01-13
* Have fibers-map/fibers-for-each wait for all fibers to finish•••As this produces more consistent behaviour. Christopher Baines2024-01-13
* Limit the parallelism of fibers-for-each•••Since I think that'll help balance the work of submitting builds. Christopher Baines2024-01-13
* Create the pid file even earlierChristopher Baines2023-11-10
* Create the pid file earlierChristopher Baines2023-11-08
* Fix copy/paste issue in config.scm.inChristopher Baines2023-09-15
* Switch to cooperative scheduling on one threadChristopher Baines2023-08-22
* Allow making more parallel requests to the build coordinatorChristopher Baines2023-07-24
* Remove ruby-rerun from guix-dev.scm•••As I'm not using this. Christopher Baines2023-07-24
* Submit builds faster•••Using more parallelism through fibers. Christopher Baines2023-07-24
* Pass the accept header when requesting build infoChristopher Baines2023-07-24
* Report backtraces in the state channelChristopher Baines2023-07-24
* Use guile-next in guix-dev.scm•••As it supports suspending soft ports. Christopher Baines2023-07-24
* Fix use of most-appropriate-mime-typeChristopher Baines2023-07-24
* Hack non-blocking support to most http requests•••Make the sockets non blocking, and avoid using read-response-body. This commit also moves the state channel in to a fiber. Christopher Baines2023-07-19
* Support creating a PID fileChristopher Baines2023-07-12
* Don't crash if the homepage template doesn't existChristopher Baines2023-07-12
* Retry fetching the initial stateChristopher Baines2023-07-12
* Remove the bffe script•••The way to run the bffe is calling the run-bffe-service procedure, that provide the easiest way of configuring and customising the behaviour directly in Guile. Christopher Baines2023-07-12
* Add some information to the READMEChristopher Baines2023-07-12
* Tune the fibers settingsChristopher Baines2023-07-12
* Update guix-dev.scmChristopher Baines2023-07-12
* Fix recording revisions as processed•••When there's not a processed commits file. Christopher Baines2023-06-15
* Set current output port bufferingChristopher Baines2023-06-14
* Fix bracketsChristopher Baines2023-06-14
* Add exception handling for the exception handlingChristopher Baines2023-06-13
* Move exception handler in to the loop•••So things don't just stop on the dreaded "conversion to port encoding failed" error. Christopher Baines2023-06-12
* Reverse the revisions list•••So that older revisions are processed first. Christopher Baines2023-06-02
* Log the number of unseen revisionsChristopher Baines2023-06-02
* Add initial support for submitting builds•••This provides similar functionality as provided by the guix-build-coordinator-queue-builds-from-guix-data-service script, but I think this is a better place for it. Currently submitting builds isn't possible from the command line options, but that could be supported in the future. Christopher Baines2023-06-02
* Remove the placeholder templateChristopher Baines2023-06-02
* Add config.scmChristopher Baines2023-06-02
* Add riscv64-linux as a category for agentsChristopher Baines2023-05-31
* Handle removing builds from agents on setup failures•••On the activity page. Christopher Baines2023-05-03
* Figured out passing the accept header•••Solution, when Guile says "Bad value for header", just add more parens. Christopher Baines2023-04-30