Patch when closed: frontend - #50437
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feat/39962-patch-when-closed #50437 +/- ##
===============================================================
Coverage ? 67.99%
===============================================================
Files ? 3897
Lines ? 248995
Branches ? 13171
===============================================================
Hits ? 169295
Misses ? 64476
Partials ? 15224
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:
|
jkatz01
reviewed
Aug 3, 2026
jkatz01
approved these changes
Aug 4, 2026
RachelElysia
reviewed
Aug 4, 2026
RachelElysia
reviewed
Aug 4, 2026
RachelElysia
reviewed
Aug 4, 2026
RachelElysia
reviewed
Aug 4, 2026
RachelElysia
reviewed
Aug 4, 2026
RachelElysia
approved these changes
Aug 4, 2026
RachelElysia
left a comment
Member
There was a problem hiding this comment.
Approving, to not block but if you can followup on some of the nits I flagged, that would be great. This nit will likely bug me if we keep it in the code.
Merged
rachaelshaw
pushed a commit
that referenced
this pull request
Aug 6, 2026
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #49420 Adds documentation for the new automatic_install_query that the `GET /api/v1/fleet/software/fleet_maintained_apps/1` endpoint requires for the feature. #50437 (comment) `software_title.packages[].patch_policy.continuous_automations_enabled` was also added. I left it out of this PR because nothing documents the `patch_policy` object currently, it is null in all examples.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issue: Resolves #49419
Adds the UI for patching Fleet-maintained apps when the app is closed. The patch toggle becomes a Deploy control with Force install and Patch checkboxes. Checking Patch reveals a radio group: Patch when app is closed, Force patch, or End user initiated. The control appears in the Add software flow, a new Deploy modal, and the edit-policy page. The change also adds skipped-install copy in the activity feed and install details, a Self-service toggle for Fleet-maintained apps, and GitOps and Premium gating.
The PR also includes backend changes that expose the patch policy's continuous-automation state and a Fleet-maintained app's install query in the API. The UI reads both to show the correct Deploy options, so they ship in one PR.
Testing
Eng QA walkthrough part 1, part 2