index
:
delta/openstack/taskflow.git
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
opendev.org: openstack/taskflow.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
taskflow
/
persistence
/
backends
/
impl_memory.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove six
Takashi Kajinami
2022-05-18
1
-2
/
+1
*
Fix some misspellings in the function name and descriptions
Pablo Iranzo Gómez
2016-06-30
1
-1
/
+1
*
Remove deprecated things for 2.0 release
Joshua Harlow
2016-05-10
1
-26
/
+4
*
Add in-memory backend delete() in recursive/non-recursive modes
Joshua Harlow
2015-10-14
1
-8
/
+27
*
Update all removal_version from being ? to being 2.0
Joshua Harlow
2015-07-12
1
-1
/
+1
*
Merge "Use a class constant for the default path based backend path"
Jenkins
2015-06-21
1
-2
/
+4
|
\
|
*
Use a class constant for the default path based backend path
Joshua Harlow
2015-06-10
1
-2
/
+4
*
|
Merge "Use hash path lookup vs path finding"
0.11.0
Jenkins
2015-06-15
1
-12
/
+11
|
\
\
|
|
/
|
/
|
|
*
Use hash path lookup vs path finding
Joshua Harlow
2015-06-06
1
-12
/
+11
*
|
Add a new `ls_r` method
Joshua Harlow
2015-06-04
1
-5
/
+56
*
|
Merge "Replace lock_utils lock(s) with fasteners package"
Jenkins
2015-06-04
1
-2
/
+2
|
\
\
|
*
|
Replace lock_utils lock(s) with fasteners package
Joshua Harlow
2015-06-02
1
-2
/
+2
*
|
|
Merge "Ensure empty paths raise a value error"
Jenkins
2015-05-30
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ensure empty paths raise a value error
Joshua Harlow
2015-05-11
1
-0
/
+3
*
|
|
Merge "Avoid creating temporary removal lists"
Jenkins
2015-05-14
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Avoid creating temporary removal lists
Joshua Harlow
2015-05-08
1
-3
/
+3
|
|
/
*
|
Merge "Expose in memory backend split staticmethod"
Jenkins
2015-05-12
1
-2
/
+5
|
\
\
|
*
|
Expose in memory backend split staticmethod
Joshua Harlow
2015-05-11
1
-2
/
+5
|
|
/
*
|
Avoid re-normalizing paths when following links
Joshua Harlow
2015-05-07
1
-3
/
+3
|
/
*
Speed up memory backend via a path -> node reverse mapping
Joshua Harlow
2015-05-05
1
-34
/
+51
*
Expose fake filesystem 'join' and 'normpath'
Joshua Harlow
2015-04-23
1
-9
/
+16
*
Merge "Use the ability to chain exceptions correctly"
Jenkins
2015-04-18
1
-3
/
+4
|
\
|
*
Use the ability to chain exceptions correctly
Joshua Harlow
2015-04-03
1
-3
/
+4
*
|
Add note about thread safety of fake filesystem
Joshua Harlow
2015-04-08
1
-0
/
+10
*
|
Merge "Add in memory filesystem clearing"
Jenkins
2015-04-08
1
-0
/
+4
|
\
\
|
*
|
Add in memory filesystem clearing
Joshua Harlow
2015-03-29
1
-0
/
+4
|
|
/
*
|
Merge "Allow providing a node stringify function to tree pformat"
Jenkins
2015-04-08
1
-1
/
+10
|
\
\
|
*
|
Allow providing a node stringify function to tree pformat
Joshua Harlow
2015-03-29
1
-1
/
+10
|
|
/
*
|
Merge "Add memory backend get() support"
Jenkins
2015-04-05
1
-0
/
+9
|
\
\
|
*
|
Add memory backend get() support
Joshua Harlow
2015-03-25
1
-0
/
+9
|
|
/
*
|
Allow ls() to list recursively (using breadth-first)
Joshua Harlow
2015-03-31
1
-2
/
+18
|
/
*
Add more comments to fake in-memory filesystem
Joshua Harlow
2015-03-25
1
-1
/
+25
*
Prefer posixpath to os.path
Joshua Harlow
2015-03-24
1
-9
/
+9
*
Allow using shallow copy instead of deep copy
Joshua Harlow
2015-03-22
1
-4
/
+9
*
Merge "Rename memory backend filesystem -> fake filesystem"
Jenkins
2015-03-23
1
-2
/
+2
|
\
|
*
Rename memory backend filesystem -> fake filesystem
Joshua Harlow
2015-03-18
1
-2
/
+2
*
|
Ensure thread-safety of persistence dir backend
Joshua Harlow
2015-03-20
1
-1
/
+1
|
/
*
Add a in-memory backend dumping example
Joshua Harlow
2015-03-12
1
-8
/
+11
*
Restructure the in-memory node usage
Joshua Harlow
2015-03-12
1
-34
/
+123
*
Persistence backend refactor
Dan Krause
2015-03-09
1
-208
/
+85
*
add get_flow_details and get_atom_details to all backends
Dan Krause
2015-02-19
1
-0
/
+14
*
Make all/most usage of type errors follow a similar pattern
Joshua Harlow
2015-01-23
1
-2
/
+2
*
Merge "Move the persistence base to the parent directory"
Jenkins
2015-01-21
1
-1
/
+1
|
\
|
*
Move the persistence base to the parent directory
Joshua Harlow
2014-12-19
1
-1
/
+1
*
|
Rework the in-memory backend
Joshua Harlow
2014-12-18
1
-68
/
+153
|
/
*
Add and use a new simple helper logging module
Joshua Harlow
2014-12-08
1
-2
/
+1
*
Upgrade hacking version and fix some of the issues
Joshua Harlow
2014-06-13
1
-4
/
+4
*
Default the impl_memory conf to none
Joshua Harlow
2014-05-10
1
-1
/
+1
*
Persistence cleanup part one
Joshua Harlow
2014-03-26
1
-49
/
+33
*
Extend logbook and storage to work with retry
Anastasia Karpinska
2014-03-14
1
-2
/
+6
[next]