summaryrefslogtreecommitdiff
path: root/taskflow/engines/action_engine/engine.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-5/+5
* Fix minor typo in ActionEngine exception messageEric Harney2021-12-021-1/+1
* Update TaskFlow for networkx 2.xMichael Johnson2019-10-181-1/+1
* Rename engine analyzer to be named selectorJoshua Harlow2017-01-031-3/+3
* Merge "Use the full 'get_execute_failures' vs the shortname"Jenkins2016-07-081-6/+6
|\
| * Use the full 'get_execute_failures' vs the shortnameJoshua Harlow2016-05-281-6/+6
* | Split revert/execute missing args messagesGreg Hill2016-05-261-9/+12
|/
* Instead of a multiprocessing queue use sockets via asyncoreJoshua Harlow2016-05-241-6/+8
* Allow for specifying green threaded to parallel engineJoshua Harlow2016-05-031-0/+9
* Merge "Have the storage class provide a 'change_flow_state' method"Jenkins2016-04-281-13/+9
|\
| * Have the storage class provide a 'change_flow_state' methodJoshua Harlow2015-08-151-13/+9
* | Merge "Ensure that the engine finishes up even under sent-in failures"Jenkins2016-04-281-0/+7
|\ \
| * | Ensure that the engine finishes up even under sent-in failuresJoshua Harlow2016-01-201-0/+7
* | | Merge "Add some basic/initial engine statistics"Jenkins2016-04-281-1/+21
|\ \ \
| * | | Add some basic/initial engine statisticsJoshua Harlow2016-02-011-1/+21
* | | | Merge "Allow for revert to have a different argument list from execute"Jenkins2016-04-281-1/+5
|\ \ \ \
| * | | | Allow for revert to have a different argument list from executeGreg Hill2016-02-261-1/+5
| |/ / /
* | | | Add the ability to skip resolving from activatingJoshua Harlow2016-04-041-0/+9
|/ / /
* | | Merge "Pass through run timeout in engine run()"Jenkins2016-01-261-2/+8
|\ \ \ | |/ / |/| |
| * | Pass through run timeout in engine run()Joshua Harlow2015-12-031-2/+8
* | | Allow for alterations in decider 'area of influence'Joshua Harlow2016-01-091-42/+62
* | | Move all internal blather usage/calls to trace usage/callsJoshua Harlow2015-12-171-6/+6
* | | Change engine 'self._check' into a decoratorJoshua Harlow2015-12-021-14/+38
|/ /
* | Merge "Move engine options extraction to __init__ methods"Jenkins2015-12-021-4/+51
|\ \
| * | Move engine options extraction to __init__ methodsJoshua Harlow2015-11-191-4/+51
* | | Merge "Convert executor proxied engine options into their correct type"Jenkins2015-11-241-7/+8
|\ \ \
| * | | Convert executor proxied engine options into their correct typeJoshua Harlow2015-11-181-7/+8
* | | | Move validation of compiled unit out of compiler1.25.0Joshua Harlow2015-11-201-2/+19
| |/ / |/| |
* | | Add optional 'defer_reverts' behaviorGreg Hill2015-11-171-1/+3
* | | Simplify flow action engine compilation1.22.0Joshua Harlow2015-10-011-15/+13
| |/ |/|
* | Merge "Use the action engine '_check' helper method"Jenkins2015-08-011-4/+1
|\ \
| * | Use the action engine '_check' helper methodJoshua Harlow2015-07-251-4/+1
| |/
* | Remove extra runner layer and just use use machine in engineJoshua Harlow2015-07-281-19/+34
|/
* Merge "Add ability to reset an engine via a `reset` method"Jenkins2015-07-251-2/+13
|\
| * Add ability to reset an engine via a `reset` methodJoshua Harlow2015-07-181-2/+13
* | Create and use a serial retry executorJoshua Harlow2015-07-211-7/+15
|/
* Merge "Just make the compiler object at __init__ time"Jenkins2015-07-171-5/+1
|\
| * Just make the compiler object at __init__ timeJoshua Harlow2015-06-281-5/+1
* | Merge "Retain atom 'revert' result (or failure)"Jenkins2015-07-151-2/+5
|\ \
| * | Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-2/+5
* | | Integrate futurist (and **remove** taskflow originating code)Joshua Harlow2015-07-091-1/+1
|/ /
* | Merge "Add bulk `ensure_atoms` method to storage"Jenkins2015-07-081-1/+2
|\ \ | |/ |/|
| * Add bulk `ensure_atoms` method to storageJoshua Harlow2015-06-201-1/+2
* | Merge "Executors come in via options config, not keyword arguments"Jenkins2015-06-251-1/+1
|\ \
| * | Executors come in via options config, not keyword argumentsJoshua Harlow2015-05-111-1/+1
* | | Split-off the additional retry states from the task statesJoshua Harlow2015-06-181-0/+1
* | | Merge "Remove all 'lock_utils' now that fasteners provides equivalents"Jenkins2015-06-151-5/+5
|\ \ \ | |_|/ |/| |
| * | Remove all 'lock_utils' now that fasteners provides equivalentsJoshua Harlow2015-06-041-5/+5
* | | Use shared '_check' function to check engine stagesJoshua Harlow2015-05-301-10/+13
|/ /
* | Expose action engine no reraising states constantsJoshua Harlow2015-05-111-1/+8
|/