summaryrefslogtreecommitdiff
path: root/taskflow/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | Use the enum library for the retry strategy enumerationsJoshua Harlow2015-02-191-0/+12
|/
* Merge "Allow loading conductors via entrypoints"Jenkins2015-02-191-15/+29
|\
| * Allow loading conductors via entrypointsJoshua Harlow2015-02-161-15/+29
| * Revert "Add retries to fetching the zookeeper server version"Joshua Harlow2015-02-161-30/+3
| * Add retries to fetching the zookeeper server versionJoshua Harlow2015-02-161-3/+30
* | Merge "Improve multilock class and its associated unit test"Jenkins2015-02-182-7/+20
|\ \
| * | Improve multilock class and its associated unit testJoshua Harlow2015-02-132-7/+20
| |/
* | Add todo note for kombu pull requestJoshua Harlow2015-02-161-3/+6
|/
* Merge "Let the multi-lock convert the provided value to a tuple"Jenkins2015-02-121-3/+5
|\
| * Let the multi-lock convert the provided value to a tupleJoshua Harlow2015-02-101-3/+5
* | Modify stop and add wait on conductor to prevent lockupsMin Pae2015-02-091-0/+22
|/
* Merge "Default to using a thread-safe storage unit"Jenkins2015-02-071-30/+0
|\
| * Default to using a thread-safe storage unitJoshua Harlow2015-02-051-30/+0
* | Use a thread-identifier that can't easily be recycledJoshua Harlow2015-02-041-5/+23
|/
* Add and use a nicer kombu message formatterJoshua Harlow2015-01-291-0/+73
* Merge "Use importutils.try_import for optional eventlet imports"Jenkins2015-01-292-9/+7
|\
| * Use importutils.try_import for optional eventlet importsJoshua Harlow2015-01-252-9/+7
* | Use monotonic time when/if availableJoshua Harlow2015-01-271-0/+29
* | Add a thread bundle helper utility + testsJoshua Harlow2015-01-241-0/+104
|/
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-232-14/+22
* 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
* | Use a class provided logger before falling back to moduleJoshua Harlow2015-01-221-0/+8
* | Merge "Add back a 'eventlet_utils' helper utility module"Jenkins2015-01-192-3/+38
|\ \ | |/ |/|
| * Add back a 'eventlet_utils' helper utility moduleJoshua Harlow2015-01-162-3/+38
* | Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-144-7/+7
|/
* Use platform neutral line separator(s)Joshua Harlow2015-01-122-3/+9
* Remove need to inherit/adjust netutils split0.6.1Joshua Harlow2015-01-051-22/+2
* Merge "Return the same namedtuple that the future module returns"Jenkins2014-12-211-15/+18
|\
| * Return the same namedtuple that the future module returnsJoshua Harlow2014-12-211-15/+18
* | Merge "Get event/notification sending working correctly"Jenkins2014-12-211-2/+7
|\ \ | |/ |/|
| * Get event/notification sending working correctlyJoshua Harlow2014-12-201-2/+7
* | Merge "Get the basics of a process executor working"Jenkins2014-12-201-0/+7
|\ \ | |/
| * Get the basics of a process executor workingJoshua Harlow2014-12-191-0/+7
* | Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-185-256/+50
|/
* Cleanup some doc warnings/bad/broken linksJoshua Harlow2014-12-151-1/+1
* Use a tiny clamp helper to clamp the 'on_progress' valueJoshua Harlow2014-12-131-0/+16
* Add a moved_inheritable_class deprecation helperJoshua Harlow2014-12-121-0/+40
* Merge "Add and use a new simple helper logging module"Jenkins2014-12-113-4/+2
|\
| * Add and use a new simple helper logging moduleJoshua Harlow2014-12-083-4/+2
* | Allow all deprecation helpers to take a stacklevelJoshua Harlow2014-12-071-6/+8
|/
* Include documentation of the utility modulesJoshua Harlow2014-11-283-10/+33
* Use the deprecation utility module instead of warningsJoshua Harlow2014-11-231-19/+68
* Mark 'task_notifier' as renamed to 'atom_notifier'Joshua Harlow2014-11-201-11/+57
* Revert wrapt usage until further noticeJoshua Harlow2014-11-201-55/+68
* Merge "Mark 'task_notifier' as renamed to 'atom_notifier'"Jenkins2014-11-201-13/+45
|\
| * Mark 'task_notifier' as renamed to 'atom_notifier'Joshua Harlow2014-11-191-13/+45
* | Merge "Use wrapt to provide the deprecated class proxy"Jenkins2014-11-201-60/+15
|\ \ | |/
| * Use wrapt to provide the deprecated class proxyJoshua Harlow2014-11-191-60/+15
* | Merge "Remove attrdict and just use existing types"Jenkins2014-11-191-106/+30
|\ \ | |/ |/|