Commit graph

7 commits

Author SHA1 Message Date
66df42ae4f Fix insert-guix-revision to return an id
Rather than an id wrapped in a list.
2019-08-31 12:07:22 +01:00
b075a71d1e Add a function to get the cgit URL bases for revisions
To enable adding a link to cgit to the comparison page.
2019-07-29 20:39:57 +01:00
a81a016380 Add a guix-commit-exists? function 2019-05-11 20:33:35 +01:00
ce4c3c6ed3 Switch to storing Git repositories in a table
Rather than just storing the URL in the guix_revisions and
load_new_guix_revision_jobs tables. This will help when storing more
information like tags and branches in the future.
2019-05-05 14:36:52 +01:00
0c72ee747c Add a function to get a count of Guix revisions 2019-04-08 21:03:59 +01:00
552723cef1
Add an error page for unknown commits 2019-02-08 11:27:07 +00: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