Copilot
dd0763d939
fix: missing logos in v0.25.0 by adding build-system configuration ( #1187 )
...
* Initial plan
* Initial investigation of logo display issue
Co-authored-by: mingrammer <6178510+mingrammer@users.noreply.github.com>
* Fix: Add build-system configuration to include resources in package
Co-authored-by: mingrammer <6178510+mingrammer@users.noreply.github.com>
* Clean up pyproject.toml - remove duplicate Poetry configuration
Co-authored-by: mingrammer <6178510+mingrammer@users.noreply.github.com>
* Update version to 0.25.1 and add rendering test for resources
Co-authored-by: mingrammer <6178510+mingrammer@users.noreply.github.com>
* Update poetry.lock to reflect current dependencies
Co-authored-by: mingrammer <6178510+mingrammer@users.noreply.github.com>
* Fix pre-commit issues: trailing whitespace and formatting
Co-authored-by: mingrammer <6178510+mingrammer@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mingrammer <6178510+mingrammer@users.noreply.github.com>
3 weeks ago
Phuoc Tran
fa48533af3
add pre-commit to verify commit before create PR ( #1066 )
1 year ago
Austen
7c18dd6965
feat: autolabel flag in diagrams that modifies label ( #482 )
...
* autolabel flag in diagrams that modifies label
* update based on review
3 years ago
gabriel-tessier
5055e00d45
feat(output): Generate dot file and support multi outformat.( #441 ) Re ( #592 )
...
* feat(output): Generate dot file and support multi outformat.(#441 )
* [fix] forget to clean the dot generated file.
* [fix] indentation
* [fix] Review + add more cases in unittest
* [fix] Add dot in the test
4 years ago
lrjball
e43c860732
fix: removed over-nesting in resources file and added test ( #498 )
...
* Removed over-nesting in resources file and added test
* Update test_diagram.py
updated doc string of test function
4 years ago
mingrammer
93dcef880b
chore: clean styles
5 years ago
gabriel-tessier
f26055608f
fix(diagrams): Set a dummy filename to prevent raise error when both … ( #240 )
...
* fix(diagrams): Set a dummy filename to prevent raise error when both name and filename are not provided(#203 )
* Update __init__.py
Update default name to "diagrams_image"
* Update test_diagram.py
Update unit test to reflect the file name change.
5 years ago
mingrammer
f8ac547492
feat(option): add curvestyle option (ortho or curved)
6 years ago
mingrammer
6263474761
lint: blackify
6 years ago
Andrew Selivanov
ca1e7ec02a
Edge attributes support ( #48 )
...
* Edges support
* Documentation and additional style attribute
* Better example and review changes
* Fix xlabel
* Fix docs
* Add Edge default properties
* Fix edge docs
Co-authored-by: Andrew Selivanov <a_selivanov@wargaming.net>
6 years ago
Bjorn Tillenius
d1e3b45dd3
Allow an output filename to be passed to Diagram explicitly.
...
This allows you to have a consistent output filename, even if you decide
to tweak the diagram name.
6 years ago
mingrammer
b384b723b3
feat: initial commit
6 years ago