Skip to content

Add Granola as a Windows FMA - #43537

Merged
allenhouchins merged 1 commit into
mainfrom
allenhouchins-granola-fma
Apr 14, 2026
Merged

Add Granola as a Windows FMA#43537
allenhouchins merged 1 commit into
mainfrom
allenhouchins-granola-fma

Conversation

@allenhouchins

@allenhouchins allenhouchins commented Apr 14, 2026

Copy link
Copy Markdown
Member

Add support for Granola (Windows) including winget input, installer/uninstaller scripts, and output metadata. Added ee/maintained-apps/inputs/winget/granola.json plus install/uninstall PowerShell scripts, and new ee/maintained-apps/outputs/granola/windows.json containing version 7.128.0, installer URL and script refs (with SHA256). Also register Granola in ee/maintained-apps/outputs/apps.json and update the frontend icon and website app image assets for Granola.

Summary by CodeRabbit

  • New Features
    • Granola is now available on Windows
    • Automated installation and removal workflows enabled
    • Application version tracking for Windows platform

Add support for Granola (Windows) including winget input, installer/uninstaller scripts, and output metadata. Added ee/maintained-apps/inputs/winget/granola.json plus install/uninstall PowerShell scripts, and new ee/maintained-apps/outputs/granola/windows.json containing version 7.128.0, installer URL and script refs (with SHA256). Also register Granola in ee/maintained-apps/outputs/apps.json and update the frontend icon and website app image assets for Granola.
@codecov

codecov Bot commented Apr 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.90%. Comparing base (0dbc1c6) to head (b75c005).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main   #43537    +/-   ##
========================================
  Coverage   66.90%   66.90%            
========================================
  Files        2599     2599            
  Lines      208184   208184            
  Branches     9334     9220   -114     
========================================
  Hits       139276   139276            
  Misses      56250    56250            
  Partials    12658    12658            
Flag Coverage Δ
frontend 54.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@allenhouchins
allenhouchins marked this pull request as ready for review April 14, 2026 16:50
@allenhouchins
allenhouchins requested a review from a team as a code owner April 14, 2026 16:50
Copilot AI review requested due to automatic review settings April 14, 2026 16:50
@fleet-release
fleet-release requested a review from eashaw April 14, 2026 16:50

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@allenhouchins
allenhouchins merged commit 3e75d59 into main Apr 14, 2026
24 of 25 checks passed
@allenhouchins
allenhouchins deleted the allenhouchins-granola-fma branch April 14, 2026 16:52
@coderabbitai

coderabbitai Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3b7f359b-e7ea-4c9e-8cd1-358ae4d7766f

📥 Commits

Reviewing files that changed from the base of the PR and between 0dbc1c6 and b75c005.

⛔ Files ignored due to path filters (1)
  • website/assets/images/app-icon-granola-60x60@2x.png is excluded by !**/*.png
📒 Files selected for processing (6)
  • ee/maintained-apps/inputs/winget/granola.json
  • ee/maintained-apps/inputs/winget/scripts/granola_install.ps1
  • ee/maintained-apps/inputs/winget/scripts/granola_uninstall.ps1
  • ee/maintained-apps/outputs/apps.json
  • ee/maintained-apps/outputs/granola/windows.json
  • frontend/pages/SoftwarePage/components/icons/Granola.tsx

Walkthrough

This pull request adds Windows platform support for the Granola application. It includes a Winget input manifest that defines application metadata and references to PowerShell automation scripts. The install script executes a silent per-user installation, while the uninstall script locates and removes the application from Windows registry locations. The output configuration specifies version tracking for 7.128.0 with checksum verification. The app entry is registered in the apps manifest, and the application icon is updated in the frontend.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch allenhouchins-granola-fma

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 adds Granola as a Fleet Maintained App (FMA) for Windows, including the Winget input configuration, install/uninstall scripts, generated output metadata, and corresponding UI assets (frontend icon + website image).

Changes:

  • Added Winget input for granola/windows plus PowerShell install/uninstall scripts.
  • Added Windows maintained-app output metadata for Granola (version 7.128.0, installer URL, script refs, SHA256, and programs-table queries).
  • Registered Granola (Windows) in the maintained apps catalog and updated Granola icon assets used by the UI/site.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
website/assets/images/app-icon-granola-60x60@2x.png Adds website Granola icon asset.
frontend/pages/SoftwarePage/components/icons/Granola.tsx Updates the embedded base64 icon used in the Software page UI.
ee/maintained-apps/outputs/granola/windows.json Introduces Granola Windows output metadata: detection queries, installer URL, SHA256, and script refs.
ee/maintained-apps/outputs/apps.json Registers granola/windows in the maintained-apps catalog.
ee/maintained-apps/inputs/winget/scripts/granola_uninstall.ps1 Adds Granola Windows uninstall script (registry-based uninstaller discovery + silent uninstall).
ee/maintained-apps/inputs/winget/scripts/granola_install.ps1 Adds Granola Windows install script (silent install for per-user NSIS).
ee/maintained-apps/inputs/winget/granola.json Adds Winget input definition for Granola on Windows.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants