-
Notifications
You must be signed in to change notification settings - Fork 293
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
global: backports Flask-IIIF extension from 2.1 to 2.0 #3338
Conversation
Added |
This PR backports a new feature into an already-released maintenance branch. Two general comments: (1) it would be preferred to fix any bugs you spotted in v2.1 so that you could use the latest version instead; (2) if not possible, and you'd need to backport a feature, then it should be optional and not switched on by default, so that other installations aren't affected... |
|
You can add it as optional extra (e.g. |
Please use one of our agreed signatures. We should also remove the bullets with label |
There, |
@blixhavn can you mention sha1 of the "Original commit". WDYT about following commit message:
|
Looks good. Amended. |
@@ -199,6 +199,9 @@ def run(self): | |||
"github": [ | |||
"github3.py>=0.9" | |||
], | |||
"iiif": [ |
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.
Can you please put it before img
? We try to keep it sorted. Thanks
After #3338 (comment) and rebase, we can |
@blixhavn please finish sentence with a dot.
|
@blixhavn |
|
@blixhavn see #3338 (comment) ;) |
Which sentence is not finished with dot now? |
|
|
* NOTE Backports Flask-IIIF extension from original commit 213b6f1. The extension is not enabled by default in order to avoid feature addition to existing minor release. Signed-off-by: Øystein Blixhavn <[email protected]>
No description provided.