Windows FMA - Amazon WorkSpaces - #46304
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #46304 +/- ##
==========================================
- Coverage 66.81% 66.81% -0.01%
==========================================
Files 2809 2810 +1
Lines 223584 223586 +2
Branches 11309 11309
==========================================
Hits 149382 149382
- Misses 60647 60648 +1
- Partials 13555 13556 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes fleetdm/fleet#46304 where application folder is `C:\Program Files\Amazon Web Services, Inc`
|
@allenhouchins looks like tests past with the change to the regex but there is a different issue failing that's not associated with this. |
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.
|
@cdcme please take a look and review. Very minor change to support |
|
Actionable comments posted: 0 |
|
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 (2)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR integrates Amazon WorkSpaces as a new maintained Windows application in Fleet. The backend validator is updated to permit ampersand and comma characters in SQL detection queries. A complete Windows app manifest is added with detection SQL for presence and version checks, MSI installer metadata, PowerShell install/uninstall scripts, checksum and upgrade code, and the app is registered in the maintained-apps list. On the frontend, a 32×32 icon component is added and wired into the SOFTWARE_NAME_TO_ICON_MAP mapping. Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 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 |
Summary by CodeRabbit
New Features
Improvements