summaryrefslogtreecommitdiff
path: root/taskflow/persistence
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Update the version on the old/deprecated logbook moduleJoshua Harlow2015-07-101-1/+1
|/ / /
* | | Rename logbook module -> models moduleJoshua Harlow2015-07-087-897/+934
| |/ |/|
* | Merge "Make it possible to see the queries executed (in BLATHER mode)"Jenkins2015-07-081-0/+13
|\ \
| * | Make it possible to see the queries executed (in BLATHER mode)Joshua Harlow2015-06-201-0/+13
* | | Merge "Perform a few optimizations to decrease persistence interactions"Jenkins2015-06-291-11/+29
|\ \ \ | |/ /
| * | Perform a few optimizations to decrease persistence interactionsJoshua Harlow2015-06-191-11/+29
* | | Merge "Use a class constant for the default path based backend path"Jenkins2015-06-213-4/+13
|\ \ \
| * | | Use a class constant for the default path based backend pathJoshua Harlow2015-06-103-4/+13
| |/ /
* | | Merge "Use hash path lookup vs path finding"0.11.0Jenkins2015-06-151-12/+11
|\ \ \ | |_|/ |/| |
| * | Use hash path lookup vs path findingJoshua Harlow2015-06-061-12/+11
* | | Merge "Make the default file encoding a class constant with a docstring"Jenkins2015-06-141-1/+7
|\ \ \ | |_|/ |/| |
| * | Make the default file encoding a class constant with a docstringJoshua Harlow2015-06-101-1/+7
* | | Merge "Use a lru cache to limit the size of the internal file cache"Jenkins2015-06-101-2/+13
|\ \ \ | |/ /
| * | Use a lru cache to limit the size of the internal file cacheJoshua Harlow2015-06-101-2/+13
* | | Merge "Add a new `ls_r` method"Jenkins2015-06-081-5/+56
|\ \ \
| * | | Add a new `ls_r` methodJoshua Harlow2015-06-041-5/+56
| |/ /
* | | Merge "Chain a few more exception raises that were previously missed"Jenkins2015-06-061-4/+4
|\ \ \ | |/ / |/| |
| * | Chain a few more exception raises that were previously missedJoshua Harlow2015-05-111-4/+4
* | | Merge "Replace lock_utils lock(s) with fasteners package"Jenkins2015-06-042-5/+5
|\ \ \
| * | | Replace lock_utils lock(s) with fasteners packageJoshua Harlow2015-06-022-5/+5
* | | | Merge "Ensure empty paths raise a value error"Jenkins2015-05-301-0/+3
|\ \ \ \
| * | | | Ensure empty paths raise a value errorJoshua Harlow2015-05-111-0/+3
| | |/ / | |/| |
* | | | Remove 'pass' usage not neededJoshua Harlow2015-05-241-17/+0
| |/ / |/| |
* | | Fix updated_at column of sqlalchemy tablesFredrik Bergroth2015-05-211-3/+3
* | | Merge "Beef up docs on the logbook/flow detail/atom details models"Jenkins2015-05-141-95/+370
|\ \ \
| * | | Beef up docs on the logbook/flow detail/atom details modelsJoshua Harlow2015-05-131-95/+370
| |/ /
* | | Merge "Avoid creating temporary removal lists"Jenkins2015-05-141-3/+3
|\ \ \ | |_|/ |/| |
| * | Avoid creating temporary removal listsJoshua Harlow2015-05-081-3/+3
| |/
* | Merge "Expose in memory backend split staticmethod"Jenkins2015-05-121-2/+5
|\ \
| * | Expose in memory backend split staticmethodJoshua Harlow2015-05-111-2/+5
| |/
* | Merge "Avoid re-normalizing paths when following links"Jenkins2015-05-121-3/+3
|\ \
| * | Avoid re-normalizing paths when following linksJoshua Harlow2015-05-071-3/+3
* | | Merge "Avoid duplicating exception message"Jenkins2015-05-121-4/+4
|\ \ \ | |_|/ |/| |
| * | Avoid duplicating exception messageJoshua Harlow2015-05-061-4/+4
* | | Avoid trying to copy tasks results when cloning/copying0.10.1Joshua Harlow2015-05-071-1/+6
| |/ |/|
* | Speed up memory backend via a path -> node reverse mappingJoshua Harlow2015-05-051-34/+51
|/
* Move implementations into there own sub-sectionsJoshua Harlow2015-05-012-7/+5
* Expose fake filesystem 'join' and 'normpath'Joshua Harlow2015-04-231-9/+16
* Merge "Use the ability to chain exceptions correctly"Jenkins2015-04-184-49/+72
|\
| * Use the ability to chain exceptions correctlyJoshua Harlow2015-04-034-49/+72
* | Add note about thread safety of fake filesystemJoshua Harlow2015-04-081-0/+10
* | Merge "Add in memory filesystem clearing"Jenkins2015-04-081-0/+4
|\ \
| * | Add in memory filesystem clearingJoshua Harlow2015-03-291-0/+4
| |/
* | Merge "Allow providing a node stringify function to tree pformat"Jenkins2015-04-081-1/+10
|\ \
| * | Allow providing a node stringify function to tree pformatJoshua Harlow2015-03-291-1/+10
| |/
* | Merge "Add memory backend get() support"Jenkins2015-04-051-0/+9
|\ \
| * | Add memory backend get() supportJoshua Harlow2015-03-251-0/+9
| |/
* | Allow ls() to list recursively (using breadth-first)Joshua Harlow2015-03-311-2/+18
|/
* Add more comments to fake in-memory filesystemJoshua Harlow2015-03-251-1/+25
* Prefer posixpath to os.pathJoshua Harlow2015-03-241-9/+9