summaryrefslogtreecommitdiff
path: root/taskflow/patterns/graph_flow.py
Commit message (Expand)AuthorAgeFilesLines
...
* Integrate better locking and a runner helper class.Joshua Harlow2013-06-281-93/+53
* Cleaning up various components.Joshua Harlow2013-06-281-14/+26
* Allow instance methods to be wrapped and unwrapped correctly.Joshua Harlow2013-06-271-5/+8
* Fix the current flake8 errorsAngus Salkeld2013-06-261-1/+1
* Dinky change to trigger jenkins so I can cleanup.Joshua Harlow2013-06-191-4/+4
* Update how graph results are fetched when they are optional.Joshua Harlow2013-06-031-14/+26
* Allow for optional task requirements.Joshua Harlow2013-06-031-2/+4
* 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-7/+6
* Allow (or disallow) multiple providers of items.Joshua Harlow2013-05-221-12/+32
* Massive pylint cleanupJoshua Harlow2013-05-211-2/+0
* Update order calls and connect call.Joshua Harlow2013-05-211-17/+20
* Check who is being connected to and ensure > 0 connectors.Joshua Harlow2013-05-201-8/+13
* Graph tests and adjustments releated to.Joshua Harlow2013-05-201-8/+26
* More pythonic functions and workflow -> flow renaming.Joshua Harlow2013-05-201-0/+86