-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
chore: Release v1.13.0 #6853
Merged
Merged
chore: Release v1.13.0 #6853
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
66d6086
chore: Release v1.12.0 (#6813)
iamareebjamal e4da2a7
chore(deps): update pycryptodome requirement from ~=3.9.4 to ~=3.9.6 …
dependabot-preview[bot] d910699
chore(deps): update sentry-sdk[flask] requirement from ~=0.13 t… (#6819)
dependabot-preview[bot] 42c409b
fix: Invoice emails errors fixed and integration test (#6804)
mrsaicharan1 c42e031
chore: Pin werkzeug version (#6824)
iamareebjamal eb10779
fix: Removed inaccessible link & added user request info (#6821)
mrsaicharan1 505eefe
fix: Use new werkzeug imports (#6825)
iamareebjamal c2632b8
chore(deps): update python-dotenv requirement from ~=0.10.5 to… (#6822)
dependabot-preview[bot] 294991f
fix: Error in deleting user with marketer role (#6831)
kushthedude 216d99e
chore(deps): update humanize requirement from ~=0.5.1 to ~=1.0.0 (#6835)
dependabot-preview[bot] 934aac6
chore(deps): update flask-login requirement from ~=0.4 to ~=0.5 (#6836)
dependabot-preview[bot] 5c069b2
chore: Add pytype (#6839)
iamareebjamal c61797b
chore: Add pytest CI (#6840)
iamareebjamal 94852c1
fix: Use circle CI cache properly (#6841)
iamareebjamal be87f63
chore(deps): update werkzeug requirement from ~=0.16.1 to ~=1.0… (#6834)
dependabot-preview[bot] 01da891
chore: bump flask-admin to 1.5.5 (#6843)
kushthedude 50f1991
chore: Use weak etags (#6844)
iamareebjamal 774113a
chore: Update to redis 3.4.1
iamareebjamal 31c3a3c
chore(deps-dev): update pre-commit requirement from ~=2.0.1 to… (#6849)
dependabot-preview[bot] c480da1
chore(deps): update requests[security] requirement from ~=2.22 to ~=2…
dependabot-preview[bot] ee271ba
fix: Cron entries of period tasks (#6850)
iamareebjamal 25e6a09
chore: Prepare for v1.13.0 (#6854)
iamareebjamal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,3 +59,4 @@ generated/ | |
docker-compose.override.yml | ||
celerybeat-schedule.* | ||
.coverage | ||
.pytype |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,9 @@ | |
'message': ( | ||
u"Hi, this is a confirmation mail of your tickets for the event {event_name}" | ||
u"<br/>Your order has been processed successfully." | ||
+ u"<br/> <a href='{pdf_url}'>Click here</a> to view/download your ticket." | ||
+ u"<br/> Your tickets & invoice have been enclosed." | ||
u"<br><br>You can also download your tickets in <b>My Tickets</b> section." | ||
u"<br/>Login to manage the orders at <a href='{mytickets_url}' target='_blank'>{mytickets_url}</a> </em>" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. line too long (117 > 90 characters) |
||
u"<br><br><em>Looking forward to seeing you at the event." | ||
), | ||
}, | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Issue found: Raising a new style class which doesn't inherit from BaseException