tests: Move 'guix package' tests that require networking to a separate file.
[jackhill/guix/guix.git] / tests / store.scm
2015-04-04 David Thompsonstore: Add query-path-info operation.
2015-03-25 Ludovic Courtèssubstitute: Rename cache directory from "substitute...
2015-03-25 Ludovic CourtèsRename 'guix substitute-binary' to 'guix substitute'.
2015-03-05 Ludovic Courtèsstore: Attempt to decode build logs as UTF-8.
2015-02-02 Ludovic Courtèstests: Don't dump the list of dead items in the test...
2015-02-02 Ludovic Courtèsstore: Add 'build-things'.
2015-02-02 Ludovic Courtèstests: Add 'with-derivation-substitute' and use it.
2015-02-02 Ludovic Courtèstests: Further factorize substitute mocks.
2015-02-02 Ludovic Courtèstests: Use 'with-store' as appropriate.
2015-01-17 Ludovic Courtèsstore: Add #:recursive? parameter to 'export-paths'.
2015-01-16 Ludovic CourtèsMerge branch 'core-updates'
2015-01-14 Ludovic Courtèsstore: Add 'store-lower'.
2014-11-04 Ludovic Courtèsstore: Invalidate caches once GC has run.
2014-10-09 Ludovic CourtèsBreak module cycle involving (guix store) and (guix...
2014-08-24 Mark H WeaverMerge branch 'master' into core-updates
2014-08-23 Ludovic CourtèsFactorize test suite support in (guix tests).
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-04-28 Ludovic Courtèsstore: (direct-store-path? (%store-prefix)) returns #f.
2014-04-12 Ludovic Courtèsstore: Add 'add-permanent-root' and 'remove-permanent...
2014-03-30 Ludovic Courtèstests: Make sure the daemon reports substitute hash...
2014-03-22 Mark H WeaverMerge branch 'master' into core-updates
2014-03-18 Ludovic Courtèstests: Test recovery from 'valid-path?' RPCs with an...
2014-03-17 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-14 Ludovic Courtèsstore: Add 'hash-part->path'.
2014-03-10 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-10 Ludovic Courtèstests: 'topologically-sorted' test handles different...
2014-03-06 Ludovic Courtèsstore: 'export-paths' doesn't export references of...
2014-02-21 Ludovic CourtèsMerge branch 'master' into core-updates
2014-02-10 Ludovic Courtèsstore: Change 'export-paths' to always export in topolo...
2014-01-25 Ludovic CourtèsMerge branch 'master' into core-updates
2014-01-23 Ludovic Courtèsstore: Add 'topologically-sorted'.
2014-01-23 Ludovic Courtèsstore: Add 'register-path' procedure.
2014-01-08 Ludovic CourtèsMerge branch 'master' into core-updates
2013-12-29 Ludovic Courtèsauthenticate: Store the public key as part of the signa...
2013-12-20 Ludovic Courtèsdaemon: Implement signed archive import/export.
2013-12-10 Ludovic Courtèsstore: Add tests for 'store-path-package-name'.
2013-12-04 Ludovic Courtèsderivations: Use more keyword parameters for 'build...
2013-11-20 Ludovic CourtèsMerge branch 'master' into core-updates
2013-11-12 Ludovic Courtèsstore: Make 'direct-store-path?' public.
2013-11-12 Ludovic Courtèsstore: Add 'log-file' procedure.
2013-09-22 Ludovic CourtèsMerge branch 'master' into core-updates
2013-09-18 Ludovic Courtèsderivations: 'derivation' and related procedures return...
2013-09-14 Andreas EngeMerge branch 'python'
2013-09-10 Ludovic Courtèsstore: The 'references' parameter of 'add-text-to-store...
2013-09-08 Ludovic CourtèsMerge branch 'master' into core-updates
2013-08-26 Ludovic Courtèsderivations: Move 3 positional parameters into keyword...
2013-07-09 Ludovic CourtèsMerge branch 'core-updates'
2013-07-01 Ludovic CourtèsMove `sha256' to (guix hash).
2013-06-20 Ludovic CourtèsMerge branch 'master' into core-updates
2013-06-13 Ludovic Courtèsstore: Add `requisites'.
2013-05-29 Ludovic Courtèsstore: Test the `fallback?' store option.
2013-04-26 Ludovic CourtèsMerge branch 'master' into core-updates
2013-04-15 Ludovic Courtèssubstitute-binary: Add a local cache.
2013-04-12 Ludovic Courtèssubstitute-binary: Implement `--substitute'.
2013-04-12 Ludovic CourtèsAdd preliminary binary substituter.
2013-04-12 Ludovic Courtèsstore: Add `store-path-hash-part'.
2013-04-12 Ludovic Courtèssubstitute-binary: Implement `--substitute'.
2013-04-03 Ludovic CourtèsAdd preliminary binary substituter.
2013-04-01 Ludovic Courtèsstore: Add `store-path-hash-part'.
2013-03-04 Ludovic CourtèsMerge branch 'master' into core-updates
2013-02-27 Ludovic Courtèsstore: Add queries for references & co.
2013-02-04 Ludovic Courtèsstore: Add substitute-related procedures.
2013-02-01 Ludovic CourtèsAugment `.dir-locals.el'.
2013-01-18 Ludovic Courtèsdistro: Change the module name space to (gnu ...).
2013-01-06 Ludovic CourtèsMerge branch 'master' into core-updates
2013-01-05 Ludovic CourtèsUpdate license headers.
2012-12-09 Ludovic CourtèsMerge branch 'master' into nix-integration
2012-12-09 Ludovic Courtèsstore: Add GC-related operations.