summaryrefslogtreecommitdiff
path: root/taskflow/patterns
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-4/+3
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-183-10/+11
* Fix code to support networkx > 1.0Michal Arbet2018-07-111-1/+1
* Fix some misspellings in the function name and descriptionsPablo Iranzo Gómez2016-06-301-1/+1
* Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-3/+25
* Use graphs as the underlying structure of patternsJoshua Harlow2015-09-183-29/+41
* iter_nodes method added to flowsTimofey Durakov2015-08-283-3/+15
* Improve docstrings in graph flow to denote exceptions raisedJoshua Harlow2015-08-051-4/+27
* Add docs for u, v, decider on graph flow link methodJoshua Harlow2015-07-101-13/+28
* Add support for conditional executionJoshua Harlow2015-07-011-5/+13
* Use 'node' terminology instead of 'item' terminologyJoshua Harlow2015-03-301-44/+47
* 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