summaryrefslogtreecommitdiff
path: root/taskflow/patterns/linear_flow.py
Commit message (Expand)AuthorAgeFilesLines
...
* Make connection/validation of tasks be after they are added.Joshua Harlow2013-07-061-2/+26
* Add helper to do notificationJoshua Harlow2013-07-061-26/+26
* Store results by add() uuid instead of in array format.Joshua Harlow2013-06-281-4/+5
* Integrate better locking and a runner helper class.Joshua Harlow2013-06-281-65/+60
* Cleaning up various components.Joshua Harlow2013-06-281-25/+219
* Allow instance methods to be wrapped and unwrapped correctly.Joshua Harlow2013-06-271-5/+9
* Allow for optional task requirements.Joshua Harlow2013-06-031-5/+8
* Remove safe_attrJoshua Harlow2013-05-281-5/+4
* Instead of apply use __call__Joshua Harlow2013-05-261-4/+5
* Use rollback accumulator and remove requires()/provides() from being functionsJoshua Harlow2013-05-231-16/+6
* Allow any of the previous tasks to satisfy requirements.Joshua Harlow2013-05-221-21/+25
* Only do differences on set objects.Joshua Harlow2013-05-221-2/+13
* Ensure we fetch the appropriate inputs for the running task.Joshua Harlow2013-05-211-0/+9
* Have the linear workflow verify the tasks inputs.Joshua Harlow2013-05-211-2/+24
* More pythonic functions and workflow -> flow renaming.Joshua Harlow2013-05-201-0/+34