-
Notifications
You must be signed in to change notification settings - Fork 44
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
support get document by id #602
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #602 +/- ##
==========================================
+ Coverage 61.70% 62.24% +0.53%
==========================================
Files 9 9
Lines 470 482 +12
Branches 69 71 +2
==========================================
+ Hits 290 300 +10
- Misses 180 182 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Unit Test Analysis🎯level:Important Existing Test Cases
Recommended Test Cases
|
PR-Codex overview
This PR focuses on adding a new
getDoc
function to the SDK and implementing the corresponding API endpoint in the IndexerNode service.Detailed summary
getDoc
function to the SDK to retrieve a document by its ID.GetDoc
API endpoint in the IndexerNode service.db_store_v2.rs
file to handle thegetDoc
request.getDoc
function in the SDK anddoc_store
module.