| Commit message (Expand) | Author | Age |
* | Guard against failures when loading the narinfo signing public key | Christopher Baines | 2019-12-26 |
* | Fix the option alist element names for the narinfo signing key | Christopher Baines | 2019-12-26 |
* | Serve narinfo files for derivations | Christopher Baines | 2019-12-26 |
* | Rework the builds and build_status tables as well as related code•••Allow for build status information to be submitted by POST request. This
required some changes to the builds and build_status tables, as for example,
the Cuirass build id may not be available, and the derivation may not be know
yet, so just record the derivation file name.
| Christopher Baines | 2019-11-24 |
* | Rewrite localhost for sqitch•••As this means that like psql, the unix socket will be used.
| Christopher Baines | 2019-10-01 |
* | Use line buffering for the input and output ports•••As these are used for logging, which is done on a line by line basis. Remove
the now redundant calls to (force-output).
| Christopher Baines | 2019-06-17 |
* | Add --port and --host as options to the guix-data-service | Christopher Baines | 2019-06-13 |
* | Add an option to create a pid-file•••This'll help the a service manager (like the shepherd) know when the service
is ready, which at the moment, means the database migrations have happened.
| Christopher Baines | 2019-06-11 |
* | Change to the sqitch directory to run deploy•••As this means it can find the relevant files.
| Christopher Baines | 2019-06-11 |
* | Pass the --db-client option to sqitch deploy•••So that it can always find psql.
| Christopher Baines | 2019-06-11 |
* | Pass --plan-file to the sqitch deploy command | Christopher Baines | 2019-06-08 |
* | Add a --update-database option•••This runs Sqitch on startup, which should make managing the database easier,
as you just have to restart the service with this option, and the database
should be updated if necessary.
| Christopher Baines | 2019-06-07 |
* | Initial commit•••This is a service designed to provide information about Guix. At the
moment, this initial prototype gathers up information about packages,
the associated metadata and derivations.
The initial primary use case is to compare two different revisions of
Guix, detecting which packages are new, no longer present, updated or
otherwise different.
It's based on the Mumi project.
[1]: https://git.elephly.net/software/mumi.git
| Christopher Baines | 2019-02-07 |