-
Notifications
You must be signed in to change notification settings - Fork 89
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
[frontend/backend] Chaining injects logically #1551
Conversation
45ef360
to
f088e6c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1551 +/- ##
============================================
- Coverage 33.52% 33.22% -0.30%
- Complexity 1608 1613 +5
============================================
Files 557 560 +3
Lines 14477 14719 +242
Branches 871 910 +39
============================================
+ Hits 4854 4891 +37
- Misses 9398 9597 +199
- Partials 225 231 +6 ☔ View full report in Codecov by Sentry. |
openbas-model/src/main/java/io/openbas/database/repository/InjectDependenciesRepository.java
Outdated
Show resolved
Hide resolved
openbas-model/src/main/java/io/openbas/database/repository/InjectDependenciesRepository.java
Show resolved
Hide resolved
openbas-model/src/main/java/io/openbas/database/model/InjectDependency.java
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/rest/inject/InjectApi.java
Outdated
Show resolved
Hide resolved
openbas-front/src/admin/components/common/injects/UpdateInjectDetails.js
Outdated
Show resolved
Hide resolved
openbas-front/src/admin/components/common/injects/InjectChainsForm.js
Outdated
Show resolved
Hide resolved
openbas-front/src/admin/components/common/injects/InjectChainsForm.js
Outdated
Show resolved
Hide resolved
...s-api/src/main/java/io/openbas/migration/V3_202409191705__Add_table_inject_dependencies.java
Outdated
Show resolved
Hide resolved
@RomuDeuxfois I added an explanation and the list of expectations required : |
Proposed changes
Related issues
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...