summaryrefslogtreecommitdiff
path: root/taskflow/utils/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-13/+14
* Replace deprecated import of ABCs from collections4.6.2Takashi Kajinami2021-07-171-2/+2
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-181-5/+0
* Fix code to support networkx > 1.0Michal Arbet2018-07-111-0/+5
* Use method ensure_tree from oslo.utilsChangBo Guo(gcb)2016-09-251-19/+0
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-241-0/+8
* Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-101-12/+0
* Allow cachedproperty to avoid lockingJoshua Harlow2016-02-081-12/+21
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-31/+0
* Merge "Use the retrying lib. to do basic sqlalchemy engine validation"Jenkins2016-01-091-24/+0
|\
| * Use the retrying lib. to do basic sqlalchemy engine validationJoshua Harlow2016-01-051-24/+0
* | Use shared util helper for driver name + config extractionJoshua Harlow2015-12-221-0/+13
|/
* Merge "Change name of misc.ensure_dict to misc.safe_copy_dict"Jenkins2015-12-151-2/+7
|\
| * Change name of misc.ensure_dict to misc.safe_copy_dictJoshua Harlow2015-12-141-2/+7
* | Move validation of compiled unit out of compiler1.25.0Joshua Harlow2015-11-201-13/+0
|/
* Add optional 'defer_reverts' behaviorGreg Hill2015-11-171-0/+8
* Add a executor backed conductor and have existing impl. use itJoshua Harlow2015-11-121-0/+14
* Extend and improve failure loggingJoshua Harlow2015-08-071-0/+8
* Update all removal_version from being ? to being 2.0Joshua Harlow2015-07-121-2/+2
* Build-out + test a redis backed jobboardJoshua Harlow2015-06-291-13/+36
* Merge "Use monotonic lib. to avoid finding monotonic time function"Jenkins2015-06-241-29/+0
|\
| * Use monotonic lib. to avoid finding monotonic time functionJoshua Harlow2015-06-161-29/+0
* | Merge "Remove listener stack and replace with exit stack"Jenkins2015-06-061-32/+0
|\ \ | |/ |/|
| * Remove listener stack and replace with exit stackJoshua Harlow2015-05-111-32/+0
* | Merge "Refactor/reduce shared 'ensure(task/retry)' code"Jenkins2015-05-301-6/+10
|\ \
| * | Refactor/reduce shared 'ensure(task/retry)' codeJoshua Harlow2015-05-011-6/+10
| |/
* | Small refactoring of 'merge_uri' utility functionJoshua Harlow2015-05-021-12/+20
|/
* Merge "Ensure we register & deregister conductor listeners"Jenkins2015-03-171-0/+32
|\
| * Ensure we register & deregister conductor listenersJoshua Harlow2015-03-131-0/+32
* | Merge "Added a map and a reduce task"Jenkins2015-03-141-0/+15
|\ \ | |/ |/|
| * Added a map and a reduce taskMin Pae2015-03-121-0/+15
* | Merge "Add a frozen checking decorator"Jenkins2015-03-041-0/+17
|\ \
| * | Add a frozen checking decoratorJoshua Harlow2015-03-021-0/+17
* | | Merge "Use debtcollector library to replace internal utility"Jenkins2015-03-031-4/+6
|\ \ \
| * | | Use debtcollector library to replace internal utilityJoshua Harlow2015-02-191-4/+6
* | | | Merge "Tweak functor used to find flatteners/storage routines"Jenkins2015-03-031-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Tweak functor used to find flatteners/storage routinesJoshua Harlow2015-03-021-0/+12
| | |/ | |/|
* | | Fix lookup scoping multi-match orderingJoshua Harlow2015-02-241-0/+31
|/ /
* | Merge "Use oslo.utils encodeutils for encode/decode functions"Jenkins2015-02-241-13/+12
|\ \
| * | Use oslo.utils encodeutils for encode/decode functionsJoshua Harlow2015-02-221-13/+12
* | | Refactor parts of the periodic workerJoshua Harlow2015-02-221-0/+6
|/ /
* | Use the enum library for the retry strategy enumerationsJoshua Harlow2015-02-191-0/+12
|/
* Improve multilock class and its associated unit testJoshua Harlow2015-02-131-0/+15
* Use monotonic time when/if availableJoshua Harlow2015-01-271-0/+29
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-231-13/+20
* 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
|/
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-3/+3
* Use platform neutral line separator(s)Joshua Harlow2015-01-121-0/+5