| Commit message (Expand) | Author | Age |
* | Add a new script to process emails in an mbox file•••This can be used with the mbox files for the guix-commits mailing list to add
older emails in to the database.
| Christopher Baines | 2019-09-28 |
* | Add a process-job command•••This allows easily processing an individual job by id. This may be useful to
use manually, but also when processing jobs in parallel, as forking doesn't
work well with the libpq library used by squee.
| Christopher Baines | 2019-07-12 |
* | Catch the guix available when built•••And use it for the hosting the inferiors, rather than computing the guix
package at runtime. This simplifies the behaviour when the Guix Data Service
is deployed as a Guix package.
| Christopher Baines | 2019-06-13 |
* | Pass the --db-client option to sqitch deploy•••So that it can always find psql.
| Christopher Baines | 2019-06-11 |
* | 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 |
* | Add an initial test•••Along with the buildsystem changes to make `make check` work.
| Christopher Baines | 2019-04-14 |
* | Add support for processing branch updated emails | Christopher Baines | 2019-03-19 |
* | Add functionality to query build servers | Christopher Baines | 2019-03-06 |
* | 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 |