-
Notifications
You must be signed in to change notification settings - Fork 971
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
[backend] retention rules on files with status complete or timeout (#7482) #8267
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8267 +/- ##
==========================================
- Coverage 66.24% 66.23% -0.01%
==========================================
Files 597 597
Lines 60315 60325 +10
Branches 6197 6200 +3
==========================================
+ Hits 39954 39955 +1
- Misses 20361 20370 +9 ☔ View full report in Codecov by Sentry. |
opencti-platform/opencti-front/src/utils/hooks/useLocalStorage.ts
Outdated
Show resolved
Hide resolved
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.
Need to deep dive for the search tool fix. Do not merge yet please.
8d7ad25
to
dd1869b
Compare
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.
All good for me.
Proposed changes
Retention rules on files/workbenches should only delete files/workbenches with status = 'complete' or 'timeout' and with works that are all complete or timeout (don't delete if status = 'progress' or 'wait')
Related issues
fix of #7482