Skip to content

[frontend/backend] Use filter interface for conditions (#15067)#15350

Draft
delemaf wants to merge 2 commits intoissue/2484-draft-workflow-featurefrom
issue/15067-conditions-filters
Draft

[frontend/backend] Use filter interface for conditions (#15067)#15350
delemaf wants to merge 2 commits intoissue/2484-draft-workflow-featurefrom
issue/15067-conditions-filters

Conversation

@delemaf
Copy link
Copy Markdown
Member

@delemaf delemaf commented Apr 2, 2026

Proposed changes

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

@delemaf delemaf self-assigned this Apr 2, 2026
@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label Apr 2, 2026
@delemaf delemaf linked an issue Apr 2, 2026 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

❌ Patch coverage is 15.38462% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 3.00%. Comparing base (d178952) to head (5fd4c80).

Files with missing lines Patch % Lines
...gs/sub_types/workflow/WorkflowConditionFilters.tsx 0.00% 11 Missing ⚠️
...ncti-front/src/utils/filters/useSearchEntities.tsx 0.00% 9 Missing ⚠️
.../settings/sub_types/workflow/WorkflowFieldList.tsx 0.00% 8 Missing ⚠️
...gs/sub_types/workflow/NodeTypes/TransitionNode.tsx 0.00% 2 Missing ⚠️
.../settings/sub_types/workflow/WorkflowFieldItem.tsx 0.00% 2 Missing ⚠️
...te/components/settings/sub_types/workflow/utils.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                        Coverage Diff                         @@
##           issue/2484-draft-workflow-feature   #15350   +/-   ##
==================================================================
  Coverage                               3.00%    3.00%           
==================================================================
  Files                                   2235     2236    +1     
  Lines                                 112794   112820   +26     
  Branches                               30797    30801    +4     
==================================================================
+ Hits                                    3393     3394    +1     
- Misses                                109401   109426   +25     
Flag Coverage Δ
opencti-front 3.00% <15.38%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@delemaf delemaf force-pushed the issue/2484-draft-workflow-feature branch from d2b7c30 to d178952 Compare April 3, 2026 13:31
@delemaf delemaf force-pushed the issue/15067-conditions-filters branch from d068862 to 319747c Compare April 3, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflow: use filter interface for conditions

1 participant