summaryrefslogtreecommitdiff
path: root/taskflow/engines/action_engine/engine.py
Commit message (Expand)AuthorAgeFilesLines
...
* Retain chain of missing dependenciesJoshua Harlow2015-04-241-4/+26
* Add a log statement pre-validation that dumps graph infoJoshua Harlow2015-03-131-1/+12
* Allow the storage unit to use the right scoping strategyJoshua Harlow2015-03-111-2/+24
* Allow injected atom args to be persistedJoshua Harlow2015-03-111-9/+27
* Default to using a thread-safe storage unitJoshua Harlow2015-02-051-4/+0
* Make all/most usage of type errors follow a similar patternJoshua Harlow2015-01-231-2/+3
* Switch to using 'oslo_utils' vs 'oslo.utils'Joshua Harlow2015-01-141-1/+1
* Include docstrings for parallel engine types/strings supportedJoshua Harlow2015-01-101-1/+37
* Allow specifying the engine 'executor' as a stringJoshua Harlow2015-01-011-24/+97
* Remove less than useful action_engine __str__Joshua Harlow2014-12-211-4/+0
* Merge "Get event/notification sending working correctly"Jenkins2014-12-211-0/+2
|\
| * Get event/notification sending working correctlyJoshua Harlow2014-12-201-0/+2
* | Merge "Get the basics of a process executor working"Jenkins2014-12-201-6/+22
|\ \ | |/
| * Get the basics of a process executor workingJoshua Harlow2014-12-191-6/+22
* | Move over to using oslo.utils [reflection, uuidutils]Joshua Harlow2014-12-181-1/+1
|/
* Remove the base postfix for engine abstract base classJoshua Harlow2014-12-101-1/+1
* Mark 'task_notifier' as renamed to 'atom_notifier'Joshua Harlow2014-11-201-1/+1
* Revert wrapt usage until further noticeJoshua Harlow2014-11-201-1/+1
* Mark 'task_notifier' as renamed to 'atom_notifier'Joshua Harlow2014-11-191-1/+1
* Merge "Remove direct usage of the deprecated failure location"Jenkins2014-11-191-2/+3
|\
| * Remove direct usage of the deprecated failure locationJoshua Harlow2014-10-211-2/+3
* | Merge "Extract the state changes from the ensure storage method"Jenkins2014-11-191-5/+6
|\ \ | |/ |/|
| * Extract the state changes from the ensure storage methodJoshua Harlow2014-06-261-5/+6
* | Deprecate `engine_conf` and prefer `engine` insteadJoshua Harlow2014-10-181-11/+5
* | Merge "Expose only `ensure_atom` from storage"Jenkins2014-10-181-6/+1
|\ \
| * | Expose only `ensure_atom` from storageJoshua Harlow2014-09-271-6/+1
* | | Merge "Update engine class names to better reflect there usage"Jenkins2014-10-181-4/+4
|\ \ \
| * | | Update engine class names to better reflect there usageJoshua Harlow2014-10-081-4/+4
| |/ /
* | | Merge "Revamp the symbol lookup mechanism"Jenkins2014-10-181-2/+2
|\ \ \ | |/ / |/| |
| * | Revamp the symbol lookup mechanismJoshua Harlow2014-09-081-2/+2
* | | Switch to using oslo.utils and oslo.serializationJoshua Harlow2014-09-201-1/+2
|/ /
* | Tweak engine iteration 'close-up shop' runtime pathJoshua Harlow2014-09-041-22/+40
* | Allow worker count to be specified when no executor providedJoshua Harlow2014-08-171-3/+6
* | Enabled hacking checks H305 and H307Christian Berendt2014-07-171-2/+0
* | Use `flow_uuid` and `flow_name` from storageJoshua Harlow2014-06-281-14/+6
|/
* Merge "Make the runner a runtime provided property"Jenkins2014-06-051-5/+3
|\
| * Make the runner a runtime provided propertyJoshua Harlow2014-06-031-5/+3
* | Merge "Rename inject_task_args to inject_atom_args"Jenkins2014-06-051-1/+1
|\ \ | |/ |/|
| * Rename inject_task_args to inject_atom_argsJoshua Harlow2014-06-021-1/+1
* | Provide the compilation object instead of just a part of itJoshua Harlow2014-06-021-6/+8
|/
* Finish factoring apart the graph_action moduleJoshua Harlow2014-05-291-46/+30
* Merge "Rename t_storage to atom_storage"Jenkins2014-05-291-3/+3
|\
| * Rename t_storage to atom_storageJoshua Harlow2014-05-211-3/+3
* | Merge "Create and use a new compilation module"Jenkins2014-05-291-6/+10
|\ \ | |/
| * Create and use a new compilation moduleJoshua Harlow2014-05-211-6/+10
* | add the ability to inject arguments into tasks at task creationGreg Hill2014-05-281-0/+3
|/
* Merge "Add a cachedproperty descriptor"Jenkins2014-05-191-12/+13
|\
| * Add a cachedproperty descriptorJoshua Harlow2014-05-051-12/+13
* | Implement run iterationsJoshua Harlow2014-05-071-14/+46
|/
* Engine _cls postfix is not correctJoshua Harlow2014-05-041-20/+20