aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAge
* Add a page to show the public key used to sign substitutesChristopher Baines2019-12-27
* Sort the web modules in the SOURCES list in Makefile.amChristopher Baines2019-12-26
* Render nar files for derivations•••In the same manor that Guix publish does. This is working towards being able to serve substitutes for derivations. Christopher Baines2019-12-26
* Extract management of package_derivations_by_guix_revision_range•••... entries in to a separate module, to split the code up a little further. Christopher Baines2019-12-22
* Add a page for each signing keyChristopher Baines2019-12-12
* Add a new html-utils module•••To store code used for rendering HTML across multiple controllers. Christopher Baines2019-12-12
* Begin to add support for importing narinfo files•••This commit adds the tables, as well as code to support extracting data from narinfo files. Christopher Baines2019-11-30
* Add the build-server-token-seed.scm file to Makefile.amChristopher Baines2019-11-26
* Extract the builds page in to it's own set of modules•••To allow for expanding it, without cluttering the root controller. Christopher Baines2019-11-24
* Rework the builds and build_status tables as well as related code•••Allow for build status information to be submitted by POST request. This required some changes to the builds and build_status tables, as for example, the Cuirass build id may not be available, and the derivation may not be know yet, so just record the derivation file name. Christopher Baines2019-11-24
* Add a script to help manage build servers•••This computes and displays the tokens needed to send build events to the Guix Data Service. Christopher Baines2019-11-23
* Add a new channel-news module, along with tables the relevant dataChristopher Baines2019-11-21
* Add missing files to the SOURCES list in Makefile.amChristopher Baines2019-10-18
* Sort the SOURCES in the Makefile.amChristopher Baines2019-10-18
* Don't automatically shutdown the test database•••As this leaves a process running, it's better just to stop the database manually. Christopher Baines2019-10-11
* Fix the environment variables in the check-with-tmp-database target•••So that they're actually set for sqitch. Christopher Baines2019-10-11
* Improve the check-with-tmp-database target•••To better manage the environment, and stop the database upon completion of the tests. Christopher Baines2019-10-11
* Add a check-with-tmp-database target•••This is aimed at testing using pg_tmp, to create a temporary test database (and instance of PostgreSQL). This is both useful for testing all the migrations, but should also be useful for running the tests within the guix package. Christopher Baines2019-10-08
* Remove non-existent test from Makefile.amChristopher Baines2019-10-01
* Add a new script to process emails in an mbox file•••This can be used with the mbox files for the guix-commits mailing list to add older emails in to the database. Christopher Baines2019-09-28
* Hack building a HTML version of the README in to Makefile.am•••This is to be able to serve a readable version of the README on the site, allowing those without Emacs to more easily read it. Christopher Baines2019-09-21
* Fix the godir in Makefile.am•••I think the .go files should be in lib, rather than share. Christopher Baines2019-09-21
* Improve the package and package-metadata modules•••Add tests around the package module, extract out the use of the inferior-package record assessors so that they aren't part of the tests, and switch across the package-metadata module to use insert-missing-data-and-return-all-ids. Christopher Baines2019-09-05
* Store lint warnings in the database•••This commit adds the relevant tables and code to store lint warnings in the database. Currently, only lint checkers which don't require access to the network will be run, as this allows the processing to happen without network access. Also, this functionality won't work in older versions of Guix which don't expose the lint warnings in a compatible way. Christopher Baines2019-09-01
* Add a process-job command•••This allows easily processing an individual job by id. This may be useful to use manually, but also when processing jobs in parallel, as forking doesn't work well with the libpq library used by squee. Christopher Baines2019-07-12
* Tweak the Makefile.am to install the right things•••Install the assets and sqitch files, as they are needed. Remove the test related sources. Christopher Baines2019-06-08
* Add a new test to cover some of the loading new revisions codeChristopher Baines2019-06-02
* Add some missing test files to Makefile.amChristopher Baines2019-06-02
* Store license information for packages•••And display this on the package page. This uses a couple of new tables, and an additional field in the package_metadata table. Currently, the order of the licenses in the package definition isn't stored, as I'm not sure the order in the list is significant. Christopher Baines2019-05-15
* Store and display the location of packages•••Store the location a package can be found at, and display this on the package page. If available, link off to the git repository containing the package. Christopher Baines2019-05-13
* Remove the sha1_hash from the package_metadata table•••I'm thinking about adding more fields to this table, and the sha1_hash values will make this tricker. Therefore, remove the value, and adjust the existing code to cope. This commit also adds a new test which coveres some of the changed functionality. Christopher Baines2019-05-12
* Add a mock-inferior module•••This to help test code which uses the (guix inferior) module. Christopher Baines2019-05-12
* Add a (tests driver) module•••Using the test driver from build-aux/test-driver.scm, as this shows the test errors when tests fail. Christopher Baines2019-05-12
* 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