-
Notifications
You must be signed in to change notification settings - Fork 1
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 regulating terminal for converter station #48
add regulating terminal for converter station #48
Conversation
Signed-off-by: David BRAQUART <[email protected]>
Signed-off-by: David BRAQUART <[email protected]>
fbaa0eb
to
81ab1bf
Compare
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 be merged when new network-store client release will be created
pom.xml
Outdated
@@ -52,7 +52,7 @@ | |||
|
|||
<powsybl-ws-dependencies.version>2.11.0</powsybl-ws-dependencies.version> | |||
<!-- FIXME: powsybl-network-store modules'version is overloaded in the dependencies section.The overloads and this property below have to be removed at next powsybl-ws-dependencies.version upgrade --> | |||
<powsybl-network-store.version>1.13.0</powsybl-network-store.version> | |||
<powsybl-network-store.version>1.14.0-SNAPSHOT</powsybl-network-store.version> |
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.
Wait for next network-store client release before merging this PR (with this new release in pom.xml)
Signed-off-by: David BRAQUART <[email protected]>
…rminal-for-converter-station # Conflicts: # network-store-server/src/main/resources/db/changelog/db.changelog-master.yaml # pom.xml
|
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
What kind of change does this PR introduce?
2 TCK tests are KO (commented) because VscConverterStation.setRegulatingTerminal is not implemented. This PR adds persistent implementation for getRegulatingTerminal/setRegulatingTerminal in VscConverterStation.
What is the current behavior?
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information: