[backend/frontend] add new action types for handling users in background tasks (#3343)#11601
Merged
Gwendoline-FAVRE-FELIX merged 40 commits intomasterfrom Jul 24, 2025
Merged
[backend/frontend] add new action types for handling users in background tasks (#3343)#11601Gwendoline-FAVRE-FELIX merged 40 commits intomasterfrom
Gwendoline-FAVRE-FELIX merged 40 commits intomasterfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11601 +/- ##
==========================================
+ Coverage 65.14% 67.07% +1.92%
==========================================
Files 727 728 +1
Lines 72289 73145 +856
Branches 7918 9657 +1739
==========================================
+ Hits 47096 49062 +1966
+ Misses 25193 24083 -1110 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5 tasks
88aea35 to
c2f5f84
Compare
delemaf
requested changes
Jul 22, 2025
Member
delemaf
left a comment
There was a problem hiding this comment.
Code looks good overall but little front-end fix need to be done
opencti-platform/opencti-front/src/private/components/settings/Users.tsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/dataGrid/components/DataTableHeaders.tsx
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/dataGrid/components/DataTableHeaders.tsx
Show resolved
Hide resolved
Kedae
reviewed
Jul 22, 2025
| > | ||
|
|
||
| <DataTableToolBar | ||
| isUserDatatable={isUserDatatable} |
Member
There was a problem hiding this comment.
I really don't like that. This is for customization of the toolbar, we need to find a more generic way.
There was a problem hiding this comment.
taskScope is now used
delemaf
approved these changes
Jul 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
client PR: OpenCTI-Platform/client-python#932
Related issues
Checklist
Further comments