-
Notifications
You must be signed in to change notification settings - Fork 0
Extract some code to new lib actions #152
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: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
src/test/java/org/gridsuite/actions/server/ContingencyListControllerTest.java
Outdated
Show resolved
Hide resolved
src/main/java/org/gridsuite/actions/server/service/FilterService.java
Outdated
Show resolved
Hide resolved
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
| public class ActionsConfig { | ||
| @Bean | ||
| public ContingencyListEvaluator contingencyListEvaluator( | ||
| FilterProviderI filterProvider |
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.
| FilterProviderI filterProvider | |
| FilterProvider filterProvider |
According to the name updating in actions lib
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.
fixed
| import java.util.UUID; | ||
|
|
||
| @Service | ||
| public class FilterProviderImpl implements FilterProviderI { |
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 class FilterProviderImpl implements FilterProviderI { | |
| public class DefaultFilterProvider implements FilterProvider { |
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.
fixed
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
src/main/java/org/gridsuite/actions/server/service/DefaultFilterProvider.java
Show resolved
Hide resolved
src/main/java/org/gridsuite/actions/server/service/DefaultFilterProvider.java
Show resolved
Hide resolved
| import java.util.UUID; | ||
|
|
||
| @Service | ||
| public class FilterProviderImpl implements FilterProvider { |
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 class FilterProviderImpl implements FilterProvider { | |
| public class DefaultFilterProvider implements FilterProvider { |
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.
fixed
Signed-off-by: LE SAULNIER Kevin <kevin.lesaulnier.pro@gmail.com>
PR Summary