Rename Cloudflare WARP to Cloudflare One#47939
Conversation
Update branding from "Cloudflare WARP" to "Cloudflare One" across maintained app data. Changed name fields in Homebrew and Winget input JSON, updated outputs/apps.json entries and descriptions, and updated the frontend NameToIdentifierMap key to "Cloudflare One" (keeps existing slug/identifier unchanged).
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #47939 +/- ##
========================================
Coverage 67.24% 67.24%
========================================
Files 3652 3652
Lines 230538 230538
Branches 12129 11983 -146
========================================
Hits 155014 155014
- Misses 61607 61608 +1
+ Partials 13917 13916 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates Fleet-maintained app branding from “Cloudflare WARP” to “Cloudflare One” while preserving the existing slug/identifier (cloudflare-warp) for backwards compatibility with existing deployments and workflows.
Changes:
- Renamed the maintained app display name to “Cloudflare One” in Homebrew and Winget input JSON.
- Updated the generated maintained app listing in
ee/maintained-apps/outputs/apps.json(name + description) for macOS and Windows entries. - Updated the frontend name→identifier lookup to use the new display name while keeping the same identifier.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/helpers.tsx | Updates the map key to “Cloudflare One” while keeping the identifier cloudflare-warp. |
| ee/maintained-apps/outputs/apps.json | Updates the maintained app list entries (name/description) for both darwin and windows variants. |
| ee/maintained-apps/inputs/winget/cloudflare-warp.json | Updates the Winget input display name to “Cloudflare One”. |
| ee/maintained-apps/inputs/homebrew/cloudflare-warp.json | Updates the Homebrew input display name to “Cloudflare One”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThe 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Update branding from "Cloudflare WARP" to "Cloudflare One" across maintained app data. Changed name fields in Homebrew and Winget input JSON, updated outputs/apps.json entries and descriptions, and updated the frontend NameToIdentifierMap key to "Cloudflare One" (keeps existing slug/identifier unchanged).
Related issue: Resolves #47731
Checklist for submitter
If some of the following don't apply, delete the relevant line.
Changes file added for user-visible changes in
changes/,orbit/changes/oree/fleetd-chrome/changes.See Changes files for more information.
Input data is properly validated,
SELECT *is avoided, SQL injection is prevented (using placeholders for values in statements), JS inline code is prevented especially for url redirects, and untrusted data interpolated into shell scripts/commands is validated against shell metacharacters.Timeouts are implemented and retries are limited to avoid infinite loops
If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes
Testing
Added/updated automated tests
Where appropriate, automated tests simulate multiple hosts and test for host isolation (updates to one hosts's records do not affect another)
QA'd all new/changed functionality manually
For unreleased bug fixes in a release candidate, one of:
Database migrations
COLLATE utf8mb4_unicode_ci).New Fleet configuration settings
If you didn't check the box above, follow this checklist for GitOps-enabled settings:
fleetctl generate-gitopsfleetd/orbit/Fleet Desktop
runtime.GOOSis used as needed to isolate changesSummary by CodeRabbit