-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images to attachments #47
Conversation
…the user, when he tries to execute this tool without specifying a diagram cache
…nd context_diagrams
…s attached images are using a different syntax in work items than in documents
…tom DPI values, so we reset it to default
…larion into images-to-attachments
…config There is no need to define the generica_work_item serializer in the converter config as it is called anyway.
…00px for diagrams in descriptions
…iagram for diagrams in additional attributes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just this one suggestion. LGTM.
title="Diagram", | ||
attachment_id="1-__C2P__diagram.svg", | ||
width=750, | ||
cls="diagram", | ||
) | ||
assert work_item.get_current_checksum() == DIAGRAM_CHECKSUM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that really sth. we want to test here. The checksum will change on any future change and needs an update then. I'd just ignore it. The interesting part is tested already.
This needs [polarion-open-rest-api-client #47](DSD-DBS/polarion-rest-api-client#47).
This needs [polarion-open-rest-api-client #47](DSD-DBS/polarion-rest-api-client#47).
This needs [polarion-open-rest-api-client #47](DSD-DBS/polarion-rest-api-client#47).
Depends on #42, includes all functionality from #18
Closes #4, #15, #16, #18
Known issues:
Caused by: java.lang.IllegalArgumentException: Conversion %->px is not supported
Depends on py-capellambse #378.