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
/
patterns
/
linear_flow.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make connection/validation of tasks be after they are added.
Joshua Harlow
2013-07-06
1
-2
/
+26
*
Add helper to do notification
Joshua Harlow
2013-07-06
1
-26
/
+26
*
Store results by add() uuid instead of in array format.
Joshua Harlow
2013-06-28
1
-4
/
+5
*
Integrate better locking and a runner helper class.
Joshua Harlow
2013-06-28
1
-65
/
+60
*
Cleaning up various components.
Joshua Harlow
2013-06-28
1
-25
/
+219
*
Allow instance methods to be wrapped and unwrapped correctly.
Joshua Harlow
2013-06-27
1
-5
/
+9
*
Allow for optional task requirements.
Joshua Harlow
2013-06-03
1
-5
/
+8
*
Remove safe_attr
Joshua Harlow
2013-05-28
1
-5
/
+4
*
Instead of apply use __call__
Joshua Harlow
2013-05-26
1
-4
/
+5
*
Use rollback accumulator and remove requires()/provides() from being functions
Joshua Harlow
2013-05-23
1
-16
/
+6
*
Allow any of the previous tasks to satisfy requirements.
Joshua Harlow
2013-05-22
1
-21
/
+25
*
Only do differences on set objects.
Joshua Harlow
2013-05-22
1
-2
/
+13
*
Ensure we fetch the appropriate inputs for the running task.
Joshua Harlow
2013-05-21
1
-0
/
+9
*
Have the linear workflow verify the tasks inputs.
Joshua Harlow
2013-05-21
1
-2
/
+24
*
More pythonic functions and workflow -> flow renaming.
Joshua Harlow
2013-05-20
1
-0
/
+34
[prev]