aboutsummaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Collapse)Author
2021-09-21store file listing incrementallyn-peugnet
2021-09-21define name of gob registered structsn-peugnet
also store uncompressed delta for now and add wrapper parameter
2021-09-21store recipes incrementallyn-peugnet
2021-09-20store recipe compressedn-peugnet
for now using zlib on a 556Mo dir: recipe: 11668558 o -> 5540831 o size divided by 2
2021-09-20update recipe to match latest versionn-peugnet
2021-09-20store fileList compressedn-peugnet
for now using zlib on a 556Mo dir: files: 1469447 o -> 207289 o size divided by 7
2021-09-15add storeWorker and use it to store chunk content and hashesn-peugnet
2021-09-14add load/store sketches+fingerprints & store themn-peugnet
Fix corresponding Commit tests by adding sketches and fingerprints files in repo_8k and repo_8k_zlib. Also enhance CommitTests by checking recipe files
2021-09-13add gitattributes to force testdata to use LFn-peugnet
2021-09-13add read write wrappers to compress chunks' contentn-peugnet
2021-09-09better commit and restore tests (almost complete)n-peugnet
added some file path management function for prfixes and trailing slash
2021-09-09first add of restore function to Repon-peugnet
2021-09-09export sketch in its own packagen-peugnet
so that tests can be cached and to make sure it is independant of the rest of the code also move tests in testdata as this folder is ignored by go test by default