e070c20030
Make valid-systems quicker
...
In the future, it would be good to pull this from the database again, but in
some way which is really quick.
2020-01-05 12:01:06 +00:00
ffcf937c6a
Don't hardcode the system and target for the derivation history page
2020-01-05 11:17:39 +00:00
6f34d12c4c
Extract out the derivation-history rendering code
2020-01-05 10:32:47 +00:00
012e51fc2a
Fix the help text on the derivation outputs page
2020-01-04 22:16:58 +00:00
d7036bdd37
Implement the search query input on the derivation outputs page
2020-01-04 22:15:39 +00:00
6cb7e92257
Support the search query input on the revision derivations page
2020-01-04 21:46:22 +00:00
444649cbc9
Fix the help text on the revision derivations page
2020-01-04 21:46:01 +00:00
2f56e59e5b
Fix some missing arguments to view-revision-derivations
2020-01-04 21:45:41 +00:00
ceb1f95a19
Add a function to search for derivations in a revision
2020-01-04 21:45:27 +00:00
0ceb62cbc8
Drop bottom margin of the dl's on the revision derivations page
...
This makes the table display better.
2020-01-04 21:21:17 +00:00
dc67655a34
Add missing headings to the revision derivations page table
2020-01-04 21:21:07 +00:00
e5aca1f317
Remove the outputs from the query behind the revision derivations
...
As that data is now unused.
2020-01-04 21:20:32 +00:00
04ab01725b
Add a revision header and link to the package reproducibility page
...
To make it easier to get back to the revision page, as well as setting the
content more in context.
2020-01-04 21:08:39 +00:00
8a3b0d97b8
Add a revision header and link on the revision builds page
...
To make it easier to get back to the revision page, as well as setting the
page content in context.
2020-01-04 21:07:56 +00:00
b26ba82dad
Add more timing and debugging output to the load process
...
To help identify what's taking the most time.
2020-01-04 11:20:02 +00:00
3d51d88d06
Fix the table layout on the derivation history page
2020-01-03 21:49:03 +00:00
d107830300
Add a #:loop? option to backfill-derivation-source-file-nars
2020-01-03 21:42:52 +00:00
4ed14007c4
Fix some instability in the lint warnings page results
...
The ordering could flip around, so fix it better.
2020-01-02 21:19:43 +00:00
4492b9b69d
Bring back the old table header style
...
The reset.css stylesheet led to this behaviour, so override Bootstrap here to
bring it back.
2020-01-02 21:19:18 +00:00
467dcf736a
Remove a workaround put in for list styling
...
This was useful with the reset.css stylesheet, but now that has been removed,
remove this too.
2020-01-02 21:18:50 +00:00
75665e3203
Fix a few list styling issues
2020-01-02 21:18:42 +00:00
e859cc9a4a
Remove the reset.css stylesheet
...
This was copied over from Mumi, but I've noticed some styling issues with
lists, and I'm not sure how well it interacts with Bootstrap. Simpler is
better, so lets just try removing it.
2020-01-02 21:17:46 +00:00
83c86431ae
Better split up the comparision functionality
...
The packages comparison was getting confused by differences in the
derivations, so split the data used to make the comparison more sensible.
This resolves an issue comparing 8dd723f5… and 365892e9… which coinsided with
the fix for importing foreign architecture derivations, meaning that a whole
lot of new derivations appeared in the database. Prior to these changes, it
appeared like every package was new, and with these changes, the list is more
sensible.
2020-01-02 20:41:24 +00:00
a6302a32ef
Make it possible to specify the batch size
...
In backfill-derivation-source-file-nars.
2019-12-31 14:58:31 +00:00
f2343b5fc9
Switch to using package-supported-systems, not the transitive one
...
This seems to work better for both generating the non-cross and cross
derivations. Previously, using the package-transitive-supported-systems
approach didn't generate some cross derivations.
2019-12-31 10:29:02 +00:00
df9d0bbdd1
Improve generating derivations for foreign architectures
...
Use the second argument to package-transitive-supported-systems to correctly
identify the different bootstrap path for non x86_64 and i686-linux. The
previous implementation did work, but only up until a merge of core-updates
changed the bootstrap approach.
2019-12-31 10:23:29 +00:00
2cb5309851
Display details for the derivation source files
...
If the nar file is available.
2019-12-30 12:32:20 +00:00
7881eec315
Add a function to backfill missing derivation source file nars
...
If the file exists in the local store, then read it and add an entry to the
derivation_source_file_nars table. This will help to fill in the missing
entries, as currently entries are only added when the derivation source file
isn't in the database when the load new revision job runs.
2019-12-30 11:26:23 +00:00
57ee3c8988
Improve entity handling in the sxml module
...
This is useful as stexi->shtml uses *ENTITY* so handling this here means that
the HTML output for texinfo is better.
2019-12-30 09:51:27 +00:00
82b797ee98
Create an index on the hash component of the store path
...
For derivation_source_files.
2019-12-29 17:55:04 +00:00
7e7cc1c8f1
Rework insert-derivation-sources to use a helper function
...
This means it returns ids properly.
2019-12-29 16:04:45 +00:00
d15ba4f25c
Serve narinfo files for derivation sources
2019-12-29 16:04:45 +00:00
7ca9b11885
Move rendering narinfo responses out of the main controller function
...
In preparation for also handling derivation source files.
2019-12-29 16:04:45 +00:00
da3a294496
Serve nar files for the derivation source files
2019-12-29 16:04:45 +00:00
67af7e17f0
Generate and store nars for derivation source files
...
This'll allow serving nars for these derivation source files.
2019-12-29 16:04:45 +00:00
c84b21be7c
Add a new table to nars for derivation source files
...
This will allow serving the nars for derivation source files.
2019-12-28 22:47:58 +00:00
f56935a8a6
Change the language around reproducibility/matching outputs
...
It's more accurate to describe the specifics of the relevant data here through
terms like "matching" and "not matching", as a statement that something built
reproducibility needs to be made alongside the test conditions. So just say
that build outputs matched, or didn't match, as this is more descriptive of
the data available.
2019-12-27 14:05:12 +00:00
6c1adfa9e6
Fix the help text on the jobs page
2019-12-27 13:14:58 +00:00
485b79a6de
Add a page to show the public key used to sign substitutes
2019-12-27 13:03:17 +00:00
6f8ac2eccc
Change indentation in the nar-controller parameters
2019-12-27 13:02:02 +00:00
4aa69f1910
Add a link to the derivations page
...
From the revision page.
2019-12-27 10:29:44 +00:00
50f550d642
Link to the versions page from the latest revision package page
2019-12-27 10:13:34 +00:00
1ce1a405a6
Link to the derivation history page from the branch package page
2019-12-27 10:13:01 +00:00
7654877991
Improve the builds info on the revision package version page
...
Show multiple builds, and link to the build page.
2019-12-27 00:09:07 +00:00
0e3c28ffbd
Fix more cases where equivalent builds were missed
2019-12-26 23:22:54 +00:00
5163398e54
Add pagination to the jobs page
2019-12-26 23:03:12 +00:00
b877b64eb8
Remove reverse from the copy of http-multiple-get
...
This makes assumptions about the return value of the provided procedure, and
fails if it doesn't return a list.
2019-12-26 23:01:34 +00:00
8628a68b0f
Fix the colspan for the derivation history table chart rows
...
It should have been changed to 4 when the builds column was added.
2019-12-26 18:10:38 +00:00
7342280ead
Guard against failures when loading the narinfo signing public key
2019-12-26 10:49:14 +00:00
54b3d8d93a
Fix the option alist element names for the narinfo signing key
2019-12-26 10:47:29 +00:00