2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
Commit graph

553 commits

Author SHA1 Message Date
Christopher Baines c7e3a1bd0b Use the build_servers_build_config table when querying build servers
This allows configuing which systems a build server builds.
2020-01-05 12:48:49 +00:00
Christopher Baines 1679c985c4 Add a table to configure which build servers build what 2020-01-05 12:16:21 +00:00
Christopher Baines c388f3ee13 Add a basic page for build servers 2020-01-05 12:01:06 +00:00
Christopher Baines 726674486f Add a couple of comments to select-outputs-without-known-nar-entries 2020-01-05 12:01:06 +00:00
Christopher Baines 0759be52de Remove -for-successful-builds from procedure name
This used to be the case, but now it just selects all outputs, as that's
quicker overall (as querying the build server is quick).
2020-01-05 12:01:06 +00:00
Christopher Baines 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
Christopher Baines ffcf937c6a Don't hardcode the system and target for the derivation history page 2020-01-05 11:17:39 +00:00
Christopher Baines 6f34d12c4c Extract out the derivation-history rendering code 2020-01-05 10:32:47 +00:00
Christopher Baines 012e51fc2a Fix the help text on the derivation outputs page 2020-01-04 22:16:58 +00:00
Christopher Baines d7036bdd37 Implement the search query input on the derivation outputs page 2020-01-04 22:15:39 +00:00
Christopher Baines 6cb7e92257 Support the search query input on the revision derivations page 2020-01-04 21:46:22 +00:00
Christopher Baines 444649cbc9 Fix the help text on the revision derivations page 2020-01-04 21:46:01 +00:00
Christopher Baines 2f56e59e5b Fix some missing arguments to view-revision-derivations 2020-01-04 21:45:41 +00:00
Christopher Baines ceb1f95a19 Add a function to search for derivations in a revision 2020-01-04 21:45:27 +00:00
Christopher Baines 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
Christopher Baines dc67655a34 Add missing headings to the revision derivations page table 2020-01-04 21:21:07 +00:00
Christopher Baines 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
Christopher Baines 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
Christopher Baines 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
Christopher Baines 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
Christopher Baines 3d51d88d06 Fix the table layout on the derivation history page 2020-01-03 21:49:03 +00:00
Christopher Baines d107830300 Add a #:loop? option to backfill-derivation-source-file-nars 2020-01-03 21:42:52 +00:00
Christopher Baines 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
Christopher Baines 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
Christopher Baines 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
Christopher Baines 75665e3203 Fix a few list styling issues 2020-01-02 21:18:42 +00:00
Christopher Baines 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
Christopher Baines 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
Christopher Baines a6302a32ef Make it possible to specify the batch size
In backfill-derivation-source-file-nars.
2019-12-31 14:58:31 +00:00
Christopher Baines 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
Christopher Baines 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
Christopher Baines 2cb5309851 Display details for the derivation source files
If the nar file is available.
2019-12-30 12:32:20 +00:00
Christopher Baines 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
Christopher Baines 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
Christopher Baines 82b797ee98 Create an index on the hash component of the store path
For derivation_source_files.
2019-12-29 17:55:04 +00:00
Christopher Baines 7e7cc1c8f1 Rework insert-derivation-sources to use a helper function
This means it returns ids properly.
2019-12-29 16:04:45 +00:00
Christopher Baines d15ba4f25c Serve narinfo files for derivation sources 2019-12-29 16:04:45 +00:00
Christopher Baines 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
Christopher Baines da3a294496 Serve nar files for the derivation source files 2019-12-29 16:04:45 +00:00
Christopher Baines 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
Christopher Baines 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
Christopher Baines 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
Christopher Baines 6c1adfa9e6 Fix the help text on the jobs page 2019-12-27 13:14:58 +00:00
Christopher Baines 485b79a6de Add a page to show the public key used to sign substitutes 2019-12-27 13:03:17 +00:00
Christopher Baines 6f8ac2eccc Change indentation in the nar-controller parameters 2019-12-27 13:02:02 +00:00
Christopher Baines 4aa69f1910 Add a link to the derivations page
From the revision page.
2019-12-27 10:29:44 +00:00
Christopher Baines 50f550d642 Link to the versions page from the latest revision package page 2019-12-27 10:13:34 +00:00
Christopher Baines 1ce1a405a6 Link to the derivation history page from the branch package page 2019-12-27 10:13:01 +00:00
Christopher Baines 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
Christopher Baines 0e3c28ffbd Fix more cases where equivalent builds were missed 2019-12-26 23:22:54 +00:00