-
Notifications
You must be signed in to change notification settings - Fork 781
Delete Chat #193
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
Delete Chat #193
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f397780
Delete Chat
teresaqhoang 7bfae56
Removing delete chat as feature flag + spell check
teresaqhoang e36373a
Fix formatting
teresaqhoang fc63954
Merging main + adding strings file
teresaqhoang 854703c
Returning 424 on resource delete error
teresaqhoang cf2f476
Adding retry on delete if resource deletion failed
teresaqhoang da5cdbf
Removing unused deleteChatResourcesAsync from webapp
teresaqhoang 90003e2
Merge branch 'main' into delete-chat
teresaqhoang 43a9914
throwing 500 on resource deletion error + using friendlyName in delet…
teresaqhoang 4a6c587
merging main
teresaqhoang c6101a8
Deleting memories
teresaqhoang 1b04107
Adding userId from authinfo
teresaqhoang 92cc026
Using RequireChatParticipant policy
teresaqhoang 4edf3ce
Addressing comments
teresaqhoang b6b86a4
Handling exceptions from parallel tasks
teresaqhoang 0e303d3
formtting
teresaqhoang 30e2f42
removing NoContent response + throwing exception
teresaqhoang 4bebf44
removing NoContent response + throwing exception
teresaqhoang 53b81db
Changing string
teresaqhoang 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
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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| export const COPY = { | ||
| STEPWISE_RESULT_NOT_FOUND_REGEX: /(Result not found, review _stepsTaken to see what happened\.)\s+(\[{.*}])/g, | ||
| CHAT_DELETED_MESSAGE: (chatName?: string) => | ||
| `Chat ${ | ||
| chatName ? `{${chatName}} ` : '' | ||
| }has been removed by another user. You can still access the latest chat history for now. All chat content will be cleared once you refresh or exit the application.`, | ||
| REFRESH_APP_ADVISORY: 'Please refresh the page to ensure you have the latest data.', | ||
| }; |
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.
Uh oh!
There was an error while loading. Please reload this page.