blob: d025e94e1124c42f3c38d0914f30e272b106c42a [file] [log] [blame]
digraph draft_patch_set_workflow {
start -> NEW [ label="push/push as wip/push as private" fontname=Verdana fontsize=12, style=filled, color="#31CEF0" ]
start -> WIP [ label="mark as wip" fontname=Verdana fontsize=12, height=0.02, width=0.02, style=dotted, arrowhead="dot" color="turquoise"];
NEW -> WIP [ label="mark as wip" fontname=Verdana fontsize=12, height=0.02, width=0.02, style=dotted, arrowhead="dot" color="turquoise"];
start -> PRIVATE [ label="mark as private" fontname=Verdana fontsize=12, height=0.02, width=0.02, style=dotted, arrowhead="dot" color="turquoise"];
NEW -> PRIVATE [ label="mark as private" fontname=Verdana fontsize=12, height=0.02, width=0.02, style=dotted, arrowhead="dot" color="turquoise"];
PRIVATE -> NEW [ label="unmark as private" fontname=Verdana fontsize=12, height=0.02, width=0.02, style="dotted", arrowhead="dot" color="turquoise"];
WIP -> NEW [ label="mark as ready" fontname=Verdana fontsize=12, height=0.02, width=0.02, style="dotted", arrowhead="dot" color="turquoise"];
NEW -> MERGED [ label="submit" fontname=Verdana fontsize=12, height=0.02, width=0.02, style=filled, color="#31CEF0"];
NEW -> ABANDONED [ label="abandon" fontname=Verdana fontsize=12, height=0.02, width=0.02, style=filled, color="#31CEF0"];
ABANDONED -> NEW [ label="restore" fontname=Verdana fontsize=12, height=0.02, width=0.02, style=filled, color="#31CEF0"];
MERGED -> end [ fontname=Verdana fontsize=12, style=filled, color="#31CEF0" ]
start [shape=Mdiamond fontname=Verdana, fontsize=10, height=0.02, width=0.02, style=filled, color="#31CEF0"];
end [shape=Msquare fontname=Verdana, fontsize=10, height=0.02, width=0.02, style=filled, color="#31CEF0"];
NEW [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
WIP [label="Change attribute: WIP" fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=ellipse, style=filled, color="turquoise"]
PRIVATE [label="Change attribute: Private" fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=ellipse, style=filled, color="turquoise"]
MERGED [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
ABANDONED [fontname=Verdana, fontsize=10, height=0.02, width=0.02, shape=Mrecord, style=filled, color="#31CEF0"]
}