summaryrefslogtreecommitdiff
path: root/tests/store-database.scm
AgeCommit message (Expand)AuthorFilesLines
2021-01-31database: Validate #:nar-size and #:time when registering store items.Ludovic Courtès1-1/+18
2020-12-15database: Remove 'register-path'.Ludovic Courtès1-7/+8
2020-12-15database: Remove #:deduplicate? and #:reset-timestamps? from 'register-path'.Ludovic Courtès1-2/+3
2020-11-21store-database: Add test checking the directory mtime after 'register-path'.Ludovic Courtès1-1/+25
2018-07-20database: Reset timestamps to one second after the Epoch.Ludovic Courtès1-2/+5
2018-06-14store: Remove 'register-path'.Ludovic Courtès1-1/+1
2018-06-14database: 'sqlite-register' takes a database, not a file name.Ludovic Courtès1-20/+20
2018-06-14database: Fail registration when encountering unregistered references.Ludovic Courtès1-0/+20
2018-06-14database: 'with-database' can now initialize new databases.Ludovic Courtès1-0/+23
2018-06-01Add (gnu store database).Caleb Ristvedt1-0/+54