Create a PlantUML/Mermaid.js State Diagram from Ansible-Playbook
Stars
19
Forks
3
Watchers
19
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
138
commits
📝 Add docstrings to UMLState classes for improved documentation and clarity
7131bc4View on GitHub♻️ refactor: fix type hint: UMLStatePlaybookBase.__init__ method to require option parameter
606e319View on GitHub🐛 fix: simplify condition in UMLStateBlockBase.load method for clarity
2e57bcaView on GitHub🐛 fix: update generateDefinition method to yield an empty string instead of returning None
9a54f59View on GitHub♻️ refactor: fix type hint: change return type of `get_all_tasks` method from list to tuple for better type safety
963cb08View on GitHub♻️ refactor: fix type hint: `pair_state_iter` return type to allow None for next parameter
c9de4d0View on GitHub🐛 fix: restore warnings handling for plugin loader initialization in UMLStateTaskBase and UMLStatePlaybookBase
c8f7893View on GitHub🐛 fix: convert loop attribute to string in UMLStateTask class for proper formatting
56947a0View on GitHub🐛 fix: add None checks for next parameter in generateRelation methods across UMLState classes
c7019b4View on GitHub