-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Rename ValveConfigurationAndControl cluster files #41542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename ValveConfigurationAndControl cluster files #41542
Conversation
|
PR #41542: Size comparison from c1f377d to 744bac2 Full report (6 builds for cc32xx, nrfconnect, realtek, stm32)
|
|
PR #41542: Size comparison from c1f377d to 5821290 Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #41542 +/- ##
=======================================
Coverage 51.04% 51.04%
=======================================
Files 1386 1386
Lines 100958 100958
Branches 13061 13061
=======================================
Hits 51534 51534
Misses 49424 49424 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this 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 renames the ValveConfigurationAndControl cluster implementation files from valve-configuration-and-control-server.* to valve-configuration-and-control-cluster.* as preparation for migrating this cluster to a code-driven implementation. This follows the naming convention described in the SDK's cluster development guides.
Key Changes
- Renamed header and source files from
-serversuffix to-clustersuffix - Updated all references to the renamed files in build configuration files and example applications
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/app/clusters/valve-configuration-and-control-server/valve-configuration-and-control-cluster.cpp | Updated include statement to reference renamed header file |
| src/app/clusters/valve-configuration-and-control-server/app_config_dependent_sources.gni | Updated build configuration to reference renamed cluster files |
| src/app/clusters/valve-configuration-and-control-server/app_config_dependent_sources.cmake | Updated CMake build configuration to reference renamed cluster files |
| examples/all-clusters-app/linux/main-common.cpp | Updated include statement to reference renamed header file |
| examples/all-clusters-app/linux/ValveControlDelegate.cpp | Updated include statement to reference renamed header file |
|
PR #41542: Size comparison from 7e83b9f to a78b93d Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
* Rename ValveConfigurationAndControl cluster files * Restyled by gn --------- Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Andrei Litvin <[email protected]>
Summary
This is just a rename of the ValveConfigurationAndControl cluster files in preparation for the code driven migration of this cluster.
Testing
Compiled unit tests but the CI should confirm if there are any breaking links after the rename, no real code change was added (only the header references in some examples).