Skip to content

modules: cloud: Rename from cloud_module to cloud#222

Merged
jtguggedal merged 1 commit intomainfrom
cloud-rename
Apr 24, 2025
Merged

modules: cloud: Rename from cloud_module to cloud#222
jtguggedal merged 1 commit intomainfrom
cloud-rename

Conversation

@jtguggedal
Copy link
Copy Markdown
Contributor

To align with other modules, rename to cloud.

@jtguggedal jtguggedal requested a review from Copilot April 24, 2025 12:57
Copy link
Copy Markdown

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 renames the cloud module to align with other modules. Major updates include:

  • Renaming header files and include guards from cloud_module to cloud.
  • Updating documentation and test references to reflect the new naming.
  • Changing thread identifiers in the cloud module implementation.

Reviewed Changes

Copilot reviewed 8 out of 11 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/module/main/src/main.c Updated cloud header include from cloud_module to cloud.
tests/module/cloud/src/cloud_module_test.c Updated cloud header include from cloud_module to cloud.
docs/modules/cloud.md Updated documentation references from cloud_module to cloud.
docs/common/tooling_troubleshooting.md Renamed thread identifier reference.
app/src/modules/cloud/cloud_shell.c Updated cloud header include from cloud_module to cloud.
app/src/modules/cloud/cloud.h Updated include guards from CLOUD_MODULE_H to CLOUD_H.
app/src/modules/cloud/cloud.c Updated cloud header include and thread identifier, but a naming mismatch exists.
app/src/main.c Updated cloud header include from cloud_module to cloud.
Files not reviewed (3)
  • app/src/modules/cloud/CMakeLists.txt: Language not supported
  • docs/patches/magnetometer.patch: Language not supported
  • tests/module/cloud/CMakeLists.txt: Language not supported

To align with other modules, rename to cloud.

Signed-off-by: Jan Tore Guggedal <jantore.guggedal@nordicsemi.no>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 24, 2025

Quality Gate Passed Quality Gate passed

Issues
0 New issues
13 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@jtguggedal jtguggedal requested a review from Copilot April 24, 2025 13:06
Copy link
Copy Markdown

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 renames the cloud module to simply "cloud" to align with naming conventions used in other modules.

  • Renames include directives and file references from cloud_module to cloud
  • Updates function and thread names accordingly in the source and test files

Reviewed Changes

Copilot reviewed 8 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/module/main/src/main.c Updated include directive from cloud_module.h to cloud.h.
tests/module/cloud/src/cloud_module_test.c Updated include directive from cloud_module.h to cloud.h in tests.
docs/modules/cloud.md Updated file references and documentation text.
docs/common/tooling_troubleshooting.md Updated thread name references in log output.
app/src/modules/cloud/cloud_shell.c Updated include directive from cloud_module.h to cloud.h.
app/src/modules/cloud/cloud.h Renamed include guards and comments to use cloud instead of cloud_module.
app/src/modules/cloud/cloud.c Renamed function and thread definitions from cloud_module to cloud.
app/src/main.c Updated include directive from cloud_module.h to cloud.h.
Files not reviewed (3)
  • app/src/modules/cloud/CMakeLists.txt: Language not supported
  • docs/patches/magnetometer.patch: Language not supported
  • tests/module/cloud/CMakeLists.txt: Language not supported

@jtguggedal jtguggedal merged commit 5b83c55 into main Apr 24, 2025
4 checks passed
@jtguggedal jtguggedal deleted the cloud-rename branch April 24, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants