-
Notifications
You must be signed in to change notification settings - Fork 0
Add upcoming and current overload durations in result #199
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
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
Signed-off-by: LE SAULNIER Kevin <[email protected]>
private LimitViolationType limitType; | ||
|
||
private long acceptableDuration; | ||
private Integer acceptableDuration; |
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.
Looks like we converted to long related sorting/filtering. I can't see why?
4f7a3f8
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.
After some tests, it's still working as expected, I can't find why it's ben done
src/main/resources/db/changelog/changesets/changelog_20250908T143920Z.xml
Show resolved
Hide resolved
src/main/resources/db/changelog/changesets/changelog_20250908T143920Z.xml
Show resolved
Hide resolved
src/main/java/org/gridsuite/securityanalysis/server/entities/AbstractLimitViolationEntity.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/securityanalysis/server/entities/AbstractLimitViolationEntity.java
Outdated
Show resolved
Hide resolved
Looking at the recently implemented code, I think we could have used LimitViolationUtils.checkTemporaryLimits() ? It checked quickly but the logic looks similar to what we implemented? |
Signed-off-by: LE SAULNIER Kevin <[email protected]>
|
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.
Code OK
Test OK
No description provided.