-
Notifications
You must be signed in to change notification settings - Fork 90
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]Show prerequisites info in atomic testing (#1787) #2026
Merged
Conversation
This file contains 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
johanah29
changed the title
[Backend]Test launch/relaunch/pause of a simulation (#1488)
[frontend|backend]Show prerequisites info in atomic testing (#1787)
Dec 10, 2024
johanah29
force-pushed
the
issue/1518-release
branch
from
December 10, 2024 10:54
0383736
to
1148d1b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/1.10.0 #2026 +/- ##
====================================================
- Coverage 34.95% 34.77% -0.18%
- Complexity 1385 1404 +19
====================================================
Files 531 535 +4
Lines 15905 16188 +283
Branches 999 1034 +35
====================================================
+ Hits 5559 5630 +71
- Misses 10067 10274 +207
- Partials 279 284 +5 ☔ View full report in Codecov by Sentry. |
johanah29
force-pushed
the
issue/1518-release
branch
2 times, most recently
from
December 11, 2024 13:43
b6b6a1f
to
d77221f
Compare
savacano28
reviewed
Dec 11, 2024
openbas-api/src/main/java/io/openbas/rest/payload/PayloadUtils.java
Outdated
Show resolved
Hide resolved
savacano28
reviewed
Dec 11, 2024
openbas-api/src/main/java/io/openbas/scheduler/jobs/InjectsExecutionJob.java
Show resolved
Hide resolved
savacano28
reviewed
Dec 11, 2024
savacano28
reviewed
Dec 11, 2024
openbas-api/src/main/java/io/openbas/utils/AtomicTestingUtils.java
Outdated
Show resolved
Hide resolved
savacano28
reviewed
Dec 11, 2024
savacano28
reviewed
Dec 11, 2024
savacano28
reviewed
Dec 11, 2024
johanah29
force-pushed
the
issue/1518-release
branch
from
December 11, 2024 15:30
d77221f
to
6572da3
Compare
savacano28
reviewed
Dec 11, 2024
openbas-front/src/admin/components/atomic_testings/atomic_testing/AtomicTestingDetail.tsx
Show resolved
Hide resolved
johanah29
force-pushed
the
issue/1518-release
branch
2 times, most recently
from
December 12, 2024 09:54
283cac9
to
7a09029
Compare
openbas-front/src/admin/components/atomic_testings/atomic_testing/Index.tsx
Outdated
Show resolved
Hide resolved
johanah29
force-pushed
the
issue/1518-release
branch
from
December 12, 2024 15:29
ecb760a
to
b5cb557
Compare
savacano28
approved these changes
Dec 12, 2024
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.
#1856