-
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
add list of ids to contingency info export endpoint #102
add list of ids to contingency info export endpoint #102
Conversation
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.
Same issue with sensitivity-analysis-server: https://github.com/gridsuite/sensitivity-analysis-server/blob/4350f48fac079443b9d3fb4551bc5920446b8110/src/main/java/org/gridsuite/sensitivityanalysis/server/service/SensitivityAnalysisInputBuilderService.java#L60-L62
Can we fix it in the mean time for the endpoint /contingency-lists/{id}/export (@SlimaneAmar)?
src/main/java/org/gridsuite/actions/server/ContingencyListController.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/actions/server/ContingencyListController.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/actions/server/ContingencyListController.java
Show resolved
Hide resolved
src/main/java/org/gridsuite/actions/server/ContingencyListController.java
Show resolved
Hide resolved
Yes |
@@ -173,6 +173,12 @@ public List<ContingencyInfos> exportContingencyInfosList(UUID id, UUID networkUu | |||
return evaluateContingencyList(findContingencyList(id, network), network); | |||
} | |||
|
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.
remove previous exportContingencyInfosList
definition
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.
removed
This reverts commit f73f5e4.
Quality Gate passedIssues Measures |
depend on security anaysis PR