summaryrefslogtreecommitdiff
path: root/tests/store.scm
AgeCommit message (Expand)AuthorFilesLines
2026-08-17daemon: Bypass authentication when importing content-addressed store items.Ludovic Courtès1-15/+280
2026-07-02store: Add ‘valid-path-syntax?’ and ‘valid-store-name?’.Ludovic Courtès1-0/+24
2026-07-01daemon: Don't delete files from the store with guix build -K --rounds=3 --check.Hugo Buddelmeijer1-1/+30
2026-06-24daemon: libstore: reject invalid store paths in importPath.Reepca Russelstein1-0/+107
2026-02-10store: Make derivation-path? use direct-store-path?.Yarl Baudig1-0/+12
2026-01-25tests: Adjust to Guile 3.0.10+.Ludovic Courtès1-3/+3
2025-10-16daemon: Attempt to map the “kvm” group inside the build user namespace.Ludovic Courtès1-0/+23
2025-09-23daemon: Restore post-canonicalization permissions after moving.Reepca Russelstein1-0/+11
2025-04-25daemon: Use the guest GID in /etc/group.Ludovic Courtès1-0/+22
2025-04-11daemon: Do not make chroot root directory read-only.Ludovic Courtès1-23/+14
2025-03-26tests: Run in a chroot and unprivileged user namespaces.Ludovic Courtès1-35/+212
2023-12-11daemon: Implement ‘substitute-urls’ RPC.Ludovic Courtès1-2/+23
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus1-0/+78
2021-11-25daemon: Read substitute nar size as 'unsigned long long'.Ludovic Courtès1-0/+44
2021-11-25daemon: Read unsigned nar size and download size from substituter.Ludovic Courtès1-0/+34
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès1-1/+3
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB.Ludovic Courtès1-1/+3
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner1-0/+28
2021-10-28store: 'map/accumulate-builds' handler checks the store received.Ludovic Courtès1-0/+28
2021-09-17Merge branch 'master' into core-updates-frozenMarius Bakke1-0/+36
2021-09-15store: 'map/accumulate-builds' processes the whole list in case of cutoff.Ludovic Courtès1-0/+36
2021-07-05tests: Fix typo in 'tests/store.scm'.Ludovic Courtès1-1/+2
2021-06-08store: Remove 'references/substitutes'.Ludovic Courtès1-36/+0
2021-03-18tests: Make the STORE test more robust in a "pure" environment.Leo Famulari1-1/+1
2021-01-22store: Add 'find-roots' RPC.Ludovic Courtès1-1/+12
2020-12-19tests: Make sure substituted items are deduplicated.Ludovic Courtès1-0/+24
2020-12-19tests: Check the mtime and permissions of substituted items.Ludovic Courtès1-0/+3
2020-12-19tests: Check the build trace for hash mismatches on substitutes.Ludovic Courtès1-0/+55
2020-09-14tests: Remove one 'delete-paths' call in 'tests/store.scm'.Ludovic Courtès1-22/+14
2020-09-14daemon: Spawn 'guix authenticate' once for all.Ludovic Courtès1-4/+4
2020-09-11store: Test 'import-paths' with unauthorized and unsigned nar bundles.Ludovic Courtès1-0/+72
2020-08-28store: 'with-store' returns as many values as its body.Ludovic Courtès1-0/+9
2020-06-27daemon: Recognize SHA3 and BLAKE2s.Ludovic Courtès1-2/+2
2020-05-22packages: Introduce <content-hash> and use it in <origin>.Ludovic Courtès1-4/+4
2020-05-22tests: Test 'add-to-store' with several hash algorithms.Ludovic Courtès1-0/+12
2020-05-14store: 'mapm/accumulate-builds' preserves '%current-target-system'.Ludovic Courtès1-0/+17
2020-04-04store: 'with-store' doesn't close the store upon abort.Ludovic Courtès1-0/+27
2020-03-29store: Add 'map/accumulate-builds'.Ludovic Courtès1-0/+36
2020-03-22store: Add 'with-build-handler'.Ludovic Courtès1-1/+33
2019-10-16daemon: Make 'profiles/per-user' non-world-writable.Ludovic Courtès1-1/+12
2019-06-10store: 'build-things' accepts derivation/output pairs.Ludovic Courtès1-0/+20
2019-02-06daemon: Emit a 'build-succeeded' event in check mode.Ludovic Courtès1-0/+13
2019-01-21store: Rename '&nix-error' to '&store-error'.Ludovic Courtès1-23/+23
2019-01-09maint: Remove 'cond-expand' forms for Guile 2.0.Ludovic Courtès1-4/+2
2018-10-15daemon: Support multiplexed build output.Ludovic Courtès1-0/+63
2018-09-05tests: Adjust 'add-file-tree-to-store' test for lack of /bin/sh.Ludovic Courtès1-2/+6
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès1-1/+1
2018-07-19store: Add 'add-file-tree-to-store'.Ludovic Courtès1-0/+46
2018-06-14store: Remove 'register-path'.Ludovic Courtès1-21/+1
2017-11-21tests: Disable test for freed disk space that fails on Btrfs.Marius Bakke1-1/+3