summaryrefslogtreecommitdiff
path: root/taskflow/patterns/linear_flow.py
Commit message (Expand)AuthorAgeFilesLines
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-181-3/+3
* Use graphs as the underlying structure of patternsJoshua Harlow2015-09-181-15/+28
* iter_nodes method added to flowsTimofey Durakov2015-08-281-0/+4
* Use constants for link metadata keysJoshua Harlow2014-10-181-1/+1
* Relax the linear flow symbol constraintsJoshua Harlow2014-09-081-31/+2
* Be smarter about required flow symbolsJoshua Harlow2014-09-081-2/+13
* Put provides and requires code to basic FlowIvan A. Melnikov2014-05-071-19/+0
* Adjust the exception hierachyJoshua Harlow2014-03-241-1/+1
* 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
* | Drop indexing operator from linear flowIvan A. Melnikov2014-03-211-3/+0
|/
* Iteration over links in flow interfaceIvan A. Melnikov2014-03-211-0/+9
* Add retry to Flow patternsAnastasia Karpinska2014-03-141-2/+5
* Remove extra quote symbolIvan A. Melnikov2014-03-131-1/+1
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
* Doc strings and comments clean-upskudriashev2014-01-261-1/+1
* Merge "Skip invariant checking and adding when nothing provided"Jenkins2014-01-241-0/+3
|\
| * Skip invariant checking and adding when nothing providedJoshua Harlow2013-12-311-0/+3
* | Exceptions cleanupIvan A. Melnikov2014-01-141-1/+1
* | Check tasks should not provide same valuesAnastasia Karpinska2014-01-021-0/+10
|/
* Remove uuid from taskflow.flow.FlowIvan A. Melnikov2013-10-151-2/+2
* Pattern comment additions/adjustmentsJoshua Harlow2013-10-121-2/+2
* Allow access by indexJoshua Harlow2013-10-041-0/+3
* Task decorator was removed and examples updatedAnastasia Karpinska2013-09-231-2/+0
* Verify provides and requiresIvan A. Melnikov2013-09-181-3/+19
* Add provides and requires properties to FlowAnastasia Karpinska2013-09-111-0/+16
* Engine, task, linear_flow unificationJoshua Harlow2013-09-051-252/+18
* Split utils moduleIvan A. Melnikov2013-09-031-5/+7
* Rename Task.__call__ to Task.executeIvan A. Melnikov2013-09-031-2/+0
* Notify on task reversionJoshua Harlow2013-08-291-8/+2
* Have runner keep the exceptionJoshua Harlow2013-08-291-4/+5
* Add a locally running threaded flowJoshua Harlow2013-08-261-8/+23
* File movementsJoshua Harlow2013-08-171-1/+1
* Added Memory Persistence API and Generic Datatypeskchenweijie2013-08-091-2/+2
* Merge "Quiet the provider linking."Jenkins2013-08-021-2/+0
|\
| * Quiet the provider linking.Joshua Harlow2013-08-021-2/+0
* | Merge "Deep-copy not always possible."Jenkins2013-08-021-11/+1
|\ \
| * | Deep-copy not always possible.Joshua Harlow2013-08-021-11/+1
| |/
* | Adjust a bunch of hacking violations.Joshua Harlow2013-08-011-4/+5
|/
* Provide the length of the flows.Joshua Harlow2013-07-101-0/+3
* Allow graph dependencies to be manually provided.Joshua Harlow2013-07-091-7/+0
* Merge "Use the runner interface as the best task lookup."Jenkins2013-07-101-2/+2
|\
| * Use the runner interface as the best task lookup.Joshua Harlow2013-07-061-2/+2
* | Merge "Unify creation/usage of uuids."Jenkins2013-07-101-6/+7
|\ \
| * | Unify creation/usage of uuids.Joshua Harlow2013-07-061-6/+7
| |/
* | Add helper reset internals function.Joshua Harlow2013-07-081-7/+7
|/
* Merge "Ensure we document and complete correct removal."Jenkins2013-07-061-9/+18
|\
| * Ensure we document and complete correct removal.Joshua Harlow2013-07-061-9/+18
* | Pass runners instead of task objects/uuids.Joshua Harlow2013-07-061-8/+4
|/
* Move how resuming is done to be disconnected from jobs/flows.Joshua Harlow2013-07-061-52/+41