Skip to content

Conversation

@tiyash-basu-frequenz
Copy link
Contributor

closes #363

@tiyash-basu-frequenz tiyash-basu-frequenz self-assigned this Jun 13, 2025
Copilot AI review requested due to automatic review settings June 13, 2025 09:45
@tiyash-basu-frequenz tiyash-basu-frequenz requested a review from a team as a code owner June 13, 2025 09:45
@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 reorganizes the location.proto file into a dedicated types package and updates downstream references accordingly, closing issue #363.

  • Moved location.proto into proto/frequenz/api/common/v1/types/ and updated its package declaration.
  • Updated import paths and fully qualified type references in microgrid.proto.
  • Documented the change in RELEASE_NOTES.md.

Reviewed Changes

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

File Description
proto/frequenz/api/common/v1/types/location.proto Updated package to frequenz.api.common.v1.types after relocating the file
proto/frequenz/api/common/v1/microgrid/microgrid.proto Adjusted import path and type reference to the new types.Location
RELEASE_NOTES.md Added note about moving location.proto into the types package
Comments suppressed due to low confidence (1)

RELEASE_NOTES.md:68

  • [nitpick] Clarify the fully qualified protobuf message name in the release note—e.g., use frequenz.api.common.v1.types.Location—to avoid ambiguity for consumers.
- The file `location.proto` has been moved to the `types` package, moving the message `Location` to `types.Location`.

@github-actions github-actions bot added the part:tests Affects the unit, integration and performance (benchmarks) tests label Jun 13, 2025
@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 89f4c33 Jun 13, 2025
6 checks passed
@tiyash-basu-frequenz tiyash-basu-frequenz deleted the 363_location branch June 13, 2025 12:12
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 part:tests Affects the unit, integration and performance (benchmarks) tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move location.proto to types/

2 participants