-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add API for Retrieving All Documents #755
Conversation
Add FindProjectInfoBySecretKey and FindUserInfoById
Update FindProjectInfoBySecretKey test
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #755 +/- ##
==========================================
+ Coverage 49.30% 50.17% +0.86%
==========================================
Files 69 69
Lines 10094 10165 +71
==========================================
+ Hits 4977 5100 +123
+ Misses 4601 4526 -75
- Partials 516 539 +23 ☔ View full report in Codecov by Sentry. |
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.
Thanks for your contribution. Overall looks good.
I left a few comments.
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. 🚀
What this PR does / why we need it:
This PR introduces additional functionality required for the creation and retrieval of documents through REST API. Specifically, it adds the following enhancements:
Which issue(s) this PR fixes:
Related #677
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation:
Checklist: