aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/config.scm.in
Commit message (Collapse)AuthorAge
* Fix a regression with running sqitchChristopher Baines2021-07-11
| | | | Introduced in 0dc05982cde052c985bb440dc026cbe3334ee50b.
* Add a page listing the available database dumpsChristopher Baines2020-02-22
|
* Add assets-dir-in-store? to the config moduleChristopher Baines2019-10-06
| | | | | To allow looking up if the assets are in the store, which will happen if the Guix Data Service is running from a Guix package.
* Serve the README.html file on the siteChristopher Baines2019-09-21
|
* Catch the guix available when builtChristopher Baines2019-06-13
| | | | | | 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.
* Pass the --db-client option to sqitch deployChristopher Baines2019-06-11
| | | | So that it can always find psql.
* Add sqitch and asset related config valuesChristopher Baines2019-06-08
|
* Add a --update-database optionChristopher Baines2019-06-07
| | | | | | 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.
* Initial commitChristopher Baines2019-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