Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix detection of uninstall scripts when recording script results after a host has had MDM actions taken #25157

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

iansltx
Copy link
Member

@iansltx iansltx commented Jan 5, 2025

For #25144.

Checklist for submitter

If some of the following don't apply, delete the relevant line.

  • Changes file added for user-visible changes in changes/, orbit/changes/ or ee/fleetd-chrome/changes.
    See Changes files for more information.
  • Input data is properly validated, SELECT * is avoided, SQL injection is prevented (using placeholders for values in statements)
  • Added/updated automated tests
  • A detailed QA plan exists on the associated ticket (if it isn't there, work with the product group's QA engineer to add it)
  • Manual QA for all new/changed functionality

@iansltx iansltx requested a review from a team as a code owner January 5, 2025 23:03
Copy link

codecov bot commented Jan 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.83%. Comparing base (720d28d) to head (c443598).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #25157   +/-   ##
=======================================
  Coverage   63.83%   63.83%           
=======================================
  Files        1615     1615           
  Lines      153608   153608           
  Branches     4039     4039           
=======================================
  Hits        98052    98052           
+ Misses      47753    47752    -1     
- Partials     7803     7804    +1     
Flag Coverage Δ
backend 64.70% <100.00%> (ø)

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.

@lucasmrod lucasmrod self-assigned this Jan 6, 2025
@iansltx iansltx merged commit efe3315 into main Jan 6, 2025
25 checks passed
@iansltx iansltx deleted the 25144-uninstall-after-mdm-action branch January 6, 2025 13:57
iansltx added a commit that referenced this pull request Jan 6, 2025
…r a host has had MDM actions taken (#25157)

For #25144.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated automated tests
- [x] A detailed QA plan exists on the associated ticket (if it isn't
there, work with the product group's QA engineer to add it)
- [x] Manual QA for all new/changed functionality
iansltx added a commit that referenced this pull request Jan 6, 2025
… results after a host has had MDM actions taken (#25164)

For #25144. Merged into `main` in #25157.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants