Skip to content

Conversation

@ImMin5
Copy link
Member

@ImMin5 ImMin5 commented May 26, 2025

Category

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

Description

  • update cost_report.proto to reorder fields and add updated_at for tracking

Known issue

@ImMin5 ImMin5 requested a review from Copilot May 26, 2025 09:02
@ImMin5 ImMin5 self-assigned this May 26, 2025
@ImMin5 ImMin5 added the enhancement New feature or request label May 26, 2025
@ImMin5 ImMin5 merged commit 4315a6e into cloudforet-io:master May 26, 2025
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 reorders fields in the CostReportInfo message and adds an updated_at field to track modifications.

  • Reorders project_id, workspace_id, and domain_id fields, while introducing a new service_account_id field.
  • Adds an updated_at field to track changes.
Comments suppressed due to low confidence (1)

proto/spaceone/api/cost_analysis/v1/cost_report.proto:110

  • Reordering fields and assigning new tag numbers (e.g., service_account_id now using 22) may introduce backward compatibility issues with existing serialized data. Ensure that all affected clients are updated in tandem with these changes.
string service_account_id = 22;

string workspace_id = 24;
string domain_id = 25;
string created_at = 31;
string updated_at = 32;
Copy link

Copilot AI May 26, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider adding a descriptive comment for the updated_at field to clarify its purpose in tracking modifications.

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

Labels

enhancement New feature or request pass/signedoff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant