summaryrefslogtreecommitdiff
path: root/taskflow/patterns
Commit message (Expand)AuthorAgeFilesLines
* Make the graph '_unsatisfied_requires' be a staticmethodJoshua Harlow2015-03-251-6/+9
* Use ordered[set/dict] to retain orderingJoshua Harlow2015-03-111-2/+11
* Use constants for link metadata keysJoshua Harlow2014-10-182-5/+5
* Relax the graph flow symbol constraintsJoshua Harlow2014-09-081-59/+97
* Relax the unordered flow symbol constraintsJoshua Harlow2014-09-081-47/+2
* Relax the linear flow symbol constraintsJoshua Harlow2014-09-081-31/+2
* Revamp the symbol lookup mechanismJoshua Harlow2014-09-081-1/+1
* Be smarter about required flow symbolsJoshua Harlow2014-09-083-6/+46
* Upgrade hacking version and fix some of the issuesJoshua Harlow2014-06-131-3/+6
* Put provides and requires code to basic FlowIvan A. Melnikov2014-05-073-62/+12
* Add a directed graph type (new types module)Joshua Harlow2014-04-201-10/+12
* Fix spelling mistakeJoshua Harlow2014-03-261-1/+1
* Adjust the exception hierachyJoshua Harlow2014-03-243-4/+4
* Merge "Rework graph flow unit tests"Jenkins2014-03-241-11/+5
|\
| * Rework graph flow unit testsIvan A. Melnikov2014-03-221-11/+5
* | Merge "Linear flow: mark links and rework unit tests"Jenkins2014-03-241-2/+1
|\ \ | |/
| * Linear flow: mark links and rework unit testsIvan A. Melnikov2014-03-211-2/+1
* | Merge "Drop indexing operator from linear flow"Jenkins2014-03-231-3/+0
|\ \
| * | Drop indexing operator from linear flowIvan A. Melnikov2014-03-211-3/+0
| |/
* | Merge "Removed copyright from empty files"Jenkins2014-03-231-15/+0
|\ \ | |/ |/|
| * Removed copyright from empty filesyangxurong2014-02-221-15/+0
* | Iteration over links in flow interfaceIvan A. Melnikov2014-03-213-8/+29
* | Add retry to Flow patternsAnastasia Karpinska2014-03-143-8/+33
* | Remove extra quote symbolIvan A. Melnikov2014-03-132-2/+2
|/
* Remove extraneous vim configuration commentsyangxurong2014-02-144-8/+0
* Doc strings and comments clean-upskudriashev2014-01-263-3/+4
* Merge "Skip invariant checking and adding when nothing provided"Jenkins2014-01-242-1/+7
|\
| * Skip invariant checking and adding when nothing providedJoshua Harlow2013-12-312-1/+7
* | Exceptions cleanupIvan A. Melnikov2014-01-142-3/+3
* | Check tasks should not provide same valuesAnastasia Karpinska2014-01-022-1/+19
|/
* Don't forget to return selfJoshua Harlow2013-12-061-0/+2
* Targeted graph flow patternIvan A. Melnikov2013-12-021-2/+63
* Remove uuid from taskflow.flow.FlowIvan A. Melnikov2013-10-153-6/+6
* Pattern comment additions/adjustmentsJoshua Harlow2013-10-123-5/+8
* Add reasons as to why the edges were createdJoshua Harlow2013-10-071-13/+28
* Allow access by indexJoshua Harlow2013-10-041-0/+3
* Don't allow mutating operations on the underlying graphJoshua Harlow2013-09-301-39/+62
* Task decorator was removed and examples updatedAnastasia Karpinska2013-09-232-4/+0
* Remove the older (not used) resumption mechanismJoshua Harlow2013-09-222-154/+0
* Graph flow, sequential graph actionAnastasia Karpinska2013-09-181-115/+91
* Verify provides and requiresIvan A. Melnikov2013-09-182-17/+53
* Remove threaded and distributed flowsJoshua Harlow2013-09-132-726/+0
* Add provides and requires properties to FlowAnastasia Karpinska2013-09-112-0/+30
* Engine, task, linear_flow unificationJoshua Harlow2013-09-054-260/+81
* Merge "Combine multiple exceptions into a linked one"Jenkins2013-09-041-5/+6
|\
| * Combine multiple exceptions into a linked oneJoshua Harlow2013-09-041-5/+6
* | Initial implementation of action-based engineIvan A. Melnikov2013-09-031-1/+0
* | Merge "Further updates to update.py"Jenkins2013-09-031-3/+0
|\ \
| * | Further updates to update.pyJoshua Harlow2013-09-031-3/+0
* | | Split utils moduleIvan A. Melnikov2013-09-034-25/+29