-
Notifications
You must be signed in to change notification settings - Fork 918
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 ts type of injectSearchSourceReferences to avoid type casting #7725
fix ts type of injectSearchSourceReferences to avoid type casting #7725
Conversation
Signed-off-by: Yulong Ruan <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7725 +/- ##
=======================================
Coverage 63.81% 63.82%
=======================================
Files 3654 3654
Lines 81058 81058
Branches 12912 12912
=======================================
+ Hits 51730 51732 +2
+ Misses 26152 26151 -1
+ Partials 3176 3175 -1
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: Yulong Ruan <[email protected]> (cherry picked from commit 85fae59) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ensearch-project#7725) Signed-off-by: Yulong Ruan <[email protected]>
) (#7762) (cherry picked from commit 85fae59) Signed-off-by: Yulong Ruan <[email protected]> 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
Make
indexRefName
optional when callinginjectReferences
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration