feat(explore): Save and get explore query endpoints#86578
Merged
edwardgou-sentry merged 5 commits intoMar 14, 2025
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #86578 +/- ##
===========================================
+ Coverage 56.40% 87.75% +31.34%
===========================================
Files 9815 9831 +16
Lines 555505 556515 +1010
Branches 21926 21926
===========================================
+ Hits 313345 488374 +175029
+ Misses 241729 67710 -174019
Partials 431 431 |
Base automatically changed from
egou/feat/add-explore-saved-query-model
to
master
March 12, 2025 13:50
1db71bd to
aada4b9
Compare
Abdkhan14
approved these changes
Mar 13, 2025
Contributor
Abdkhan14
left a comment
There was a problem hiding this comment.
Did a sanity check and the tests are adequate 🚢
Contributor
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adds
GETandPOST/explore/saved/endpoints for saving and fetching saved explore queries.