-
Notifications
You must be signed in to change notification settings - Fork 0
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
remove previous courcirc logs when run starts #53
remove previous courcirc logs when run starts #53
Conversation
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
Signed-off-by: David BRAQUART <david.braquart@rte-france.com>
@@ -59,11 +59,12 @@ public ResponseEntity<UUID> runAndSave(@Parameter(description = "Network UUID") | |||
@Parameter(description = "Result receiver") @RequestParam(name = "receiver", required = false) String receiver, | |||
@Parameter(description = "reportUuid") @RequestParam(name = "reportUuid", required = false) UUID reportUuid, | |||
@Parameter(description = "reporterId") @RequestParam(name = "reporterId", required = false) String reporterId, | |||
@Parameter(description = "The type name for the report") @RequestParam(name = "reportType", required = false) String reportType, |
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.
Add defaultValue
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.
I cant put a default value here: I dont know if it's AllBuses or OneBus case.
So I made it in the workerService
…logs # Conflicts: # src/main/java/org/gridsuite/shortcircuit/server/service/ShortCircuitRunContext.java
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: Mathieu DEHARBE <mathieu.deharbe@rte-france.com>
No description provided.