-
Notifications
You must be signed in to change notification settings - Fork 123
[backend] Added bulk create expectation traces endpoint #2945
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
Conversation
f74afd0
to
d9f5a74
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/current #2945 +/- ##
=====================================================
+ Coverage 40.14% 40.30% +0.15%
- Complexity 2177 2190 +13
=====================================================
Files 660 661 +1
Lines 20440 20500 +60
Branches 1394 1396 +2
=====================================================
+ Hits 8206 8262 +56
- Misses 11785 11787 +2
- Partials 449 451 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d9f5a74
to
12e24ff
Compare
...as-api/src/main/java/io/openbas/rest/inject_expectation_trace/InjectExpectationTraceApi.java
Outdated
Show resolved
Hide resolved
...as-api/src/main/java/io/openbas/rest/inject_expectation_trace/InjectExpectationTraceApi.java
Outdated
Show resolved
Hide resolved
...main/java/io/openbas/rest/inject_expectation_trace/form/BulkInjectExpectationTraceInput.java
Outdated
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/service/InjectExpectationTraceService.java
Outdated
Show resolved
Hide resolved
1bb0a5f
to
d01cc0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff
good to know we have a schema constraint now :)
openbas-api/src/test/java/io/openbas/rest/InjectExpectationTraceApiTest.java
Outdated
Show resolved
Hide resolved
…cates on expectationtraces insert
…cates on expectationtraces insert
d01cc0c
to
cce271f
Compare
Proposed changes
Related issues
Checklist