mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
#19348 Fixed host details page and device details page not showing the latest software. - During software ingestion, software titles are now added if needed and software items have their title_id field populated. - In addition, after refreshing via UI, the software will be re-fetched if it has been modified. Added `exclude_software` query parameter to the `/api/latest/fleet/hosts/:id` endpoint to exclude software from the response. PR for API doc change: #19617 Related issue filed for the Device User Page: https://github.com/fleetdm/fleet/issues/19618 # 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://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
3 lines
208 B
Text
3 lines
208 B
Text
Fixed host details page and device details page not showing the latest software.
|
|
|
|
Added `exclude_software` query parameter to the `/api/latest/fleet/hosts/:id` endpoint to exclude software from the response.
|