summaryrefslogtreecommitdiff
path: root/tests/store-database.scm
AgeCommit message (Expand)Author
2024-04-15utils: Don’t re-export ‘call-with-temporary-output-file’.Ludovic Courtès
2024-04-03store: database: Rename a couple of procedures.Christopher Baines
2021-01-31database: Validate #:nar-size and #:time when registering store items.Ludovic Courtès
2020-12-15database: Remove 'register-path'.Ludovic Courtès
2020-12-15database: Remove #:deduplicate? and #:reset-timestamps? from 'register-path'.Ludovic Courtès
2020-11-21store-database: Add test checking the directory mtime after 'register-path'.Ludovic Courtès
2018-07-20database: Reset timestamps to one second after the Epoch.Ludovic Courtès
2018-06-14store: Remove 'register-path'.Ludovic Courtès
2018-06-14database: 'sqlite-register' takes a database, not a file name.Ludovic Courtès
2018-06-14database: Fail registration when encountering unregistered references.Ludovic Courtès
2018-06-14database: 'with-database' can now initialize new databases.Ludovic Courtès
2018-06-01Add (gnu store database).Caleb Ristvedt