summaryrefslogtreecommitdiff
path: root/taskflow/patterns/ordered_flow.py
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up various components.Joshua Harlow2013-06-281-295/+0
* Move some of the ordered flow helper classes to utils.Joshua Harlow2013-06-271-30/+2
* Fix the current flake8 errorsAngus Salkeld2013-06-261-0/+1
* Merge "Add the task to the accumulator before running."Jenkins2013-06-241-12/+21
|\
| * Add the task to the accumulator before running.Joshua Harlow2013-06-071-12/+21
* | Dinky change to trigger jenkins so I can cleanup.Joshua Harlow2013-06-191-2/+2
|/
* Add the ability to soft_reset a workflow.Joshua Harlow2013-06-051-1/+26
* Ensure we have an exception and capture the exc_info.Joshua Harlow2013-06-031-2/+4
* We were not notifying when errors occured so fix that.Joshua Harlow2013-05-311-6/+26
* Ensure we handle functor names and resetting correctly.Joshua Harlow2013-05-281-0/+4
* Instead of apply use __call__Joshua Harlow2013-05-261-2/+5
* Add comment to why we accumulate before notifying task listeners.Joshua Harlow2013-05-251-0/+4
* Use rollback accumulator and remove requires()/provides() from being functionsJoshua Harlow2013-05-231-80/+45
* Rename cause -> exception and make exception optional.Joshua Harlow2013-05-221-2/+2
* Ensure we change the self and parents states correctly.Joshua Harlow2013-05-221-30/+34
* Massive pylint cleanupJoshua Harlow2013-05-211-1/+1
* Move flow failure to flow file and correctly catch ordering failure.Joshua Harlow2013-05-211-3/+23
* Graph tests and adjustments releated to.Joshua Harlow2013-05-201-6/+6
* More pythonic functions and workflow -> flow renaming.Joshua Harlow2013-05-201-0/+266