cbaines pushed a change to branch trunk
in repository data-service.
from 5684add Improve package deduplication
new edeb89e Revert "Optimise inserting derivation inputs"
new 59f1a04 Use vector-fold rather than map to construct input-derivations
new 61d49ce Remove compatability with old guix derivation-inputs
new 8635a55 Add mechanism to fix derivation inputs
new f56cae6 Fix the --repl option
new 001805a Avoid a vector->list
new 35281c8 Extract out derivations-insert-sources
new bf3fdfd Add fix-derivation
new 8c79536 Improve the chunking procedures
new 2eb5714 Use = when comparing numbers
new 9fa059a Use chunk-for-each!
new c602c6b Remove call-with-sigint
new 73e1c03 Stop using the knots web-server exception handler
new 241d491 Get set-thread-name from knots
new 1ac9f80 Avoid URL conflicts in tests
new 167b7d0 Extract out code for updating derivation source file nars
new 1181b13 Add a procedure to fix derivation source files
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
guix-data-service/builds.scm | 6 +-
guix-data-service/comparison.scm | 2 +-
guix-data-service/data-deletion.scm | 2 +-
guix-data-service/database.scm | 4 +-
guix-data-service/jobs.scm | 6 +-
guix-data-service/jobs/load-new-guix-revision.scm | 391 ++++++++++++++-------
guix-data-service/model/derivation.scm | 111 +++---
guix-data-service/poll-git-repository.scm | 3 +-
guix-data-service/substitutes.scm | 3 +-
guix-data-service/utils.scm | 45 +--
guix-data-service/web/compare/html.scm | 2 +-
guix-data-service/web/revision/controller.scm | 6 +-
guix-data-service/web/revision/html.scm | 8 +-
guix-data-service/web/server.scm | 101 +++---
guix-data-service/web/view/html.scm | 8 +-
...uix-data-service-process-branch-updated-mbox.in | 2 +-
scripts/guix-data-service.in | 5 +-
tests/jobs-load-new-guix-revision.scm | 2 +-
tests/model-git-branch.scm | 2 +-
tests/model-git-commit.scm | 2 +-
tests/model-git-repository.scm | 2 +-
21 files changed, 433 insertions(+), 280 deletions(-)