Skip to content

Cherry-Pick: Show configuration profile name and more fine-grained status - #43348

Merged
iansltx merged 5 commits into
rc-minor-fleet-v4.84.0from
cherry-pick-40177-config-profile-name-status
Apr 9, 2026
Merged

Cherry-Pick: Show configuration profile name and more fine-grained status#43348
iansltx merged 5 commits into
rc-minor-fleet-v4.84.0from
cherry-pick-40177-config-profile-name-status

Conversation

@iansltx

@iansltx iansltx commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Merged into main in #42126 and #43345. Conflict resolution was required due to DB migration + recovery lock features that are landing in 4.85 that this work touched, but that resolution was basically "don't include this function and don't include the corersponding test" so not a big deal.

iansltx added 3 commits April 9, 2026 13:19
Resolves #40177 and subissues.

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

- [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/guides/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), JS
inline code is prevented especially for url redirects, and untrusted
data interpolated into shell scripts/commands is validated against shell
metacharacters.

- [x] Added/updated automated tests
- [x] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [sorta] QA'd all new/changed functionality manually

- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

* **New Features**
* Profile names are now displayed alongside mobile device management
commands for installing or removing profiles. These names are visible in
command details modals and within device activity timelines.
* Added "NotNow" status for deferred profile commands, providing
improved transparency into which profiles are being managed and the
current status of profile installation or removal operations.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@iansltx
iansltx requested review from a team as code owners April 9, 2026 18:23

@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.

@codecov

codecov Bot commented Apr 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 77.98165% with 24 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (rc-minor-fleet-v4.84.0@2065b52). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...ons/tables/20260409153713_AddNameToNanoCommands.go 83.78% 4 Missing and 2 partials ⚠️
server/mdm/apple/commander.go 60.00% 4 Missing and 2 partials ⚠️
...onents/CommandDetailsModal/CommandDetailsModal.tsx 0.00% 5 Missing ⚠️
...details/cards/Activity/CommandItem/CommandItem.tsx 64.28% 5 Missing ⚠️
server/service/apple_mdm.go 77.77% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@                    Coverage Diff                    @@
##             rc-minor-fleet-v4.84.0   #43348   +/-   ##
=========================================================
  Coverage                          ?   66.85%           
=========================================================
  Files                             ?     2579           
  Lines                             ?   207125           
  Branches                          ?     9142           
=========================================================
  Hits                              ?   138474           
  Misses                            ?    56047           
  Partials                          ?    12604           
Flag Coverage Δ
backend 68.62% <84.44%> (?)
frontend 54.77% <47.36%> (?)

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.

@iansltx
iansltx merged commit 541e221 into rc-minor-fleet-v4.84.0 Apr 9, 2026
48 checks passed
@iansltx
iansltx deleted the cherry-pick-40177-config-profile-name-status branch April 9, 2026 18:55
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