Just a small new option for plantuml generation
import caosdb as db; from caosdb.utils import plantuml
cont = db.Container().append(db.RecordType(name="test"))
plantuml.to_graphics(cont, "test_with")
plantuml.to_graphics(cont, "test_without", no_shadow=True)
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:04:41
| Stage: code_style Stage: linting Stage: test Stage: deploy Pipeline: LinkAhead |
Download artifacts
No artifacts found |