[backend] feat(chaining): add type for payload arguments (#4824) - #5302
Merged
Stephanya Casanova (savacano28) merged 14 commits intoApr 20, 2026
Merged
Conversation
Stephanya Casanova (savacano28)
marked this pull request as ready for review
March 31, 2026 13:05
Stephanya Casanova (savacano28)
force-pushed
the
issue/4824-type-payload-arguments
branch
from
March 31, 2026 13:10
33a177b to
cc53733
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release/current #5302 +/- ##
=====================================================
+ Coverage 63.83% 63.84% +0.01%
- Complexity 5784 5789 +5
=====================================================
Files 1135 1138 +3
Lines 34030 34039 +9
Branches 2624 2624
=====================================================
+ Hits 21722 21732 +10
+ Misses 11031 11030 -1
Partials 1277 1277 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Camille Roux (camrrx)
self-requested a review
April 1, 2026 08:02
Stephanya Casanova (savacano28)
force-pushed
the
issue/4824-type-payload-arguments
branch
3 times, most recently
from
April 3, 2026 10:24
0e51c4c to
ed477cc
Compare
Camille Roux (camrrx)
force-pushed
the
issue/4824-type-payload-arguments
branch
from
April 13, 2026 09:12
9a81612 to
a1c49dd
Compare
Camille Roux (camrrx)
approved these changes
Apr 13, 2026
Stephanya Casanova (savacano28)
force-pushed
the
issue/4824-type-payload-arguments
branch
4 times, most recently
from
April 17, 2026 07:25
cf343a6 to
9a7cd06
Compare
Stephanya Casanova (savacano28)
force-pushed
the
issue/4824-type-payload-arguments
branch
from
April 17, 2026 08:56
9a7cd06 to
c201ced
Compare
# Conflicts: # openaev-api/src/main/java/io/openaev/rest/payload/exports/PayloadFileExport.java # openaev-api/src/test/java/io/openaev/rest/payload/PayloadApiTest.java # openaev-front/src/admin/components/threat_arsenal/form/useArgumentTypes.ts # openaev-front/tests_e2e/model/threat-arsenals/ThreatArsenalFormComponent.ts # openaev-front/tests_e2e/tests/payloads/payload-creation.spec.ts
Stephanya Casanova (savacano28)
merged commit Apr 20, 2026
497c74b
into
release/current
14 checks passed
Stephanya Casanova (savacano28)
deleted the
issue/4824-type-payload-arguments
branch
April 20, 2026 10:32
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
Testing Instructions
Related issues
What is not covered in this Pr:
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...