Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a function serialize a derivation | Christopher Baines | 2019-12-26 |
| | | | | | | This effectively duplicates the behaviour in Guix for serializing derivations, but this uses the database representation in the Guix Data Service, rather than the records Guix uses. | ||
* | Ensure output ordering for derivations is correct | Christopher Baines | 2019-12-26 |
| | | | | This affects the formatted derivation output. | ||
* | Fix the representation of the fixed output derivation hashes | Christopher Baines | 2019-12-26 |
| | | | | | | | | | | | Previously, they were nix-base32-string encoded, but the representation in the derivations is base16, so it doesn't make sense to use a different representation in the database. Therefore, add some code that runs before the start of each job to convert the data in the database. It was easier to do this in Guile with the existing support for working with these bytevector representations. After some migration period, the code for converting the old hashes can be removed. | ||
* | Group derivation input outputs together by derivation | Christopher Baines | 2019-12-26 |
| | | | | | | Both in terms of the code fetching the data from the database, as well as the formatted and detail outputs. This corrects an error in the formatted output for derivations where inputs would be duplicated. | ||
* | Use HTTP pipelining when making requests to build servers | Christopher Baines | 2019-12-26 |
| | | | | This removes some overhead in making a connection for each request. | ||
* | Fix the successful builds outputs query where there are no revisions | Christopher Baines | 2019-12-26 |
| | | | | As it was erroring before. | ||
* | Fix the derivations list on the builds page | Christopher Baines | 2019-12-23 |
| | |||
* | Fix the unknown build counts on the builds pages | Christopher Baines | 2019-12-23 |
| | |||
* | Better handle errors within process-load-new-guix-revision-job | Christopher Baines | 2019-12-23 |
| | |||
* | Fix an error when updating the package derivation versions table | Christopher Baines | 2019-12-23 |
| | |||
* | Fix the query-build-servers script when no commits are provided | Christopher Baines | 2019-12-23 |
| | |||
* | Fix the default max-processes for the process-jobs script | Christopher Baines | 2019-12-22 |
| | |||
* | Fix a bug with argument handling in the query-build-servers script | Christopher Baines | 2019-12-22 |
| | |||
* | Include builds on the derivation history page | Christopher Baines | 2019-12-22 |
| | |||
* | Use the full width of the page for the derivation history table | Christopher Baines | 2019-12-22 |
| | | | | | As it's quite big. Also remove the (More information) links, as they weren't useful. | ||
* | Add a function to rebuild the package_derivations_by_guix_revision | Christopher Baines | 2019-12-22 |
| | | | | At the moment, some data is missing, but this code will fix that. | ||
* | Extract out some functions from update-package-derivations-table | Christopher Baines | 2019-12-22 |
| | | | | To allow these to be used independently. | ||
* | Extract management of package_derivations_by_guix_revision_range | Christopher Baines | 2019-12-22 |
| | | | | ... entries in to a separate module, to split the code up a little further. | ||
* | Fix the use of defined? in relation to channel news | Christopher Baines | 2019-12-22 |
| | | | | This worked fine in a REPL, but here it seems the module needs to be passed. | ||
* | Add links from the builds pages to the pages for individual builds | Christopher Baines | 2019-12-22 |
| | |||
* | Allow filtering the revision builds page by system | Christopher Baines | 2019-12-22 |
| | |||
* | Filter builds on the revision builds page by revision | Christopher Baines | 2019-12-22 |
| | |||
* | Handle derivations with no known build | Christopher Baines | 2019-12-22 |
| | | | | When displaying build stats. | ||
* | Ignore cross built derivations for the build stats | Christopher Baines | 2019-12-22 |
| | |||
* | Improve the error handling for the build page | Christopher Baines | 2019-12-16 |
| | |||
* | Link to the derivation outputs from the package reproducibility page | Christopher Baines | 2019-12-16 |
| | |||
* | Allow filtering by system and target on the derivation-outputs page | Christopher Baines | 2019-12-16 |
| | | | | So that this can match up with the package reproducibility page. | ||
* | Add titles to a couple of revision pages | Christopher Baines | 2019-12-16 |
| | |||
* | Simplify the derivations page display | Christopher Baines | 2019-12-16 |
| | | | | | Displaing the outputs didn't add much, so focus on neatly displaying the builds. | ||
* | Drop the default number of derivations to display | Christopher Baines | 2019-12-16 |
| | | | | As 100 is quite a lot to display by default. | ||
* | Add a small bottom margin to the build status span | Christopher Baines | 2019-12-16 |
| | | | | So it displays better when there are items below it. | ||
* | Deduplicate the build status span code in html-utils | Christopher Baines | 2019-12-16 |
| | |||
* | Fix matching equivalent derivations in another function | Christopher Baines | 2019-12-16 |
| | |||
* | Allow customising the maximum number of processes | Christopher Baines | 2019-12-16 |
| | |||
* | Add a page with charts to show package reproducibility | Christopher Baines | 2019-12-16 |
| | |||
* | Improve the revision derivation-outputs page | Christopher Baines | 2019-12-16 |
| | | | | Neaten up the display of the hashes, and add a reproducibility status column. | ||
* | Fix group-to-alist | Christopher Baines | 2019-12-16 |
| | | | | To not just append elements to the alist. | ||
* | Move group-to-alist to the model utils module | Christopher Baines | 2019-12-16 |
| | | | | So it can be more widely used. | ||
* | Show the possible failure reasons on the build page | Christopher Baines | 2019-12-16 |
| | | | | When the build status is "Failed (dependency)". | ||
* | Add a function to find the builds required for a build that failed | Christopher Baines | 2019-12-16 |
| | |||
* | Link to the build pages from the derivation page | Christopher Baines | 2019-12-16 |
| | |||
* | Add a page for each build | Christopher Baines | 2019-12-16 |
| | |||
* | Split out select-build-by-build-server-and-derivation-file-name | Christopher Baines | 2019-12-15 |
| | | | | | | Create select-build-id-by-build-server-and-derivation-file-name, which just returns the id, and then a variant that returns more fields for making a page for each build. | ||
* | Improve select-builds-with-context-by-derivation-file-name | Christopher Baines | 2019-12-15 |
| | | | | To find builds for equivalent derivations. | ||
* | Add a builds page for a specific revision | Christopher Baines | 2019-12-14 |
| | | | | Like the /builds page, but filtered for a specific revision. | ||
* | Extend select-build-stats to allow filtering by revision | Christopher Baines | 2019-12-14 |
| | |||
* | Break down the build stats by build server | Christopher Baines | 2019-12-14 |
| | |||
* | Drop the default number of results on the derivation outputs page | Christopher Baines | 2019-12-14 |
| | | | | To have it load quicker, but also because 100 results aren't necessary. | ||
* | Add "Fixed output" to the options for Reproducibility status | Christopher Baines | 2019-12-14 |
| | | | | | On the derivation outputs page, as some derivations are reproducible by definition, so it's good to identify and exclude these. | ||
* | Implement the reproducibility status filter | Christopher Baines | 2019-12-14 |
| | | | | On the derivation-outputs page. |