summaryrefslogtreecommitdiff
path: root/taskflow/types
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-186-26/+24
* Fix unit testsGregory Thiemonge2022-01-251-1/+1
* Import modules, not classesSean McGinnis2020-05-011-3/+2
* Drop use of deprecated collections classesSean McGinnis2020-04-141-10/+2
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-181-104/+17
* Handle collections.abc deprecationsSean McGinnis2019-05-091-1/+11
* Fix code to support networkx > 1.0Michal Arbet2018-07-112-7/+158
* Trivial: update pypi url to new urlXiaojueGuan2018-05-131-1/+1
* set default python to python3Doug Hellmann2018-04-171-1/+4
* Remove class StopWatch from timingchenghuiyu2017-10-241-6/+0
* turn on warning-is-error in doc buildDoug Hellmann2017-07-081-1/+1
* python3.0 has deprecated LOG.warnxhzhf2017-03-071-3/+3
* Remove vim header from source fileshowardlee2016-11-091-2/+0
* Some classes not define __ne__() built-in functionJi-Wei2016-08-311-0/+3
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-303-7/+7
* Merge "Add a simple sanity test for pydot outputting"Jenkins2016-05-311-3/+15
|\
| * Add a simple sanity test for pydot outputtingJoshua Harlow2016-05-201-3/+15
* | Remove deprecated things for 2.0 releaseJoshua Harlow2016-05-104-252/+0
|/
* Fix export_to_dot for networkx package changesMichael Johnson2016-03-251-1/+2
* Fix for WBE sporadic timeout of tasksJoshua Harlow2016-02-051-85/+0
* Handle cases where exc_args can't be serialized as JSON in the WBEGreg Hill2016-01-281-3/+7
* Merge "Trap and expose exception any 'args'"Jenkins2016-01-061-2/+27
|\
| * Trap and expose exception any 'args'Joshua Harlow2015-12-211-2/+27
* | Merge "Move 'convert_to_timeout' to timing type as a helper function"Jenkins2015-12-241-6/+32
|\ \ | |/ |/|
| * Move 'convert_to_timeout' to timing type as a helper functionJoshua Harlow2015-11-121-6/+32
* | Revert "Remove failure version number"Joshua Harlow2015-12-211-0/+10
* | Remove failure version numberJoshua Harlow2015-12-141-10/+0
* | Merge "Add validation of base exception type(s) in failure type"Jenkins2015-12-151-0/+27
|\ \
| * | Add validation of base exception type(s) in failure typeJoshua Harlow2015-10-191-0/+27
* | | Merge "Enable conversion of the tree nodes into a digraph"Jenkins2015-11-181-0/+18
|\ \ \
| * | | Enable conversion of the tree nodes into a digraphJoshua Harlow2015-11-181-0/+18
| |/ /
* | | Merge "Move 'fill_iter' to 'iter_utils.fill'"Jenkins2015-11-181-18/+2
|\ \ \
| * | | Move 'fill_iter' to 'iter_utils.fill'Joshua Harlow2015-10-261-18/+2
| |/ /
* | | Merge "Ensure node 'remove' and 'disassociate' can not be called when frozen"Jenkins2015-11-181-0/+2
|\ \ \
| * | | Ensure node 'remove' and 'disassociate' can not be called when frozenJoshua Harlow2015-10-141-0/+2
| |/ /
* | | Merge "Update docstrings on entity type"Jenkins2015-11-181-2/+12
|\ \ \ | |_|/ |/| |
| * | Update docstrings on entity typeJoshua Harlow2015-10-271-2/+12
* | | Add a executor backed conductor and have existing impl. use itJoshua Harlow2015-11-121-2/+2
|/ /
* | Register conductor information on jobboardtonytan4ever2015-10-191-0/+33
|/
* Merge "Use the node built-in 'dfs_iter' instead of recursion"Jenkins2015-10-151-14/+34
|\
| * Use the node built-in 'dfs_iter' instead of recursionJoshua Harlow2015-10-021-14/+34
* | Merge "Fix 'dependened upon' spelling error"Jenkins2015-10-091-1/+1
|\ \ | |/ |/|
| * Fix 'dependened upon' spelling errorJoshua Harlow2015-09-291-1/+1
* | Simplify flow action engine compilation1.22.0Joshua Harlow2015-10-011-2/+5
|/
* Merge "Use graphs as the underlying structure of patterns"Jenkins2015-09-221-14/+54
|\
| * Use graphs as the underlying structure of patternsJoshua Harlow2015-09-181-14/+54
* | Remove some temporary variables not neededJoshua Harlow2015-08-091-11/+4
|/
* Replace the tree 'pformat()' recursion with non-recursive variantJoshua Harlow2015-07-271-44/+121
* Merge "Use encodeutils for exception -> string function"Jenkins2015-07-211-4/+8
|\
| * Use encodeutils for exception -> string functionJoshua Harlow2015-06-301-4/+8