| Commit message (Expand) | Author | Age |
* | Convert the client actions to happen over HTTP•••There were a few issues with the previous approach, I was concerned about
trying to write to the SQLite database from two processes, it's already
segfaulting occasionally when accessing it from just one. Additionally, the
client actions were already doing things that should happen in the coordinator
process, like allocating builds.
I'm trying to not turn this in to a web app, but not doing very well. Although
having this information and these actions available over the network does make
it possible to build a web app frontend, which I've had in mind.
| Christopher Baines | 2020-05-17 |
* | Add a new metrics module•••To produce Prometheus style metrics for the counts of various things.
| Christopher Baines | 2020-04-26 |
* | Add a script to fetch builds from the Guix Data Service•••As that is an easy way to find things to build.
| Christopher Baines | 2020-04-25 |
* | Implement storing derivations | Christopher Baines | 2020-04-06 |
* | Add a config.scm file | Christopher Baines | 2020-04-04 |
* | Remove EXTRA_DIST from Makefile.am•••It seems to cause problems, as it's defined in guile.am as well.
| Christopher Baines | 2020-04-04 |
* | Initial commit•••Setup done with the aid of [1].
1: https://www.draketo.de/proj/with-guise-and-guile/guile-projects-with-autotools.html
| Christopher Baines | 2020-04-03 |