-
Notifications
You must be signed in to change notification settings - Fork 128
[backend/frontend] Fix partial delete of documents (#3467) #3590
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
base: release/current
Are you sure you want to change the base?
Conversation
a142e8a
to
8f98a4f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/current #3590 +/- ##
=====================================================
+ Coverage 44.42% 44.52% +0.10%
- Complexity 2801 2821 +20
=====================================================
Files 762 765 +3
Lines 23138 23180 +42
Branches 1610 1610
=====================================================
+ Hits 10278 10322 +44
+ Misses 12284 12283 -1
+ Partials 576 575 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
openbas-api/src/main/java/io/openbas/migration/V4_10__Update_contrainst_documents.java
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/rest/document/DocumentApi.java
Outdated
Show resolved
Hide resolved
Is there a reason why most relationships are not part of the data model and thus not collectable via property access, rather than specialised native SQL queries ? |
Proposed changes
Testing Instructions
Related issues
Checklist
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...