Skip to content

Conversation

@jinyoungmoonDEV
Copy link
Contributor

Category

  • New feature
  • Bug fix
  • Improvement
  • Refactor
  • etc

Description

  • enum error from CostReport

Signed-off-by: jinyoungmoonDEV <moonjinyoung.dev@gmail.com>
@jinyoungmoonDEV jinyoungmoonDEV requested a review from Copilot June 13, 2025 05:06
@jinyoungmoonDEV jinyoungmoonDEV merged commit 4ef4e90 into cloudforet-io:master Jun 13, 2025
3 checks passed
Copy link

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 fixes an enum error in the CostReport proto definition by removing the global Status enum and reintroducing it within the CostReportQuery and CostReportInfo messages.

  • Removed the global Status enum from the service definition.
  • Added enum Status inline within CostReportQuery.
  • Added enum Status inline within CostReportInfo to better scope the enum usage.

}

message CostReportQuery {
enum Status {
Copy link

Copilot AI Jun 13, 2025

Choose a reason for hiding this comment

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

The Status enum is now duplicated in both CostReportQuery and CostReportInfo messages. Consider refactoring by defining the enum in a shared location to avoid potential maintenance issues.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant