Commit graph

8 commits

Author SHA1 Message Date
510e13f175 Add a page listing the available database dumps 2020-02-22 23:24:24 +00:00
7e5d54148d Add assets-dir-in-store? to the config module
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.
2019-10-06 14:18:38 +01:00
1181d999a9 Serve the README.html file on the site 2019-09-21 12:41:39 +01:00
11144a5fe9 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.
2019-06-13 23:11:35 +01:00
93fdefc7b1 Pass the --db-client option to sqitch deploy
So that it can always find psql.
2019-06-11 07:15:01 +01:00
64be346c8d Add sqitch and asset related config values 2019-06-08 10:28:03 +01:00
42c608e004 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.
2019-06-07 07:33:34 +01:00
5a9262b38d
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
2019-02-07 22:26:57 +00:00