summaryrefslogtreecommitdiff
path: root/taskflow/persistence/backends/impl_dir.py
Commit message (Expand)AuthorAgeFilesLines
* Use method ensure_tree from oslo.utilsChangBo Guo(gcb)2016-09-251-1/+2
* Fix how the dir persistence backend was not listing logbooksJoshua Harlow2015-09-041-2/+6
* Use io.open vs raw openJoshua Harlow2015-07-101-4/+4
* Make the default file encoding a class constant with a docstringJoshua Harlow2015-06-101-1/+7
* Use a lru cache to limit the size of the internal file cacheJoshua Harlow2015-06-101-2/+13
* Replace lock_utils lock(s) with fasteners packageJoshua Harlow2015-06-021-3/+3
* Use the ability to chain exceptions correctlyJoshua Harlow2015-04-031-2/+6
* Merge "Ensure thread-safety of persistence dir backend"Jenkins2015-03-211-2/+5
|\
| * Ensure thread-safety of persistence dir backendJoshua Harlow2015-03-201-2/+5
* | Use binary/encode decode helper routines in dir backendJoshua Harlow2015-03-181-4/+5
|/
* Persistence backend refactorDan Krause2015-03-091-338/+68
* add get_flow_details and get_atom_details to all backendsDan Krause2015-02-191-0/+6
* Merge "Switch to using 'oslo_serialization' vs 'oslo.serialization'"Jenkins2015-01-231-1/+1
|\
| * Switch to using 'oslo_serialization' vs 'oslo.serialization'Joshua Harlow2015-01-151-1/+1
* | Merge "Move the persistence base to the parent directory"Jenkins2015-01-211-1/+1
|\ \
| * | Move the persistence base to the parent directoryJoshua Harlow2014-12-191-1/+1
| |/
* | Move implementation(s) to there own sectionsJoshua Harlow2015-01-161-4/+4
|/
* Add and use a new simple helper logging moduleJoshua Harlow2014-12-081-1/+1
* Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+1
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-4/+18
* Persistence cleanup part oneJoshua Harlow2014-03-261-69/+66
* Adjust the exception hierachyJoshua Harlow2014-03-241-12/+15
* Unify usage of storage error exception typeJoshua Harlow2014-02-241-16/+33
* Switch to using the type checking decode_jsonJoshua Harlow2014-02-201-3/+3
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Storage protects lower level backend against thread safetyJoshua Harlow2014-02-101-38/+2
* Add a validate method to dir and memory backendsJoshua Harlow2014-02-021-0/+13
* Implement ZooKeeper as persistence storage backendChangbin Liu2014-01-281-86/+9
* Doc strings and comments clean-upskudriashev2014-01-261-2/+2
* Move six to the right locationJoshua Harlow2014-01-091-1/+2
* Fix misspellingsStanislav Kudriashev2013-12-101-2/+2
* Fix several python3 incompatibilitiesIvan A. Melnikov2013-10-111-2/+5
* Remove decorators and move to utilsJoshua Harlow2013-10-071-8/+7
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-4/+3
* Add a directory/filesystem based persistence layerJoshua Harlow2013-09-211-0/+474