-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: Release v1.4.0 #6257
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
Merged
Merged
chore: Release v1.4.0 #6257
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
832c755
feat: restricts unverified user for buying free tickets (#6140)
prateekj117 f352525
fix: order deletion triggers emails (#6184)
uds5501 59291ff
chore: back up current docker compose
abhinavk96 dcc365e
feat: Serving event invoices through a protected route (#6145)
mrsaicharan1 336ec2d
feat: add a resend email route for organizers (#6163)
uds5501 faf208e
fix: Add citext extension in migration if not exists (#6188) (#6189)
iamareebjamal 8a01b62
chore(deps): update sqlalchemy-utils requirement (#6194)
dependabot-preview[bot] 4ea611e
fix: allows only owner and organizer to delete role-invites (#6190)
shreyanshdwivedi a258111
feat: Add required fields for merge of invoices & order models (#6196)
mrsaicharan1 367836d
Revert "feat: Add required fields for merge of invoices & order… (#6198)
iamareebjamal 7b54d2a
fix: Making Event Name mandatory for publishing of event (#6203)
kushthedude 23c83c1
fix: handle padding error for verification token (#6206)
uds5501 7d6399d
feat: Added order foreign keys & relationships in API (#6199)
mrsaicharan1 5802c42
feat: add field for email exception in speaker schema (#6209)
shreyanshdwivedi 42f14d5
chore(deps): update apscheduler requirement from ~=3.6.0 to ~=3.6.1 (…
dependabot-preview[bot] ff408e5
chore: Remove sudo tag from travis config (#6219)
cclauss 027a2c9
fix: state logic error in sessions.py (#6220)
cclauss 5a3ea1a
chore: Migrate to flask_jwt_extended (#6216)
iamareebjamal 1f91603
fix: Change discount-code route to use event ID (#6208)
prateekj117 4467fe3
refactor: Rewrite empty_string & add more test cases (#6222)
mrsaicharan1 ff378ac
chore(deps): update sqlalchemy requirement from ~=1.3.5 to ~=1.… (#6227)
dependabot-preview[bot] 0a1849a
chore: Moved utility unit tests to appropriate folder (#6226)
mrsaicharan1 fc02893
docs: Update order expiry time Admin Only tag (#6230)
sameshl 100ad5b
fix: restoration of deleted event (#6218)
shreyanshdwivedi 0ed4363
fix: Replaced hardcoded with FE URL from settings (#6233)
mrsaicharan1 ec24c30
fix: Make discount code & access code URL follow json api conventions…
abhinavk96 7dd5282
fix: send mail only if SMTP was configured(Event Export) (#6228)
mrsaicharan1 5563826
fix: add tax information in event copy action (#6241)
uds5501 92d001b
chore(deps): Including python-dotenv in requirements (#6237)
kushthedude 3c747b0
feat: Make discount codes & access codes support event_identifier (#6…
abhinavk96 78fb877
feat: verify unverified user if he resets password (#6254)
abhinavk96 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 hidden or 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 |
|---|---|---|
| @@ -1,7 +1,5 @@ | ||
| language: python | ||
|
|
||
| sudo: required | ||
|
|
||
| services: | ||
| - docker | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
'app.api.events.EventCopyResource' imported but unused