summaryrefslogtreecommitdiff
path: root/taskflow/patterns
Commit message (Expand)AuthorAgeFilesLines
...
| * Add the task to the accumulator before running.Joshua Harlow2013-06-071-12/+21
* | Dinky change to trigger jenkins so I can cleanup.Joshua Harlow2013-06-193-10/+9
|/
* Add the ability to soft_reset a workflow.Joshua Harlow2013-06-051-1/+26
* Ensure we have an exception and capture the exc_info.Joshua Harlow2013-06-031-2/+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-032-7/+12
* We were not notifying when errors occured so fix that.Joshua Harlow2013-05-311-6/+26
* Ensure we handle functor names and resetting correctly.Joshua Harlow2013-05-281-0/+4
* Remove safe_attrJoshua Harlow2013-05-282-10/+8
* Instead of apply use __call__Joshua Harlow2013-05-263-10/+15
* Add comment to why we accumulate before notifying task listeners.Joshua Harlow2013-05-251-0/+4
* Use rollback accumulator and remove requires()/provides() from being functionsJoshua Harlow2013-05-234-104/+58
* Allow (or disallow) multiple providers of items.Joshua Harlow2013-05-221-12/+32
* Merge pull request #20 from jessicalucci/sqlJoshua Harlow2013-05-221-0/+87
|\
| * Cleaning up files/extraneous files/fixing relationsJessica Lucci2013-05-221-2/+2
| * cleaning for initial pull requestJessica Lucci2013-05-211-0/+0
| * Merge branch 'master' of github.com:yahoo/TaskFlow into sqlJessica Lucci2013-05-213-41/+64
| |\
| * | adding parentheses to read methodJessica Lucci2013-05-191-0/+87
* | | Rename cause -> exception and make exception optional.Joshua Harlow2013-05-221-2/+2
* | | Allow any of the previous tasks to satisfy requirements.Joshua Harlow2013-05-221-21/+25
* | | Ensure we change the self and parents states correctly.Joshua Harlow2013-05-221-30/+34
* | | Only do differences on set objects.Joshua Harlow2013-05-221-2/+13
* | | Ensure we fetch the appropriate inputs for the running task.Joshua Harlow2013-05-211-0/+9
* | | Have the linear workflow verify the tasks inputs.Joshua Harlow2013-05-211-2/+24
* | | Massive pylint cleanupJoshua Harlow2013-05-212-3/+1
* | | Update order calls and connect call.Joshua Harlow2013-05-211-17/+20
* | | Move flow failure to flow file and correctly catch ordering failure.Joshua Harlow2013-05-211-3/+23
| |/ |/|
* | 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-202-14/+32
* | More pythonic functions and workflow -> flow renaming.Joshua Harlow2013-05-203-24/+24
|/
* Fix the import.Joshua Harlow2013-05-171-1/+1
* Use a different logger method if tolerant vs not tolerant.Joshua Harlow2013-05-171-2/+4
* More function comments.Joshua Harlow2013-05-171-3/+10
* Allow resuming stage to be interrupted.Joshua Harlow2013-05-171-1/+7
* Fix the missing context variable.Joshua Harlow2013-05-171-3/+3
* Add the ability to alter the task failure reconcilation.Joshua Harlow2013-05-161-19/+48
* Correctly run the tasks after partial resumption.Joshua Harlow2013-05-161-3/+4
* Add a nicer string name that shows what the class name is.Joshua Harlow2013-05-161-1/+1
* Get a memory test example workingJoshua Harlow2013-05-151-18/+38
* Move ordered workflow to its own file.Joshua Harlow2013-05-154-204/+206
* Increase the number of comments.Joshua Harlow2013-05-142-1/+5
* Start adding in a more generic DAG based workflow.Joshua Harlow2013-05-143-155/+289
* Remove dict_provider dependency.Joshua Harlow2013-05-141-1/+0
* Rework due to code comments.Joshua Harlow2013-05-141-25/+55
* Rework how we should be using lists instead of ordereddicts for optimal usage.Joshua Harlow2013-05-131-42/+49
* Continue on getting ready for the memory impl. to be useful.Joshua Harlow2013-05-121-15/+22
* Remove a few other references to novaJoshua Harlow2013-05-081-3/+2
* Move the code over for nowJoshua Harlow2013-05-072-0/+156