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
/
utils
/
misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove six
Takashi Kajinami
2022-05-18
1
-13
/
+14
*
Replace deprecated import of ABCs from collections
4.6.2
Takashi Kajinami
2021-07-17
1
-2
/
+2
*
Update TaskFlow for networkx 2.x
Michael Johnson
2019-10-18
1
-5
/
+0
*
Fix code to support networkx > 1.0
Michal Arbet
2018-07-11
1
-0
/
+5
*
Use method ensure_tree from oslo.utils
ChangBo Guo(gcb)
2016-09-25
1
-19
/
+0
*
Instead of a multiprocessing queue use sockets via asyncore
Joshua Harlow
2016-05-24
1
-0
/
+8
*
Remove deprecated things for 2.0 release
Joshua Harlow
2016-05-10
1
-12
/
+0
*
Allow cachedproperty to avoid locking
Joshua Harlow
2016-02-08
1
-12
/
+21
*
Allow for alterations in decider 'area of influence'
Joshua Harlow
2016-01-09
1
-31
/
+0
*
Merge "Use the retrying lib. to do basic sqlalchemy engine validation"
Jenkins
2016-01-09
1
-24
/
+0
|
\
|
*
Use the retrying lib. to do basic sqlalchemy engine validation
Joshua Harlow
2016-01-05
1
-24
/
+0
*
|
Use shared util helper for driver name + config extraction
Joshua Harlow
2015-12-22
1
-0
/
+13
|
/
*
Merge "Change name of misc.ensure_dict to misc.safe_copy_dict"
Jenkins
2015-12-15
1
-2
/
+7
|
\
|
*
Change name of misc.ensure_dict to misc.safe_copy_dict
Joshua Harlow
2015-12-14
1
-2
/
+7
*
|
Move validation of compiled unit out of compiler
1.25.0
Joshua Harlow
2015-11-20
1
-13
/
+0
|
/
*
Add optional 'defer_reverts' behavior
Greg Hill
2015-11-17
1
-0
/
+8
*
Add a executor backed conductor and have existing impl. use it
Joshua Harlow
2015-11-12
1
-0
/
+14
*
Extend and improve failure logging
Joshua Harlow
2015-08-07
1
-0
/
+8
*
Update all removal_version from being ? to being 2.0
Joshua Harlow
2015-07-12
1
-2
/
+2
*
Build-out + test a redis backed jobboard
Joshua Harlow
2015-06-29
1
-13
/
+36
*
Merge "Use monotonic lib. to avoid finding monotonic time function"
Jenkins
2015-06-24
1
-29
/
+0
|
\
|
*
Use monotonic lib. to avoid finding monotonic time function
Joshua Harlow
2015-06-16
1
-29
/
+0
*
|
Merge "Remove listener stack and replace with exit stack"
Jenkins
2015-06-06
1
-32
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove listener stack and replace with exit stack
Joshua Harlow
2015-05-11
1
-32
/
+0
*
|
Merge "Refactor/reduce shared 'ensure(task/retry)' code"
Jenkins
2015-05-30
1
-6
/
+10
|
\
\
|
*
|
Refactor/reduce shared 'ensure(task/retry)' code
Joshua Harlow
2015-05-01
1
-6
/
+10
|
|
/
*
|
Small refactoring of 'merge_uri' utility function
Joshua Harlow
2015-05-02
1
-12
/
+20
|
/
*
Merge "Ensure we register & deregister conductor listeners"
Jenkins
2015-03-17
1
-0
/
+32
|
\
|
*
Ensure we register & deregister conductor listeners
Joshua Harlow
2015-03-13
1
-0
/
+32
*
|
Merge "Added a map and a reduce task"
Jenkins
2015-03-14
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Added a map and a reduce task
Min Pae
2015-03-12
1
-0
/
+15
*
|
Merge "Add a frozen checking decorator"
Jenkins
2015-03-04
1
-0
/
+17
|
\
\
|
*
|
Add a frozen checking decorator
Joshua Harlow
2015-03-02
1
-0
/
+17
*
|
|
Merge "Use debtcollector library to replace internal utility"
Jenkins
2015-03-03
1
-4
/
+6
|
\
\
\
|
*
|
|
Use debtcollector library to replace internal utility
Joshua Harlow
2015-02-19
1
-4
/
+6
*
|
|
|
Merge "Tweak functor used to find flatteners/storage routines"
Jenkins
2015-03-03
1
-0
/
+12
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Tweak functor used to find flatteners/storage routines
Joshua Harlow
2015-03-02
1
-0
/
+12
|
|
|
/
|
|
/
|
*
|
|
Fix lookup scoping multi-match ordering
Joshua Harlow
2015-02-24
1
-0
/
+31
|
/
/
*
|
Merge "Use oslo.utils encodeutils for encode/decode functions"
Jenkins
2015-02-24
1
-13
/
+12
|
\
\
|
*
|
Use oslo.utils encodeutils for encode/decode functions
Joshua Harlow
2015-02-22
1
-13
/
+12
*
|
|
Refactor parts of the periodic worker
Joshua Harlow
2015-02-22
1
-0
/
+6
|
/
/
*
|
Use the enum library for the retry strategy enumerations
Joshua Harlow
2015-02-19
1
-0
/
+12
|
/
*
Improve multilock class and its associated unit test
Joshua Harlow
2015-02-13
1
-0
/
+15
*
Use monotonic time when/if available
Joshua Harlow
2015-01-27
1
-0
/
+29
*
Make all/most usage of type errors follow a similar pattern
Joshua Harlow
2015-01-23
1
-13
/
+20
*
Merge "Switch to using 'oslo_serialization' vs 'oslo.serialization'"
Jenkins
2015-01-23
1
-1
/
+1
|
\
|
*
Switch to using 'oslo_serialization' vs 'oslo.serialization'
Joshua Harlow
2015-01-15
1
-1
/
+1
*
|
Use a class provided logger before falling back to module
Joshua Harlow
2015-01-22
1
-0
/
+8
|
/
*
Switch to using 'oslo_utils' vs 'oslo.utils'
Joshua Harlow
2015-01-14
1
-3
/
+3
*
Use platform neutral line separator(s)
Joshua Harlow
2015-01-12
1
-0
/
+5
[next]