aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAge
...
* Add a new query-parameters module•••The query parameters feed in to the results shown, but also forms on pages. Validation is important to avoid errors and security issues, but it's also important to provide appropriate feedback to the user. This module provides some utilities and structure around handling query parameters. Christopher Baines2019-05-11
* Start to handle information about Git branches•••Add some new pages /branches and /branch/... as well as a new git_branches table. Also extend the email processing to enter the branch information in to the database. Christopher Baines2019-05-05
* 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. Christopher Baines2019-05-05
* Add an initial test•••Along with the buildsystem changes to make `make check` work. Christopher Baines2019-04-14
* Extract out some database functionality to another moduleChristopher Baines2019-04-14
* Add support for processing branch updated emailsChristopher Baines2019-03-19
* Many changes•••A large proportion of these changes relate to changing the way packages relate to derivations. Previously, a package at a given revision had a single derivation. This was OK, but didn't account for multiple architectures. Therefore, these changes mean that a package has multiple derivations, depending on the system of the derivation, and the target system. There are multiple changes, small and large to the web interface as well. More pages link to each other, and the visual display has been improved somewhat. Christopher Baines2019-03-11
* Add functionality to query build serversChristopher Baines2019-03-06
* Add new models relating to builds and build servers•••These will allow tracking what's going on with build servers. Christopher Baines2019-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 Baines2019-02-07