summaryrefslogtreecommitdiff
path: root/taskflow/persistence/backends/impl_memory.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-2/+1
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-1/+1
* Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-101-26/+4
* Add in-memory backend delete() in recursive/non-recursive modesJoshua Harlow2015-10-141-8/+27
* Update all removal_version from being ? to being 2.0Joshua Harlow2015-07-121-1/+1
* Merge "Use a class constant for the default path based backend path"Jenkins2015-06-211-2/+4
|\
| * Use a class constant for the default path based backend pathJoshua Harlow2015-06-101-2/+4
* | 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
* | Add a new `ls_r` methodJoshua Harlow2015-06-041-5/+56
* | Merge "Replace lock_utils lock(s) with fasteners package"Jenkins2015-06-041-2/+2
|\ \
| * | Replace lock_utils lock(s) with fasteners packageJoshua Harlow2015-06-021-2/+2
* | | 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
* | | 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
| |/
* | Avoid re-normalizing paths when following linksJoshua Harlow2015-05-071-3/+3
|/
* Speed up memory backend via a path -> node reverse mappingJoshua Harlow2015-05-051-34/+51
* Expose fake filesystem 'join' and 'normpath'Joshua Harlow2015-04-231-9/+16
* Merge "Use the ability to chain exceptions correctly"Jenkins2015-04-181-3/+4
|\
| * Use the ability to chain exceptions correctlyJoshua Harlow2015-04-031-3/+4
* | 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
* Allow using shallow copy instead of deep copyJoshua Harlow2015-03-221-4/+9
* Merge "Rename memory backend filesystem -> fake filesystem"Jenkins2015-03-231-2/+2
|\
| * Rename memory backend filesystem -> fake filesystemJoshua Harlow2015-03-181-2/+2
* | Ensure thread-safety of persistence dir backendJoshua Harlow2015-03-201-1/+1
|/
* Add a in-memory backend dumping exampleJoshua Harlow2015-03-121-8/+11
* Restructure the in-memory node usageJoshua Harlow2015-03-121-34/+123
* Persistence backend refactorDan Krause2015-03-091-208/+85
* add get_flow_details and get_atom_details to all backendsDan Krause2015-02-191-0/+14
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-231-2/+2
* 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
* | Rework the in-memory backendJoshua Harlow2014-12-181-68/+153
|/
* 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