index
:
delta/openstack/taskflow.git
master
stable/2023.1
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
opendev.org: openstack/taskflow.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
taskflow
/
engines
/
action_engine
/
engine.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove six
Takashi Kajinami
2022-05-18
1
-5
/
+5
*
Fix minor typo in ActionEngine exception message
Eric Harney
2021-12-02
1
-1
/
+1
*
Update TaskFlow for networkx 2.x
Michael Johnson
2019-10-18
1
-1
/
+1
*
Rename engine analyzer to be named selector
Joshua Harlow
2017-01-03
1
-3
/
+3
*
Merge "Use the full 'get_execute_failures' vs the shortname"
Jenkins
2016-07-08
1
-6
/
+6
|
\
|
*
Use the full 'get_execute_failures' vs the shortname
Joshua Harlow
2016-05-28
1
-6
/
+6
*
|
Split revert/execute missing args messages
Greg Hill
2016-05-26
1
-9
/
+12
|
/
*
Instead of a multiprocessing queue use sockets via asyncore
Joshua Harlow
2016-05-24
1
-6
/
+8
*
Allow for specifying green threaded to parallel engine
Joshua Harlow
2016-05-03
1
-0
/
+9
*
Merge "Have the storage class provide a 'change_flow_state' method"
Jenkins
2016-04-28
1
-13
/
+9
|
\
|
*
Have the storage class provide a 'change_flow_state' method
Joshua Harlow
2015-08-15
1
-13
/
+9
*
|
Merge "Ensure that the engine finishes up even under sent-in failures"
Jenkins
2016-04-28
1
-0
/
+7
|
\
\
|
*
|
Ensure that the engine finishes up even under sent-in failures
Joshua Harlow
2016-01-20
1
-0
/
+7
*
|
|
Merge "Add some basic/initial engine statistics"
Jenkins
2016-04-28
1
-1
/
+21
|
\
\
\
|
*
|
|
Add some basic/initial engine statistics
Joshua Harlow
2016-02-01
1
-1
/
+21
*
|
|
|
Merge "Allow for revert to have a different argument list from execute"
Jenkins
2016-04-28
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Allow for revert to have a different argument list from execute
Greg Hill
2016-02-26
1
-1
/
+5
|
|
/
/
/
*
|
|
|
Add the ability to skip resolving from activating
Joshua Harlow
2016-04-04
1
-0
/
+9
|
/
/
/
*
|
|
Merge "Pass through run timeout in engine run()"
Jenkins
2016-01-26
1
-2
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Pass through run timeout in engine run()
Joshua Harlow
2015-12-03
1
-2
/
+8
*
|
|
Allow for alterations in decider 'area of influence'
Joshua Harlow
2016-01-09
1
-42
/
+62
*
|
|
Move all internal blather usage/calls to trace usage/calls
Joshua Harlow
2015-12-17
1
-6
/
+6
*
|
|
Change engine 'self._check' into a decorator
Joshua Harlow
2015-12-02
1
-14
/
+38
|
/
/
*
|
Merge "Move engine options extraction to __init__ methods"
Jenkins
2015-12-02
1
-4
/
+51
|
\
\
|
*
|
Move engine options extraction to __init__ methods
Joshua Harlow
2015-11-19
1
-4
/
+51
*
|
|
Merge "Convert executor proxied engine options into their correct type"
Jenkins
2015-11-24
1
-7
/
+8
|
\
\
\
|
*
|
|
Convert executor proxied engine options into their correct type
Joshua Harlow
2015-11-18
1
-7
/
+8
*
|
|
|
Move validation of compiled unit out of compiler
1.25.0
Joshua Harlow
2015-11-20
1
-2
/
+19
|
|
/
/
|
/
|
|
*
|
|
Add optional 'defer_reverts' behavior
Greg Hill
2015-11-17
1
-1
/
+3
*
|
|
Simplify flow action engine compilation
1.22.0
Joshua Harlow
2015-10-01
1
-15
/
+13
|
|
/
|
/
|
*
|
Merge "Use the action engine '_check' helper method"
Jenkins
2015-08-01
1
-4
/
+1
|
\
\
|
*
|
Use the action engine '_check' helper method
Joshua Harlow
2015-07-25
1
-4
/
+1
|
|
/
*
|
Remove extra runner layer and just use use machine in engine
Joshua Harlow
2015-07-28
1
-19
/
+34
|
/
*
Merge "Add ability to reset an engine via a `reset` method"
Jenkins
2015-07-25
1
-2
/
+13
|
\
|
*
Add ability to reset an engine via a `reset` method
Joshua Harlow
2015-07-18
1
-2
/
+13
*
|
Create and use a serial retry executor
Joshua Harlow
2015-07-21
1
-7
/
+15
|
/
*
Merge "Just make the compiler object at __init__ time"
Jenkins
2015-07-17
1
-5
/
+1
|
\
|
*
Just make the compiler object at __init__ time
Joshua Harlow
2015-06-28
1
-5
/
+1
*
|
Merge "Retain atom 'revert' result (or failure)"
Jenkins
2015-07-15
1
-2
/
+5
|
\
\
|
*
|
Retain atom 'revert' result (or failure)
Joshua Harlow
2015-07-10
1
-2
/
+5
*
|
|
Integrate futurist (and **remove** taskflow originating code)
Joshua Harlow
2015-07-09
1
-1
/
+1
|
/
/
*
|
Merge "Add bulk `ensure_atoms` method to storage"
Jenkins
2015-07-08
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add bulk `ensure_atoms` method to storage
Joshua Harlow
2015-06-20
1
-1
/
+2
*
|
Merge "Executors come in via options config, not keyword arguments"
Jenkins
2015-06-25
1
-1
/
+1
|
\
\
|
*
|
Executors come in via options config, not keyword arguments
Joshua Harlow
2015-05-11
1
-1
/
+1
*
|
|
Split-off the additional retry states from the task states
Joshua Harlow
2015-06-18
1
-0
/
+1
*
|
|
Merge "Remove all 'lock_utils' now that fasteners provides equivalents"
Jenkins
2015-06-15
1
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove all 'lock_utils' now that fasteners provides equivalents
Joshua Harlow
2015-06-04
1
-5
/
+5
*
|
|
Use shared '_check' function to check engine stages
Joshua Harlow
2015-05-30
1
-10
/
+13
|
/
/
*
|
Expose action engine no reraising states constants
Joshua Harlow
2015-05-11
1
-1
/
+8
|
/
[next]