-
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.8.0 #6612
Merged
Merged
chore: Release v1.8.0 #6612
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
07feacb
chore: Release 1.7.0 to master (#6541) (#6542)
iamareebjamal 831123d
chore: Lock python version in docker to workaround pip (#6543)
iamareebjamal 78cf464
chore(deps): update pillow requirement from ~=6.2.0 to ~=6.2.1 (#6548)
dependabot-preview[bot] 62e6bfa
chore(deps): update psycopg2-binary requirement from ~=2.8.3 to… (#6547)
dependabot-preview[bot] 1c7934a
fix: Change association table name to ticket_tagging (#6536)
prateekj117 9dd5564
chore(deps): bump python-pentabarf-xml from 0.19 to 0.20 (#6549)
dependabot-preview[bot] dfa6bb8
chore(docs): Correct API docs for update order (#6546)
Tlazypanda f756c10
fix: Pin elasticsearch-dsl to 7.0.0 (#6557)
iamareebjamal afd9c56
chore(deps): update flask-jwt-extended requirement from ~=3.23.… (#6551)
dependabot-preview[bot] c0fd11b
chore: Remove redundant setup methods (#6558)
iamareebjamal e991f90
chore(deps): update stripe requirement from ~=2.37.2 to ~=2.38.0 (#6562)
dependabot-preview[bot] 9c9e054
chore(docs): Remove broken docker deploy button (#6561)
Swap76 c4fe295
fix: Check for is_email_overridden not working (#6566)
prateekj117 73538a8
chore(deps): update sqlalchemy-utils requirement from ~=0.34.2… (#6564)
dependabot-preview[bot] 701eec5
chore(docs): Fix grammatical mistakes in docs (#6568)
nnrepos 97e8de0
chore(deps): update arrow requirement from ~=0.15.2 to ~=0.15.4 (#6577)
dependabot-preview[bot] b1124ba
chore(deps): update apscheduler requirement from ~=3.6.1 to ~=3… (#6576)
dependabot-preview[bot] 5f44b5b
chore(deps): update pycryptodome requirement from ~=3.9.0 to ~=… (#6574)
dependabot-preview[bot] 4701df0
fix: Error while running `python3 manage.py list_routes` (#6580)
prateekj117 bdcfb49
chore(deps): update apscheduler requirement from ~=3.6.2 to ~=3… (#6578)
dependabot-preview[bot] 4921227
fix: Check if identifier does not contain of all digits. (#6572)
prateekj117 73f42d6
chore(deps): update stripe requirement from ~=2.38.0 to ~=2.39.0 (#6583)
dependabot-preview[bot] 3e74397
chore(deps): update requests-oauthlib requirement from ~=1.2 to… (#6582)
dependabot-preview[bot] f81571b
chore(deps): update stripe requirement from ~=2.39.0 to ~=2.40.0 (#6588)
dependabot-preview[bot] b0b759d
chore(deps): update gunicorn requirement from ~=19.9 to ~=20.0 (#6587)
dependabot-preview[bot] f48b2bc
chore(deps): update pycryptodome requirement from ~=3.9.1 to ~=… (#6589)
dependabot-preview[bot] 59f614e
chore(deps): update sqlalchemy requirement from ~=1.3.10 to ~=1… (#6592)
dependabot-preview[bot] b3a8c33
chore(deps): update pycryptodome requirement from ~=3.9.2 to ~=… (#6593)
dependabot-preview[bot] bb504da
chore(docs): Add missing attendee endpoints (#6596)
akshat0047 006110f
chore(docs): Added auth/verify-email endpoint in documentation (#6602)
codedsun 0a0e2c4
fix: handelled invalid price value in paid tickets (#6604)
codedsun 931127b
chore(deps): update pycryptodome requirement from ~=3.9.3 to ~=… (#6605)
dependabot-preview[bot] 9e2d53f
chore: Update version to 1.8.0
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
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
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 |
---|---|---|
|
@@ -261,6 +261,200 @@ Get a list of attendees of an order. | |
"self": "/v1/orders/7201904e-c695-4251-a30a-61765a37ff24/attendees" | ||
} | ||
} | ||
|
||
## List Attendees under an event [/v1/events/{event_id}/attendees] | ||
+ Parameters | ||
+ event_id: 1 (integer) - Identifier of the event | ||
|
||
### List All Attendees under an event [GET] | ||
Get a list of attendees of an event. | ||
|
||
+ Request | ||
|
||
+ Headers | ||
|
||
Accept: application/vnd.api+json | ||
|
||
Authorization: JWT <Auth Key> | ||
|
||
+ Response 200 (application/vnd.api+json) | ||
|
||
{ | ||
"meta": { | ||
"count": 1 | ||
}, | ||
"data": [ | ||
{ | ||
"relationships": { | ||
"ticket": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/ticket", | ||
"related": "/v1/attendees/1/ticket" | ||
} | ||
}, | ||
"order": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/order", | ||
"related": "/v1/attendees/1/order" | ||
} | ||
}, | ||
"event": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/event", | ||
"related": "/v1/attendees/1/event" | ||
} | ||
}, | ||
"user": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/user", | ||
"related": "/v1/attendees/1/user" | ||
} | ||
} | ||
}, | ||
"attributes": { | ||
"facebook": null, | ||
"address": "address", | ||
"ticket-id": "31", | ||
"is-checked-out": null, | ||
"checkout-times": null, | ||
"job-title": null, | ||
"deleted-at": null, | ||
"work-address": null, | ||
"checkin-times": null, | ||
"state": "example", | ||
"country": "IN", | ||
"lastname": "UnDoe", | ||
"city": "example", | ||
"phone": null, | ||
"company": null, | ||
"is-checked-in": false, | ||
"gender": null, | ||
"shipping-address": null, | ||
"blog": null, | ||
"firstname": "John", | ||
"website": null, | ||
"billing-address": null, | ||
"pdf-url": null, | ||
"tax-business-info": null, | ||
"home-address": null, | ||
"work-phone": null, | ||
"birth-date": null, | ||
"github": null, | ||
"twitter": null, | ||
"email": "[email protected]", | ||
"attendee-notes": null | ||
}, | ||
"type": "attendee", | ||
"id": "1", | ||
"links": { | ||
"self": "/v1/attendees/1" | ||
} | ||
} | ||
], | ||
"jsonapi": { | ||
"version": "1.0" | ||
}, | ||
"links": { | ||
"self": "/v1/events/1/attendees" | ||
} | ||
} | ||
|
||
## List Attendees under a ticket [/v1/tickets/{ticket_id}/attendees] | ||
+ Parameters | ||
+ ticket_id: 1 (integer) - Identifier of the event | ||
|
||
### List All Attendees under a ticket [GET] | ||
Get a list of attendees of a ticket. | ||
|
||
+ Request | ||
|
||
+ Headers | ||
|
||
Accept: application/vnd.api+json | ||
|
||
Authorization: JWT <Auth Key> | ||
|
||
+ Response 200 (application/vnd.api+json) | ||
|
||
{ | ||
"meta": { | ||
"count": 1 | ||
}, | ||
"data": [ | ||
{ | ||
"relationships": { | ||
"ticket": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/ticket", | ||
"related": "/v1/attendees/1/ticket" | ||
} | ||
}, | ||
"order": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/order", | ||
"related": "/v1/attendees/1/order" | ||
} | ||
}, | ||
"event": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/event", | ||
"related": "/v1/attendees/1/event" | ||
} | ||
}, | ||
"user": { | ||
"links": { | ||
"self": "/v1/attendees/1/relationships/user", | ||
"related": "/v1/attendees/1/user" | ||
} | ||
} | ||
}, | ||
"attributes": { | ||
"facebook": null, | ||
"address": "address", | ||
"ticket-id": "1", | ||
"is-checked-out": null, | ||
"checkout-times": null, | ||
"job-title": null, | ||
"deleted-at": null, | ||
"work-address": null, | ||
"checkin-times": null, | ||
"state": "example", | ||
"country": "IN", | ||
"lastname": "UnDoe", | ||
"city": "example", | ||
"phone": null, | ||
"company": null, | ||
"is-checked-in": false, | ||
"gender": null, | ||
"shipping-address": null, | ||
"blog": null, | ||
"firstname": "John", | ||
"website": null, | ||
"billing-address": null, | ||
"pdf-url": null, | ||
"tax-business-info": null, | ||
"home-address": null, | ||
"work-phone": null, | ||
"birth-date": null, | ||
"github": null, | ||
"twitter": null, | ||
"email": "[email protected]", | ||
"attendee-notes": null | ||
}, | ||
"type": "attendee", | ||
"id": "1", | ||
"links": { | ||
"self": "/v1/attendees/1" | ||
} | ||
} | ||
], | ||
"jsonapi": { | ||
"version": "1.0" | ||
}, | ||
"links": { | ||
"self": "/v1/tickets/1/attendees" | ||
} | ||
} | ||
|
||
## Attendee Details [/v1/attendees/{attendee_id}] | ||
+ Parameters | ||
|
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
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.
invalid escape sequence '.'