- Notifications
You must be signed in to change notification settings - Fork11.2k
fix: Grab booking organizer credentials when team admins request reschedule#24645
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
25 commits Select commitHold shift + click to select a range
f70cda5 Change arg name from `bookingUId` to `bookingUid`
joeauyeung11ec0c4 Lint fix
joeauyeungda47659 Use `BookingRepository` to find booking to reschedule
joeauyeungae136be Move early return further up if no booking is found
joeauyeung27c7b0a Use `PermissionCheckService` if request rescheduling a team booking
joeauyeung0b0f8ef Remove redundent check
joeauyeungaac9bd8 Remove redundent eventType query
joeauyeung8af5203 Using `BookingRepository` to update the booking to rescheduled
joeauyeungc998afd Update type in `getUsersCredentialsIncludeServiceAccountKey` to only
joeauyeungc2f810b Get booking organizer credentials
joeauyeung7b3061b Type fixes
joeauyeung3201583 test: Add tests for team admin request reschedule with organizer cred…
devin-ai-integration[bot]2beca4c Merge branch
joeauyeungc39ee0b Merge branch 'main' into fix-request-reschedule-by-non-organizer
joeauyeungf18d8df Merge branch 'main' into fix-request-reschedule-by-non-organizer
joeauyeungc5973cb fix: Address code review comments for request reschedule
devin-ai-integration[bot]8e8209f Merge branch 'main' into fix-request-reschedule-by-non-organizer
joeauyeungd6b800c Type fix
joeauyeung52f1519 Merge branch 'main' into fix-request-reschedule-by-non-organizer
joeauyeungaf438b5 Merge branch 'main' into fix-request-reschedule-by-non-organizer
joeauyeungb87567d Remove businesss logic references from repository methods.
joeauyeung1cb8be2 Move business logic to handler
joeauyeung45c3612 Merge branch 'main' into fix-request-reschedule-by-non-organizer
joeauyeung936146a Type fix
joeauyeung78d994e Merge branch 'main' into fix-request-reschedule-by-non-organizer
Udit-takkarFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Remove redundent eventType query
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitaac9bd88a22662b52d6de8b7a861e9c62d2679fb
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
13 changes: 2 additions & 11 deletionspackages/trpc/server/routers/viewer/bookings/requestReschedule.handler.ts
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
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.