-
Notifications
You must be signed in to change notification settings - Fork 2
Computation debug mode #737
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
src/main/java/org/gridsuite/study/server/notification/NotificationService.java
Outdated
Show resolved
Hide resolved
@@ -130,6 +132,7 @@ public class NotificationService { | |||
public static final String ROOT_NETWORKS_UPDATE_FAILED = "rootNetworksUpdateFailed"; | |||
|
|||
public static final String STUDY_ALERT = "STUDY_ALERT"; | |||
public static final String STUDY_DEBUG = "STUDY_DEBUG"; |
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.
public static final String STUDY_DEBUG = "STUDY_DEBUG"; | |
public static final String COMPUTATION_DEBUG_DOWNLOAD = "COMPUTATION_DEBUG_DOWNLOAD"; |
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.
To align with the naming of the notification method, I have changed updateType to COMPUTATION_DEBUG_FILE_STATUS = "computationDebugFileStatus"
DONE in d2ab722
src/main/java/org/gridsuite/study/server/notification/NotificationService.java
Outdated
Show resolved
Hide resolved
...suite/study/server/service/client/dynamicsecurityanalysis/DynamicSecurityAnalysisClient.java
Show resolved
Hide resolved
...suite/study/server/service/client/dynamicsecurityanalysis/DynamicSecurityAnalysisClient.java
Show resolved
Hide resolved
src/main/java/org/gridsuite/study/server/service/ConsumerService.java
Outdated
Show resolved
Hide resolved
...ridsuite/study/server/service/client/dynamicsimulation/impl/DynamicSimulationClientImpl.java
Show resolved
Hide resolved
Signed-off-by: Thang PHAM <[email protected]>
Signed-off-by: Thang PHAM <[email protected]>
|
Signed-off-by: Thang PHAM <[email protected]>
No description provided.