-
Notifications
You must be signed in to change notification settings - Fork 12k
chore: Integrate confirmation booking audit #26523
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
Udit-takkar
merged 30 commits into
main
from
devin/booking-confirmation-audit-1767764589
Jan 12, 2026
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ae92162
chore: Integrate booking confirmation booking audit
devin-ai-integration[bot] 41c2bdb
fix: Use BookingStatus type instead of string for booking.status
devin-ai-integration[bot] e1f4470
Make booking-audit integration test utils reusable
hariombalhara d3f4287
Merge remote-tracking branch 'origin/make-audit-integration-tests-reu…
hariombalhara c9800d8
refactor: enhance handlePaymentSuccess to accept appSlug and actor id…
hariombalhara 5c07201
fix: Correct import paths and getActor function call
devin-ai-integration[bot] 06fe8bd
fix: Use ActorIdentification type instead of AuditActor in getActor
devin-ai-integration[bot] 8f1eae8
fix: Add guard clause for undefined actor in fireBookingAcceptedEvent
devin-ai-integration[bot] ea9ed6c
fix: Add actionSource to all confirm calls
devin-ai-integration[bot] 5953813
refactor: Integrate actor identification and action source updates ac…
hariombalhara 79c14f5
Remvoe formatting changes
hariombalhara e823548
Merge remote-tracking branch 'origin/main' into devin/booking-confirm…
hariombalhara 620aa2a
Merge remote-tracking branch 'origin/main' into devin/booking-confirm…
hariombalhara cdedd66
Merge branch 'devin/booking-confirmation-audit-1767764589' of github.…
hariombalhara 7a5cddf
Merge remote-tracking branch 'origin/main' into devin/booking-confirm…
hariombalhara e6154b2
feat: Implement bulk rejection handling for bookings
hariombalhara 472ed09
Add test
hariombalhara 4676fea
refactor: Enhance booking confirmation tests and event handling
hariombalhara 360bacc
fix tests
hariombalhara 3e2a5d3
Merge remote-tracking branch 'origin/main' into devin/booking-confirm…
hariombalhara 1798394
refactor: Use confirmHandler directly in link and verify-booking-toke…
devin-ai-integration[bot] cbf0cfd
Merge branch 'devin/refactor-confirm-handler-direct-call-1767852097' …
devin-ai-integration[bot] 01b2898
fix ts errors due to merge frommain
hariombalhara 2390a37
feat: introduce getAppActor utility for actor creation
hariombalhara 039ed6a
Merge remote-tracking branch 'origin/main' into devin/booking-confirm…
hariombalhara de1e3c4
Merge branch 'devin/booking-confirmation-audit-1767764589' of github.…
hariombalhara b0d0f5b
Merge remote-tracking branch 'origin/main' into devin/booking-confirm…
hariombalhara c4331d9
refactor: Update appSlug in payment success handlers to use appConfig…
hariombalhara 577a001
test: Enhance booking token verification and audit action tests
hariombalhara 6f44b99
Merge branch 'main' into devin/booking-confirmation-audit-1767764589
Udit-takkar 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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Moved this file to use the confirm handler directly the way API V2 uses it, instead of going through the trpc caller flow. It simplified the file.
This was required because we don't want the trpc endpoint to accept actor and actionSource param as they should be derived by backend