aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Reverse the revisions listChristopher Baines2023-06-02
| | | | So that older revisions are processed first.
* Log the number of unseen revisionsChristopher Baines2023-06-02
|
* Add initial support for submitting buildsChristopher Baines2023-06-02
| | | | | | | | | 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.
* 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 failuresChristopher Baines2023-05-03
| | | | On the activity page.
* Figured out passing the accept headerChristopher Baines2023-04-30
| | | | Solution, when Guile says "Bad value for header", just add more parens.
* Revert "Add .json suffixes to the agent and build requests"Christopher Baines2023-04-30
| | | | | | | This doesn't work, if only I could work out how to get Guile to pass the Accept header :( This reverts commit 86df0679612d2b85350ce8def48e319579f7f845.
* Add .json suffixes to the agent and build requestsChristopher Baines2023-04-30
| | | | | So that we get back JSON rather than HTML when talking to another bffe instance.
* Link to the build and agent pages from the activity pageChristopher Baines2023-04-30
|
* Add basic pages for builds and agentsChristopher Baines2023-04-30
|
* Reverse proxy the build, agent and agent allocation plan responsesChristopher Baines2023-04-29
| | | | From the coordinator. This is so the bffe can render pages based on this data.
* Add a gauge for the events channel state idChristopher Baines2023-04-24
|
* Remove peekChristopher Baines2023-04-24
|
* Change the metrics endpointChristopher Baines2023-04-24
| | | | | Given this might sit alongside the nar-herder or something else that publishes /metrics, use a more specific path.
* Tune the server startupChristopher Baines2023-04-24
|
* Add exception handling to the state channelChristopher Baines2023-04-24
|
* Make the event source configurableChristopher Baines2023-04-24
|
* Set a custom printer for the fibers schedulerChristopher Baines2023-04-24
| | | | In case this causes reliability problems.
* Further fix /events with no query parametersChristopher Baines2023-04-22
|
* Handle the query string not existing for /eventsChristopher Baines2023-04-22
|
* Fix HTTP response code for errorsChristopher Baines2023-04-22
|
* Initial commitChristopher Baines2023-04-13