Add Genesys Cloud as a macOS and Windows FMA#46250
Conversation
Add Genesys Cloud to maintained apps: create input manifests for Homebrew (darwin dmg) and Winget (windows msi), add output metadata files for darwin (v2.49.25) and windows (v2.49.903.0) including installer URLs, checksums, install/uninstall script refs and a Windows upgrade code. Register the app in ee/maintained-apps/outputs/apps.json and add a frontend SVG icon component, mapping entry, and PNG asset for the software page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #46250 +/- ##
==========================================
- Coverage 66.84% 66.84% -0.01%
==========================================
Files 2760 2761 +1
Lines 220835 220837 +2
Branches 11043 11043
==========================================
+ Hits 147616 147617 +1
- Misses 59855 59856 +1
Partials 13364 13364
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:
|
Replace the spaced unique_identifier "Genesys Cloud" with the compact "GenesysCloud" across input and output manifests. Updated ee/maintained-apps/inputs/winget/genesys-cloud.json, ee/maintained-apps/outputs/apps.json, and ee/maintained-apps/outputs/genesys-cloud/windows.json (including the exists/patched SQL queries) to keep identifiers consistent and ensure program lookup queries match the stored identifier.
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.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
WalkthroughThis PR adds Genesys Cloud as a new maintained application across the system. It introduces Homebrew and Winget installer input configurations, registers the app in the central application index with separate darwin and windows entries, adds platform-specific maintenance definitions with embedded installation and uninstallation scripts (bash for macOS, PowerShell for Windows), and implements a React icon component wired into the frontend icon registry. Possibly related PRs
✨ 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 |
Add Genesys Cloud to maintained apps: create input manifests for Homebrew (darwin dmg) and Winget (windows msi), add output metadata files for darwin (v2.49.25) and windows (v2.49.903.0) including installer URLs, checksums, install/uninstall script refs and a Windows upgrade code. Register the app in ee/maintained-apps/outputs/apps.json and add a frontend SVG icon component, mapping entry, and PNG asset for the software page.
Summary by CodeRabbit