-
Notifications
You must be signed in to change notification settings - Fork 212
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
Raise Exception for SVG Watermark #3460
Conversation
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.
Thanks for the contribution @firatbezir, it looks great so far. I just have two requests before I can approve:
- Can you add a new unit test for this case? Existing watermark tests are in
test_watermark.py
. - Please run the linting locally with
just lint
and commit the changes. The linting CI step is failing and must pass before we can merge a PR.
Based on the low urgency of this PR, the following reviewers are being gently reminded to review this PR: @krysal Excluding weekend1 days, this PR was ready for review 10 day(s) ago. PRs labelled with low urgency are expected to be reviewed within 5 weekday(s)2. @firatbezir, if this PR is not ready for a review, please draft it to prevent reviewers from getting further unnecessary pings. Footnotes
|
Just a heads up, @firatbezir, I'm converting this to a draft to avoid the repeated pings until the unit test is present. Thanks again for the contribution, looking forward to being able to merge it 🙂 |
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.
Thank you for your contribution, @firatbezir ! The CI passes :)
@obulat that is great. I truely owe you a big thank for your help and patience. |
@firatbezir is it okay to reopen this? I think we still want these changes! |
@AetherUnbound which changes did you mean? |
This PR! It's closed but hasn't been merged yet. I'm going to reopen it so we can get the code merged in once it's reviewed 🙂 |
Changes have been addressed
Fixes
Fixes #3373 by @obulat
Description
This checks if the URL ends with ".svg" or file type is an SVG and raises an UpstreamWatermarkException.
Testing Instructions
Checklist
Update index.md
).main
) or a parent feature branch.Developer Certificate of Origin
Developer Certificate of Origin