-
Notifications
You must be signed in to change notification settings - Fork 2
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 support for soft delete related functions #65
Conversation
…rsistence-for-saas into support-soft-delete
1. find records including soft deleted 2. find all records including soft deleted 3. return metaData in protoStore's soft delete function
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #65 +/- ##
==========================================
+ Coverage 70.65% 71.21% +0.56%
==========================================
Files 12 12
Lines 1520 1560 +40
==========================================
+ Hits 1074 1111 +37
Misses 352 352
- Partials 94 97 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
nits: please add unit-tests, you can call softdelete and findwithSoftDeletes for one of the existing tests to cover all the new codepaths.
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.
overall lgtm. lmk once you add unit-tests
…rsistence-for-saas into support-soft-delete
…rsistence-for-saas into support-soft-delete
…rsistence-for-saas into support-soft-delete
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.
Please run make lint_fix doc
, other comments can be in follow up
…rsistence-for-saas into support-soft-delete
f93f385
to
c01819d
Compare
Fixes: #64