FMA - Another Redis Desktop Manager - #46495
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #46495 +/- ##
==========================================
- Coverage 66.81% 66.81% -0.01%
==========================================
Files 2805 2807 +2
Lines 223576 223580 +4
Branches 11481 11346 -135
==========================================
+ Hits 149380 149382 +2
- Misses 60640 60643 +3
+ Partials 13556 13555 -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:
|
Script Diff Resultsee/maintained-apps/inputs/homebrew/another-redis-desktop-manager.jsonERROR: Could not retrieve previous version of file (file may not exist in previous commit)ee/maintained-apps/outputs/another-redis-desktop-manager/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/another-redis-desktop-manager/windows.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) === |
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.
Script Diff Resultsee/maintained-apps/inputs/homebrew/another-redis-desktop-manager.jsonERROR: Could not retrieve previous version of file (file may not exist in previous commit)ee/maintained-apps/outputs/another-redis-desktop-manager/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/another-redis-desktop-manager/windows.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) === |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis pull request adds comprehensive support for the "Another Redis Desktop Manager" application across Fleet's macOS and Windows platforms. It includes Homebrew and Winget package manager input definitions, platform-specific PowerShell scripts for Windows installation and uninstallation, generated distribution manifests with embedded scripts, registration in the app catalog, and a new frontend React icon component with wiring to the application icon map. Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ee/maintained-apps/inputs/homebrew/another-redis-desktop-manager.json`:
- Line 7: Update the default_categories value for the package manifest so it
matches the Winget classification: replace the current "Security" entry in the
default_categories array with "Developer tools" in the JSON manifest (look for
the "default_categories" key and the current "Security" value in
another-redis-desktop-manager.json) to ensure consistent cross-platform
categorization for the GUI Redis client.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 3be2414a-2410-4dd5-bb1b-52cc1bbf3104
⛔ Files ignored due to path filters (1)
website/assets/images/app-icon-another-redis-desktop-manager-60x60@2x.pngis excluded by!**/*.png
📒 Files selected for processing (9)
ee/maintained-apps/inputs/homebrew/another-redis-desktop-manager.jsonee/maintained-apps/inputs/winget/another-redis-desktop-manager.jsonee/maintained-apps/inputs/winget/scripts/another-redis-desktop-manager_install.ps1ee/maintained-apps/inputs/winget/scripts/another-redis-desktop-manager_uninstall.ps1ee/maintained-apps/outputs/another-redis-desktop-manager/darwin.jsonee/maintained-apps/outputs/another-redis-desktop-manager/windows.jsonee/maintained-apps/outputs/apps.jsonfrontend/pages/SoftwarePage/components/icons/AnotherRedisDesktopManager.tsxfrontend/pages/SoftwarePage/components/icons/index.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Summary by CodeRabbit