feat: use new standalone FilterLoader - #876
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
b0d46f6 to
cfb7054
Compare
KoloMenek
left a comment
There was a problem hiding this comment.
Tested locally and it works fine. Few comments for the code.
|
While doing additional tests using the ExpertFilters, I got an error cause by a dependency version mismatch for org.apache.commons:commons-lang3:jar that is on version 3.17.0 in network-modification-server and 3.20.0 in filter library. I proposed a solution that makes the filter library no longer use this library, fixing this issue. Here is the PR: gridsuite/filter#132 |
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
110f301 to
cc17937
Compare
- change getNewFilters to load - use query params - improve query params tests - improve twt tests Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
PR Summary