Skip to content

Conversation

@tiyash-basu-frequenz
Copy link
Contributor

This commit renames the enum variant InverterType.INVERTER_TYPE_SOLAR to InverterType.INVERTER_TYPE_PHOTOVOLTAIC in the inverter.proto file. This change is made to align with the more colloquial term "PV inverter", while avoiding the use of an abbreviation.

This commit renames the enum variant `InverterType.INVERTER_TYPE_SOLAR`
to `InverterType.INVERTER_TYPE_PHOTOVOLTAIC` in the `inverter.proto`
file. This change is made to align with the more colloquial term
"PV inverter", while avoiding the use of an abbreviation.

Signed-off-by: Tiyash Basu <[email protected]>
@tiyash-basu-frequenz tiyash-basu-frequenz added this to the v0.7.0 milestone Jun 13, 2025
@tiyash-basu-frequenz tiyash-basu-frequenz self-assigned this Jun 13, 2025
Copilot AI review requested due to automatic review settings June 13, 2025 16:02
@tiyash-basu-frequenz tiyash-basu-frequenz requested a review from a team as a code owner June 13, 2025 16:02
@tiyash-basu-frequenz tiyash-basu-frequenz added the type:enhancement New feature or enhancement visitble to users label Jun 13, 2025
@github-actions github-actions bot added part:docs Affects the documentation part:protobuf Affects the protocol buffer definition files labels Jun 13, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the enum variant from INVERTER_TYPE_SOLAR to INVERTER_TYPE_PHOTOVOLTAIC to align with the preferred terminology for photovoltaic inverters.

  • Renames the enum variant in the proto file and updates its accompanying comment.
  • Updates the corresponding reference in the release notes to reflect the new enum name.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
proto/frequenz/api/common/v1/microgrid/electrical_components/inverter.proto Renamed enum variant and updated its comment
RELEASE_NOTES.md Updated release notes to reflect the new enum name
Comments suppressed due to low confidence (2)

proto/frequenz/api/common/v1/microgrid/electrical_components/inverter.proto:21

  • [nitpick] The updated comment includes the abbreviation 'PV', which contradicts the commit description's goal of avoiding abbreviations. Consider removing '(PV)' to maintain consistency.
  // Photovoltaic (PV) inverter.

RELEASE_NOTES.md:36

  • [nitpick] The release notes mention 'PV inverter' despite the intention to avoid abbreviations as stated in the commit description. Consider revising the comment for consistency.
        * `InverterType.INVERTER_TYPE_SOLAR` to `InverterType.INVERTER_TYPE_PHOTOVOLTAIC` (to align with the more colloquial term "PV inverter", but without using abbreviations)

@tiyash-basu-frequenz tiyash-basu-frequenz added this pull request to the merge queue Jun 13, 2025
Merged via the queue into frequenz-floss:v0.x.x with commit 282cb50 Jun 13, 2025
7 checks passed
@tiyash-basu-frequenz tiyash-basu-frequenz deleted the 258_metric_connection_category branch June 13, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:docs Affects the documentation part:protobuf Affects the protocol buffer definition files type:enhancement New feature or enhancement visitble to users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants