summaryrefslogtreecommitdiff
path: root/taskflow/flow.py
Commit message (Expand)AuthorAgeFilesLines
* Replace abc.abstractproperty with property and abc.abstractmethodljhuang2022-08-031-1/+2
* Merge "Quote string representations"5.0.0Zuul2022-06-131-1/+1
|\
| * Quote string representationsMichael Johnson2022-06-101-1/+1
* | Remove sixTakashi Kajinami2022-05-181-4/+2
|/
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-0/+3
* For taskflow patterns don't show taskflow.patterns prefixJoshua Harlow2016-01-051-2/+8
* iter_nodes method added to flowsTimofey Durakov2015-08-281-0/+9
* Add support for conditional executionJoshua Harlow2015-07-011-0/+3
* Update Flow::__str__Manish Godara2015-02-171-3/+2
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-2/+1
* Use constants for link metadata keysJoshua Harlow2014-10-181-0/+13
* Be smarter about required flow symbolsJoshua Harlow2014-09-081-25/+9
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-2/+5
* Use a name property setter instead of a set_name methodJoshua Harlow2014-05-281-1/+1
* Put provides and requires code to basic FlowIvan A. Melnikov2014-05-071-16/+29
* Iteration over links in flow interfaceIvan A. Melnikov2014-03-211-7/+15
* Add retry to Flow patternsAnastasia Karpinska2014-03-141-1/+19
* Update comment + six.text_type instead of str for nameJoshua Harlow2014-03-121-1/+1
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Doc strings and comments clean-upskudriashev2014-01-261-1/+1
* Move six to the right locationJoshua Harlow2014-01-091-0/+1
* All classes should explicitly inherit object classanastasia-karpinska2013-11-281-1/+2
* Remove uuid from taskflow.flow.FlowIvan A. Melnikov2013-10-151-18/+8
* Add more comments to flow/taskJoshua Harlow2013-10-121-6/+17
* Move toward python 3/2 compatible metaclassJoshua Harlow2013-10-091-3/+3
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-5/+2
* Task decorator was removed and examples updatedAnastasia Karpinska2013-09-231-12/+0
* Add provides and requires properties to FlowAnastasia Karpinska2013-09-111-0/+8
* Engine, task, linear_flow unificationJoshua Harlow2013-09-051-159/+26
* Split utils moduleIvan A. Melnikov2013-09-031-3/+3
* Add a locally running threaded flowJoshua Harlow2013-08-261-48/+51
* File movementsJoshua Harlow2013-08-171-0/+213