mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #35458 # Details This PR adds new metadata to the `ActivityEditedAppStoreApp` activity relating to the app's auto-update schedule. The data will be included with every `ActivityEditedAppStoreApp` activity regardless of whether the values changed. I have an open question about this on the [activity docs PR](https://github.com/fleetdm/fleet/pull/36534/changes#r2648884183). One functional change to note here is that the act of recording the activity has been moved up a level into the endpoint code, because the activity now contains metadata from two different service methods (one that updates the VPP app, and one that creates the auto-update schedule). # Checklist for submitter 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. ## Testing - [X] Added/updated automated tests - [X] QA'd all new/changed functionality manually
1 line
92 B
Text
1 line
92 B
Text
- Added information about auto-update configuration to the "edited_app_store_app" activity.
|