summaryrefslogtreecommitdiff
path: root/tools/state_graph.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of mockHervé Beraud2021-04-271-1/+1
* Use automaton's converters/pydotJoshua Harlow2015-10-111-74/+55
* Remove extra runner layer and just use use machine in engineJoshua Harlow2015-07-281-5/+5
* Merge "Replace internal fsm + table with automaton library"Jenkins2015-07-151-3/+5
|\
| * Replace internal fsm + table with automaton libraryJoshua Harlow2015-07-141-3/+5
* | Retain atom 'revert' result (or failure)Joshua Harlow2015-07-101-1/+1
|/
* Add support for conditional executionJoshua Harlow2015-07-011-5/+7
* Merge "Refactor machine builder + runner into single unit"Jenkins2015-06-201-1/+1
|\
| * Refactor machine builder + runner into single unitJoshua Harlow2015-06-031-1/+1
* | Split-off the additional retry states from the task statesJoshua Harlow2015-06-181-9/+6
|/
* Add states generating venv and use pydot2Joshua Harlow2015-04-161-2/+3
* Add job states in docs + states in pythonJoshua Harlow2015-04-151-2/+11
* Add a WBE request state diagram + explanationJoshua Harlow2015-01-221-2/+17
* Use constants for runner state machine event namesJoshua Harlow2015-01-151-1/+8
* Add edge labels for engine statesJoshua Harlow2014-12-211-2/+15
* Color some of the states depending on there meaningJoshua Harlow2014-09-201-4/+18
* Update the state graph builder to use state machine typeJoshua Harlow2014-09-091-49/+73
* Use the `state_graph.py` for all states diagramsJoshua Harlow2014-07-061-43/+94
* Add a directed graph type (new types module)Joshua Harlow2014-04-201-5/+3
* Support several output formats in state_graph toolIvan A. Melnikov2013-10-171-17/+25
* Add task state verificationJoshua Harlow2013-10-141-1/+9
* Add state to dot->svg toolJoshua Harlow2013-10-071-0/+65