Skip to content
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] Apply the right platform & architecture when generating a scenario from OCTI (#1713) #2003

Open
wants to merge 17 commits into
base: release/1.10.0
Choose a base branch
from

Conversation

savacano28
Copy link
Contributor

@savacano28 savacano28 commented Dec 6, 2024

Proposed changes

  • Add non-regression tests for endpoints used by the Octi feature
  • Sync values for architectures

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
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

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...

@savacano28 savacano28 changed the base branch from master to release/1.10.0 December 6, 2024 09:39
@savacano28 savacano28 self-assigned this Dec 6, 2024
@savacano28 savacano28 added the filigran team use to identify PR from the Filigran team label Dec 6, 2024
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

Attention: Patch coverage is 57.14286% with 6 lines in your changes missing coverage. Please review.

Project coverage is 33.93%. Comparing base (c9d23e5) to head (9038f48).
Report is 9 commits behind head on release/1.10.0.

Files with missing lines Patch % Lines
...ain/java/io/openbas/rest/payload/PayloadUtils.java 0.00% 4 Missing ⚠️
...java/io/openbas/utils/ArchitectureFilterUtils.java 0.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@                 Coverage Diff                  @@
##             release/1.10.0    #2003      +/-   ##
====================================================
- Coverage             34.06%   33.93%   -0.14%     
- Complexity             1305     1306       +1     
====================================================
  Files                   522      525       +3     
  Lines                 15721    15826     +105     
  Branches                976      998      +22     
====================================================
+ Hits                   5355     5370      +15     
- Misses                10103    10193      +90     
  Partials                263      263              

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

@savacano28 savacano28 marked this pull request as ready for review December 11, 2024 08:43
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.

Apply the right platform & architecture when generating a scenario from OCTI 
1 participant