-
Notifications
You must be signed in to change notification settings - Fork 946
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
[Fix] Remove empty suggestion history #5349
Conversation
Signed-off-by: Willie Hung <willie880201044@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5349 +/- ##
=======================================
Coverage 66.96% 66.97%
=======================================
Files 3293 3293
Lines 63289 63291 +2
Branches 10065 10066 +1
=======================================
+ Hits 42383 42390 +7
+ Misses 18462 18459 -3
+ Partials 2444 2442 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Willie Hung <willie880201044@gmail.com>
Signed-off-by: Josh Romero <rmerqg@amazon.com>
Signed-off-by: Willie Hung <willie880201044@gmail.com>
Signed-off-by: Willie Hung <willie880201044@gmail.com>
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.
LGTM
Signed-off-by: Anan Zhuang <ananzh@amazon.com>
* Add search input filter Signed-off-by: Willie Hung <willie880201044@gmail.com> * Add CHANGELOG.md Signed-off-by: Willie Hung <willie880201044@gmail.com> * Add tests for empty suggestions Signed-off-by: Willie Hung <willie880201044@gmail.com> * Add code comment Signed-off-by: Willie Hung <willie880201044@gmail.com> --------- Signed-off-by: Willie Hung <willie880201044@gmail.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> (cherry picked from commit 808591a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
* Add search input filter * Add CHANGELOG.md * Add tests for empty suggestions * Add code comment --------- Signed-off-by: Willie Hung <willie880201044@gmail.com> Signed-off-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> (cherry picked from commit 808591a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Remove empty suggestion history to maintain a clean and relevant search experience.
Issues Resolved
Fixes #5348
Screenshot
Before
After
Check List
yarn test:jest
yarn test:jest_integration