-
Notifications
You must be signed in to change notification settings - Fork 204
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
feat: delete by record id #983
feat: delete by record id #983
Conversation
Signed-off-by: Tipu Singh <[email protected]>
Signed-off-by: Tipu Singh <[email protected]>
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.
Good one! I've left some comments with doubts and suggestions.
packages/core/src/modules/generic-records/GenericRecordsModule.ts
Outdated
Show resolved
Hide resolved
packages/core/src/modules/generic-records/service/GenericRecordService.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Tipu Singh <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #983 +/- ##
==========================================
- Coverage 88.18% 88.12% -0.06%
==========================================
Files 487 487
Lines 11532 11553 +21
Branches 1832 1923 +91
==========================================
+ Hits 10169 10181 +12
+ Misses 1359 1310 -49
- Partials 4 62 +58
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Tipu Singh <[email protected]>
Signed-off-by: Tipu Singh <[email protected]>
@TimoGlastra Is this something we added? |
Signed-off-by: Tipu Singh <[email protected]>
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.
This is great @tipusingh! Left one minor suggestion
No idea where this is coming from. I'm not really a fan of sonarcloud, as it always annoys you about things that are not really a problem. But happy to keep it in if we think it helps |
Signed-off-by: Tipu Singh <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
I've seen that recently it started to run in other projects (such as ACA-Py and aries-mobile-agent-react-native). Could be a group setting? |
Fixes #925
Signed-off-by: Tipu Singh [email protected]