summaryrefslogtreecommitdiff
path: root/obnamlib/bag_store.py
AgeCommit message (Collapse)AuthorFilesLines
2017-08-12Fix: mark error handling excluded from coverageLars Wirzenius1-2/+2
2017-08-12Fix: allow a bag to be removed to not existLars Wirzenius1-2/+12
2016-03-30GA: Start a new dir in a bag store after 512 bagsLars Wirzenius1-0/+16
This avoids putting all the bags from one generation in the same dir. When the bags contain chunks and there's a lot of chunks, putting them all in one dir could mean putting millions of files there.
2016-03-13Add support for well-known objcts in blob storesLars Wirzenius1-0/+3
2016-01-15Update copyright yearsLars Wirzenius1-1/+1
2016-01-15Get EEXIST from errno, instead of exceptionLars Wirzenius1-1/+2
2015-10-25Store bags in a directory hierachyliw/bagtreeLars Wirzenius1-1/+7
Previously, they were all stored in one flat directory, resulting in millions upon millions of files in one directory.
2015-08-29Drop unused variablesLars Wirzenius1-3/+2
2015-05-16Add BagStore.has_bagLars Wirzenius1-0/+8
2015-05-16Fix attribute name in BagStoreLars Wirzenius1-1/+1
2015-05-16Fix bag store to use real id rangeLars Wirzenius1-1/+1
2015-05-14Add BagStore classLars Wirzenius1-0/+123