16879a8182
Add a helper function to render text
2019-12-26 09:04:46 +00:00
a92d4d0cf2
Add a function serialize a derivation
...
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.
2019-12-26 09:04:00 +00:00
21e298f68c
Ensure output ordering for derivations is correct
...
This affects the formatted derivation output.
2019-12-26 09:03:38 +00:00
dd94f59acf
Fix the representation of the fixed output derivation hashes
...
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.
2019-12-26 08:53:51 +00:00
4eb5a3417c
Group derivation input outputs together by derivation
...
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.
2019-12-26 08:52:04 +00:00
566f20a03d
Use HTTP pipelining when making requests to build servers
...
This removes some overhead in making a connection for each request.
2019-12-26 08:42:44 +00:00
801ebdfa9e
Fix the successful builds outputs query where there are no revisions
...
As it was erroring before.
2019-12-26 08:35:33 +00:00
e359cfea2b
Fix the derivations list on the builds page
2019-12-23 22:36:53 +00:00
5c643e09e5
Fix the unknown build counts on the builds pages
2019-12-23 21:30:36 +00:00
474d942cbb
Better handle errors within process-load-new-guix-revision-job
2019-12-23 19:28:13 +00:00
d2e0fc53c1
Fix an error when updating the package derivation versions table
2019-12-23 19:27:42 +00:00
96305ec406
Fix the query-build-servers script when no commits are provided
2019-12-23 19:27:23 +00:00
c516154816
Fix the default max-processes for the process-jobs script
2019-12-22 23:26:45 +00:00
31110acc91
Fix a bug with argument handling in the query-build-servers script
2019-12-22 22:35:43 +00:00
e45db1cd30
Include builds on the derivation history page
2019-12-22 21:42:49 +00:00
161c10bdc5
Use the full width of the page for the derivation history table
...
As it's quite big. Also remove the (More information) links, as they weren't
useful.
2019-12-22 21:42:23 +00:00
2e0c1b4fcb
Add a function to rebuild the package_derivations_by_guix_revision
...
At the moment, some data is missing, but this code will fix that.
2019-12-22 17:37:18 +00:00
69d95b133f
Extract out some functions from update-package-derivations-table
...
To allow these to be used independently.
2019-12-22 16:20:08 +00:00
639f24bb22
Extract management of package_derivations_by_guix_revision_range
...
... entries in to a separate module, to split the code up a little further.
2019-12-22 16:09:32 +00:00
ebefc7815e
Fix the use of defined? in relation to channel news
...
This worked fine in a REPL, but here it seems the module needs to be passed.
2019-12-22 15:23:16 +00:00
0b0d734a97
Add links from the builds pages to the pages for individual builds
2019-12-22 15:23:03 +00:00
14b7993636
Allow filtering the revision builds page by system
2019-12-22 14:27:59 +00:00
e4a7f221c9
Filter builds on the revision builds page by revision
2019-12-22 14:27:49 +00:00
ff433dfce6
Handle derivations with no known build
...
When displaying build stats.
2019-12-22 14:27:49 +00:00
89e34f3df8
Ignore cross built derivations for the build stats
2019-12-22 14:27:49 +00:00
a019a5ed82
Improve the error handling for the build page
2019-12-16 20:43:16 +00:00
7e476536cb
Link to the derivation outputs from the package reproducibility page
2019-12-16 20:31:13 +00:00
4af643136e
Allow filtering by system and target on the derivation-outputs page
...
So that this can match up with the package reproducibility page.
2019-12-16 20:29:28 +00:00
e1d1d372ca
Add titles to a couple of revision pages
2019-12-16 20:29:15 +00:00
dc82112bf8
Simplify the derivations page display
...
Displaing the outputs didn't add much, so focus on neatly displaying the
builds.
2019-12-16 20:18:34 +00:00
3305d85ef0
Drop the default number of derivations to display
...
As 100 is quite a lot to display by default.
2019-12-16 20:17:14 +00:00
0172338932
Add a small bottom margin to the build status span
...
So it displays better when there are items below it.
2019-12-16 20:15:11 +00:00
e6b20746be
Deduplicate the build status span code in html-utils
2019-12-16 20:12:58 +00:00
5b54259974
Fix matching equivalent derivations in another function
2019-12-16 20:11:57 +00:00
c229ace8a5
Allow customising the maximum number of processes
2019-12-16 19:57:56 +00:00
96f897cf3b
Add a page with charts to show package reproducibility
2019-12-16 19:57:36 +00:00
34b3585b48
Improve the revision derivation-outputs page
...
Neaten up the display of the hashes, and add a reproducibility status column.
2019-12-16 15:19:02 +00:00
bdcba528fc
Fix group-to-alist
...
To not just append elements to the alist.
2019-12-16 15:19:02 +00:00
a41249d8fe
Move group-to-alist to the model utils module
...
So it can be more widely used.
2019-12-16 15:19:02 +00:00
18504fba49
Show the possible failure reasons on the build page
...
When the build status is "Failed (dependency)".
2019-12-16 15:19:02 +00:00
5337b171ea
Add a function to find the builds required for a build that failed
2019-12-16 15:19:02 +00:00
771b01ef80
Link to the build pages from the derivation page
2019-12-16 15:19:02 +00:00
308d1d7102
Add a page for each build
2019-12-16 15:18:14 +00:00
a59f352046
Split out select-build-by-build-server-and-derivation-file-name
...
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.
2019-12-15 10:32:40 +00:00
b693d3e57d
Improve select-builds-with-context-by-derivation-file-name
...
To find builds for equivalent derivations.
2019-12-15 08:51:31 +00:00
6a0332bed2
Add a builds page for a specific revision
...
Like the /builds page, but filtered for a specific revision.
2019-12-14 21:02:27 +00:00
a84fc954d1
Extend select-build-stats to allow filtering by revision
2019-12-14 20:59:54 +00:00
633e757fe8
Break down the build stats by build server
2019-12-14 20:17:53 +00:00
6e9b07bc4a
Drop the default number of results on the derivation outputs page
...
To have it load quicker, but also because 100 results aren't necessary.
2019-12-14 17:11:46 +00:00
7cde75f8d6
Add "Fixed output" to the options for Reproducibility status
...
On the derivation outputs page, as some derivations are reproducible by
definition, so it's good to identify and exclude these.
2019-12-14 17:11:01 +00:00