summaryrefslogtreecommitdiff
path: root/taskflow/persistence/backends/impl_memory.py
Commit message (Expand)AuthorAgeFilesLines
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-2/+1
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-4/+4
* Default the impl_memory conf to noneJoshua Harlow2014-05-101-1/+1
* Persistence cleanup part oneJoshua Harlow2014-03-261-49/+33
* Extend logbook and storage to work with retryAnastasia Karpinska2014-03-141-2/+6
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Storage protects lower level backend against thread safetyJoshua Harlow2014-02-101-23/+3
* Add a validate method to dir and memory backendsJoshua Harlow2014-02-021-0/+3
* Doc strings and comments clean-upskudriashev2014-01-261-3/+3
* Remove decorators and move to utilsJoshua Harlow2013-10-071-8/+8
* Memory persistence backend improvementsIvan A. Melnikov2013-09-301-61/+78
* Merge "Add a directory/filesystem based persistence layer"Jenkins2013-09-271-43/+6
|\
| * Add a directory/filesystem based persistence layerJoshua Harlow2013-09-211-43/+6
* | Remove weakref usageJoshua Harlow2013-09-221-2/+1
|/
* Move toward using a backend+connection modelJoshua Harlow2013-09-121-0/+204