summaryrefslogtreecommitdiff
path: root/taskflow/patterns
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | Rename Task.__call__ to Task.executeIvan A. Melnikov2013-09-032-4/+0
|/ /
* | Notify on task reversionJoshua Harlow2013-08-292-9/+4
* | Have runner keep the exceptionJoshua Harlow2013-08-292-15/+13
|/
* Add a locally running threaded flowJoshua Harlow2013-08-264-10/+661
* File movementsJoshua Harlow2013-08-171-1/+1
* Added Memory Persistence API and Generic Datatypeskchenweijie2013-08-092-216/+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
| |/
* | Merge "Adjust a bunch of hacking violations."Jenkins2013-08-025-17/+57
|\ \ | |/ |/|
| * Adjust a bunch of hacking violations.Joshua Harlow2013-08-015-17/+57
* | Fix minor code styleChangbin Liu2013-07-301-1/+1
|/
* Merge "Provide the length of the flows."Jenkins2013-07-242-0/+6
|\
| * Provide the length of the flows.Joshua Harlow2013-07-102-0/+6
* | Parents should be frozen after creation.Joshua Harlow2013-07-091-2/+2
|/
* Allow graph dependencies to be manually provided.Joshua Harlow2013-07-093-48/+43
* Merge "Use the runner interface as the best task lookup."Jenkins2013-07-103-8/+7
|\
| * Use the runner interface as the best task lookup.Joshua Harlow2013-07-063-8/+7
* | Merge "Unify creation/usage of uuids."Jenkins2013-07-104-20/+38
|\ \
| * | Unify creation/usage of uuids.Joshua Harlow2013-07-064-20/+38
| |/
* | Add helper reset internals function.Joshua Harlow2013-07-082-13/+15
|/
* Merge "Clear out before connecting."Jenkins2013-07-061-16/+23
|\
| * Clear out before connecting.Joshua Harlow2013-07-061-16/+23
* | Merge "Ensure we document and complete correct removal."Jenkins2013-07-062-19/+29
|\ \
| * | Ensure we document and complete correct removal.Joshua Harlow2013-07-062-19/+29
* | | Pass runners instead of task objects/uuids.Joshua Harlow2013-07-062-18/+13
|/ /
* | Move how resuming is done to be disconnected from jobs/flows.Joshua Harlow2013-07-065-60/+208
|/
* Make connection/validation of tasks be after they are added.Joshua Harlow2013-07-062-2/+39
* Add helper to do notificationJoshua Harlow2013-07-062-54/+45
* 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-283-169/+151
* Cleaning up various components.Joshua Harlow2013-06-284-334/+391
* Move some of the ordered flow helper classes to utils.Joshua Harlow2013-06-271-30/+2
* Allow instance methods to be wrapped and unwrapped correctly.Joshua Harlow2013-06-272-10/+17
* Fix most of the hacking rulesAngus Salkeld2013-06-261-6/+6
* Fix all flake8 E* and F* errorsAngus Salkeld2013-06-261-1/+1
* Fix the current flake8 errorsAngus Salkeld2013-06-263-2/+4
* Merge "Add the task to the accumulator before running."Jenkins2013-06-241-12/+21
|\