Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support customising the latest branch revision max processes | Christopher Baines | 2020-02-28 |
| | | | | | This makes it possible to set a higher or lower value depending on what you want. | ||
* | Fix the default max-processes for the process-jobs script | Christopher Baines | 2019-12-22 |
| | |||
* | Allow customising the maximum number of processes | Christopher Baines | 2019-12-16 |
| | |||
* | Associate a name with database connections | Christopher Baines | 2019-07-12 |
| | | | | This helps when working out which connection to the database is doing what. | ||
* | Use line buffering for the input and output ports | Christopher Baines | 2019-06-17 |
| | | | | | As these are used for logging, which is done on a line by line basis. Remove the now redundant calls to (force-output). | ||
* | Add missing (guix-data-service database) import | Christopher Baines | 2019-04-17 |
| | |||
* | Extract out some database functionality to another module | Christopher Baines | 2019-04-14 |
| | |||
* | Initial commit | Christopher Baines | 2019-02-07 |
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 |