summaryrefslogtreecommitdiff
path: root/tests/store.scm
Commit message (Expand)AuthorAgeFilesLines
* daemon: Substitute queries return immediately when substitutes are disabled....Ludovic Courtès2016-05-311-1/+28
* store: 'requisites' now takes a list of store items....Ludovic Courtès2016-05-241-4/+6
* build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin2016-04-031-3/+0
* substitute: Honor client-provided empty URL list....Ludovic Courtès2016-03-161-1/+5
* store: Add 'references/substitutes'....Ludovic Courtès2016-03-051-0/+35
* store: 'path-info-deriver' is #f when there is no deriver....Ludovic Courtès2016-02-261-0/+15
* store: Add monadic access to '%current-system'....Ludovic Courtès2016-02-121-1/+10
* store: Allow clients to request multiple builds....Ludovic Courtès2015-12-081-0/+40
* store: Add mode parameter to 'build-paths'....Ludovic Courtès2015-12-031-0/+35
* tests: Make sure the daemon dumps directory entries deterministically....Ludovic Courtès2015-11-011-0/+67
* substitute: Honor "substitute-urls" option passed by "untrusted" clients....Ludovic Courtès2015-07-131-5/+40
* substitute: Store cached narinfo in cache-specific sub-directories....Ludovic Courtès2015-07-131-3/+3
* store: Add 'verify-store' RPC....Ludovic Courtès2015-06-061-0/+54
* store: Add query-path-info operation....David Thompson2015-04-041-0/+10
* substitute: Rename cache directory from "substitute-binary" to "substitute"....Ludovic Courtès2015-03-251-1/+1
* Rename 'guix substitute-binary' to 'guix substitute'....Ludovic Courtès2015-03-251-5/+5
* store: Attempt to decode build logs as UTF-8....Ludovic Courtès2015-03-051-0/+37
* tests: Don't dump the list of dead items in the test log....Ludovic Courtès2015-02-021-1/+1
* store: Add 'build-things'....Ludovic Courtès2015-02-021-0/+37
* tests: Add 'with-derivation-substitute' and use it....Ludovic Courtès2015-02-021-48/+23
* tests: Further factorize substitute mocks....Ludovic Courtès2015-02-021-156/+79
* tests: Use 'with-store' as appropriate....Ludovic Courtès2015-02-021-173/+173
* store: Add #:recursive? parameter to 'export-paths'....Ludovic Courtès2015-01-171-0/+33
* store: Add 'store-lower'....Ludovic Courtès2015-01-141-1/+7
* store: Invalidate caches once GC has run....Ludovic Courtès2014-11-041-0/+25
* Break module cycle involving (guix store) and (guix ui)....Ludovic Courtès2014-10-091-1/+1
* Factorize test suite support in (guix tests)....Ludovic Courtès2014-08-231-12/+2
* store: (direct-store-path? (%store-prefix)) returns #f....Ludovic Courtès2014-04-281-1/+2
* store: Add 'add-permanent-root' and 'remove-permanent-root'....Ludovic Courtès2014-04-121-0/+12
* tests: Make sure the daemon reports substitute hash mismatches....Ludovic Courtès2014-03-301-0/+58
* tests: Test recovery from 'valid-path?' RPCs with an invalid parameter....Ludovic Courtès2014-03-191-1/+33
* store: Add 'hash-part->path'....Ludovic Courtès2014-03-141-1/+6
* tests: 'topologically-sorted' test handles different references orders....Ludovic Courtès2014-03-101-3/+12
* store: 'export-paths' doesn't export references of the given files....Ludovic Courtès2014-03-071-2/+5
* store: Change 'export-paths' to always export in topological order....Ludovic Courtès2014-02-101-0/+19
* store: Add 'topologically-sorted'....Ludovic Courtès2014-01-241-0/+32
* store: Add 'register-path' procedure....Ludovic Courtès2014-01-241-1/+21
* authenticate: Store the public key as part of the signature....Ludovic Courtès2013-12-291-2/+2
* daemon: Implement signed archive import/export....Ludovic Courtès2013-12-201-0/+45
* store: Add tests for 'store-path-package-name'....Ludovic Courtès2013-12-111-0/+11
* derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès2013-12-041-4/+2
* store: Make 'direct-store-path?' public....Ludovic Courtès2013-11-131-0/+9
* store: Add 'log-file' procedure....Ludovic Courtès2013-11-121-0/+27
* derivations: 'derivation' and related procedures return a single value....Ludovic Courtès2013-09-181-14/+17
* store: The 'references' parameter of 'add-text-to-store' is now optional....Ludovic Courtès2013-09-111-3/+2
* derivations: Move 3 positional parameters into keyword parameters....Ludovic Courtès2013-08-261-6/+7
* Move `sha256' to (guix hash)....Ludovic Courtès2013-07-011-0/+1
* store: Add `requisites'....Ludovic Courtès2013-06-131-0/+18
* store: Test the `fallback?' store option....Ludovic Courtès2013-05-291-0/+51
* substitute-binary: Add a local cache....Ludovic Courtès2013-04-151-0/+6