HYPERFLEET-1090 - refactor: rename WIFConfig to WifConfig (PascalCase)#5
HYPERFLEET-1090 - refactor: rename WIFConfig to WifConfig (PascalCase)#5sherine-k wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Warning Review limit reached
More reviews will be available in 36 minutes and 35 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (9)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adopt PascalCase for the WifConfig resource kind to stay consistent with other HyperFleet resource naming (e.g., NodePool). - Rename all TypeSpec models, consts, and aliases from WIFConfig to WifConfig - Update service interface, operation IDs, and tags to use WifConfig casing - Regenerate openapi.yaml and swagger.yaml with new schema names - Bump version to 1.0.21 and add CHANGELOG entry
Adopt PascalCase for the WifConfig resource kind to stay consistent with other HyperFleet resource naming (e.g., NodePool). (see hyperfleet-api #198)
Summary
Test Plan
make test-allpassesmake lintpassesmake test-helm(if applicable)