refactor!: Rename .yml files to .yaml for consistency.#1617
refactor!: Rename .yml files to .yaml for consistency.#1617junhaoliao merged 1 commit intoy-scope:mainfrom
Conversation
WalkthroughThe pull request systematically updates file path references from Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (25)
🧰 Additional context used🧠 Learnings (48)📓 Common learnings📚 Learning: 2025-10-22T21:14:12.225ZApplied to files:
📚 Learning: 2025-10-22T21:02:31.113ZApplied to files:
📚 Learning: 2025-10-02T15:48:58.961ZApplied to files:
📚 Learning: 2025-08-25T06:32:48.313ZApplied to files:
📚 Learning: 2025-01-15T16:36:48.932ZApplied to files:
📚 Learning: 2025-01-13T21:18:54.629ZApplied to files:
📚 Learning: 2025-09-25T19:26:32.436ZApplied to files:
📚 Learning: 2025-09-04T12:26:54.788ZApplied to files:
📚 Learning: 2025-10-20T21:05:30.417ZApplied to files:
📚 Learning: 2025-10-13T03:32:19.293ZApplied to files:
📚 Learning: 2025-08-25T16:27:50.549ZApplied to files:
📚 Learning: 2025-08-15T21:48:46.674ZApplied to files:
📚 Learning: 2025-10-27T07:07:37.901ZApplied to files:
📚 Learning: 2025-07-23T09:54:45.185ZApplied to files:
📚 Learning: 2025-07-01T14:52:15.217ZApplied to files:
📚 Learning: 2025-07-07T17:41:15.655ZApplied to files:
📚 Learning: 2025-09-08T21:41:32.059ZApplied to files:
📚 Learning: 2025-06-18T20:48:48.990ZApplied to files:
📚 Learning: 2025-01-16T16:58:43.190ZApplied to files:
📚 Learning: 2025-09-04T13:51:02.311ZApplied to files:
📚 Learning: 2024-11-18T16:49:20.248ZApplied to files:
📚 Learning: 2025-11-17T22:58:50.044ZApplied to files:
📚 Learning: 2025-10-17T19:59:35.299ZApplied to files:
📚 Learning: 2025-09-04T12:26:54.788ZApplied to files:
📚 Learning: 2025-10-07T07:54:32.427ZApplied to files:
📚 Learning: 2025-11-10T05:19:56.600ZApplied to files:
📚 Learning: 2025-07-05T03:38:16.779ZApplied to files:
📚 Learning: 2025-11-03T16:17:40.223ZApplied to files:
📚 Learning: 2025-10-22T21:01:31.391ZApplied to files:
📚 Learning: 2025-08-25T07:27:19.449ZApplied to files:
📚 Learning: 2025-09-02T13:35:33.396ZApplied to files:
📚 Learning: 2025-10-27T04:05:01.560ZApplied to files:
📚 Learning: 2025-08-09T04:07:27.083ZApplied to files:
📚 Learning: 2025-08-29T07:31:24.032ZApplied to files:
📚 Learning: 2025-08-29T07:26:53.532ZApplied to files:
📚 Learning: 2024-11-26T19:12:43.982ZApplied to files:
📚 Learning: 2025-08-13T19:58:26.058ZApplied to files:
📚 Learning: 2025-08-04T17:26:17.098ZApplied to files:
📚 Learning: 2025-06-27T01:49:15.724ZApplied to files:
📚 Learning: 2025-10-13T03:24:35.074ZApplied to files:
📚 Learning: 2025-09-25T05:13:13.298ZApplied to files:
📚 Learning: 2025-09-28T15:00:22.170ZApplied to files:
📚 Learning: 2024-11-17T23:24:08.862ZApplied to files:
📚 Learning: 2025-10-20T20:19:40.504ZApplied to files:
📚 Learning: 2025-08-25T00:45:05.464ZApplied to files:
📚 Learning: 2025-08-25T00:45:05.464ZApplied to files:
📚 Learning: 2025-08-25T06:29:59.610ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (15)
🔇 Additional comments (27)
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 |
davidlion
left a comment
There was a problem hiding this comment.
I'm not sure if there is more involved testing that I could have done, but the changes lgtm and I couldn't find any other (relevant) files or content with .yml.
Description
Renames all
.ymlYAML files to.yamlextensions. Updates all code and documentation references to match the renaming. This ensures consistency across the codebase.BREAKING changes
.yml→ etc/clp-config.yaml.yml→ etc/credentials.template.yamlMigration required
Existing users upgrading to this version will need to:
Background
https://datatracker.ietf.org/doc/html/rfc9512.html#name-filename-extension
Checklist
breaking change.
Validation performed
Summary by CodeRabbit
Documentation
.yamlextension instead of.ymlthroughout guides, setup instructions, and deployment configurations.Configuration
.yamlextension for consistency across all components and tools.