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
/
graph_flow.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove six
Takashi Kajinami
2022-05-18
1
-4
/
+3
*
Update TaskFlow for networkx 2.x
Michael Johnson
2019-10-18
1
-5
/
+6
*
Fix code to support networkx > 1.0
Michal Arbet
2018-07-11
1
-1
/
+1
*
Fix some misspellings in the function name and descriptions
Pablo Iranzo Gómez
2016-06-30
1
-1
/
+1
*
Allow for alterations in decider 'area of influence'
Joshua Harlow
2016-01-09
1
-3
/
+25
*
Use graphs as the underlying structure of patterns
Joshua Harlow
2015-09-18
1
-1
/
+1
*
iter_nodes method added to flows
Timofey Durakov
2015-08-28
1
-3
/
+7
*
Improve docstrings in graph flow to denote exceptions raised
Joshua Harlow
2015-08-05
1
-4
/
+27
*
Add docs for u, v, decider on graph flow link method
Joshua Harlow
2015-07-10
1
-13
/
+28
*
Add support for conditional execution
Joshua Harlow
2015-07-01
1
-5
/
+13
*
Use 'node' terminology instead of 'item' terminology
Joshua Harlow
2015-03-30
1
-44
/
+47
*
Make the graph '_unsatisfied_requires' be a staticmethod
Joshua Harlow
2015-03-25
1
-6
/
+9
*
Use ordered[set/dict] to retain ordering
Joshua Harlow
2015-03-11
1
-2
/
+11
*
Use constants for link metadata keys
Joshua Harlow
2014-10-18
1
-4
/
+4
*
Relax the graph flow symbol constraints
Joshua Harlow
2014-09-08
1
-59
/
+97
*
Revamp the symbol lookup mechanism
Joshua Harlow
2014-09-08
1
-1
/
+1
*
Be smarter about required flow symbols
Joshua Harlow
2014-09-08
1
-4
/
+21
*
Upgrade hacking version and fix some of the issues
Joshua Harlow
2014-06-13
1
-3
/
+6
*
Put provides and requires code to basic Flow
Ivan A. Melnikov
2014-05-07
1
-19
/
+3
*
Add a directed graph type (new types module)
Joshua Harlow
2014-04-20
1
-10
/
+12
*
Adjust the exception hierachy
Joshua Harlow
2014-03-24
1
-1
/
+1
*
Rework graph flow unit tests
Ivan A. Melnikov
2014-03-22
1
-11
/
+5
*
Iteration over links in flow interface
Ivan A. Melnikov
2014-03-21
1
-8
/
+15
*
Add retry to Flow patterns
Anastasia Karpinska
2014-03-14
1
-2
/
+18
*
Remove extraneous vim configuration comments
yangxurong
2014-02-14
1
-2
/
+0
*
Doc strings and comments clean-up
skudriashev
2014-01-26
1
-1
/
+1
*
Don't forget to return self
Joshua Harlow
2013-12-06
1
-0
/
+2
*
Targeted graph flow pattern
Ivan A. Melnikov
2013-12-02
1
-2
/
+63
*
Remove uuid from taskflow.flow.Flow
Ivan A. Melnikov
2013-10-15
1
-2
/
+2
*
Pattern comment additions/adjustments
Joshua Harlow
2013-10-12
1
-2
/
+4
*
Add reasons as to why the edges were created
Joshua Harlow
2013-10-07
1
-13
/
+28
*
Don't allow mutating operations on the underlying graph
Joshua Harlow
2013-09-30
1
-39
/
+62
*
Graph flow, sequential graph action
Anastasia Karpinska
2013-09-18
1
-115
/
+91
*
Engine, task, linear_flow unification
Joshua Harlow
2013-09-05
1
-2
/
+2
*
Split utils module
Ivan A. Melnikov
2013-09-03
1
-3
/
+3
*
Rename Task.__call__ to Task.execute
Ivan A. Melnikov
2013-09-03
1
-2
/
+0
*
Add a locally running threaded flow
Joshua Harlow
2013-08-26
1
-1
/
+1
*
Adjust a bunch of hacking violations.
Joshua Harlow
2013-08-01
1
-3
/
+6
*
Provide the length of the flows.
Joshua Harlow
2013-07-10
1
-0
/
+3
*
Allow graph dependencies to be manually provided.
Joshua Harlow
2013-07-09
1
-39
/
+38
*
Merge "Use the runner interface as the best task lookup."
Jenkins
2013-07-10
1
-2
/
+2
|
\
|
*
Use the runner interface as the best task lookup.
Joshua Harlow
2013-07-06
1
-2
/
+2
*
|
Merge "Unify creation/usage of uuids."
Jenkins
2013-07-10
1
-2
/
+4
|
\
\
|
*
|
Unify creation/usage of uuids.
Joshua Harlow
2013-07-06
1
-2
/
+4
|
|
/
*
|
Add helper reset internals function.
Joshua Harlow
2013-07-08
1
-6
/
+8
|
/
*
Merge "Clear out before connecting."
Jenkins
2013-07-06
1
-16
/
+23
|
\
|
*
Clear out before connecting.
Joshua Harlow
2013-07-06
1
-16
/
+23
*
|
Ensure we document and complete correct removal.
Joshua Harlow
2013-07-06
1
-10
/
+11
*
|
Move how resuming is done to be disconnected from jobs/flows.
Joshua Harlow
2013-07-06
1
-6
/
+7
|
/
*
Make connection/validation of tasks be after they are added.
Joshua Harlow
2013-07-06
1
-0
/
+13
[next]