Skip to content
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

Merged
merged 4 commits into from
Jul 31, 2024

Conversation

dbraquart
Copy link
Contributor

@dbraquart dbraquart commented Jul 11, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

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?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

Other information:

@dbraquart dbraquart force-pushed the TCK-add-regulating-terminal-for-converter-station branch from fbaa0eb to 81ab1bf Compare July 15, 2024 09:26
@dbraquart dbraquart requested a review from FranckLecuyer July 15, 2024 10:09
Copy link
Contributor

@FranckLecuyer FranckLecuyer left a 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>
Copy link
Contributor

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
Copy link

@dbraquart dbraquart merged commit ab94d64 into main Jul 31, 2024
4 checks passed
@dbraquart dbraquart deleted the TCK-add-regulating-terminal-for-converter-station branch July 31, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants