mirror of
https://github.com/fleetdm/fleet
synced 2026-05-09 10:11:03 +00:00
Closes: https://github.com/fleetdm/fleet/issues/19308 Changes: - Added six new attributes to the `HistoricalUsageSnapshot` model ( `numSoftwareVersions`, `numHostSoftwares`, `numSoftwareTitles`, `numHostSoftwareInstalledPaths`, `numSoftwareCPEs` and `numSoftwareCVEs`) - Added inputs to the receive-usage-analytics webhook for the new usage statistics. When this PR is merged, we will need to migrate the Fleet website's database to add the new columns, to do this: - [x] Make an announcement in Slack to let people know the website will be offline for ~8 minutes - [ ] Merge this PR - [ ] As the deploy action runs, put the website into maintenance mode - [ ] Add the new columns for the added attributes - [ ] Set the default value for the new attributes on existing database records - [ ] After the deploy workflow is complete, take the website out of maintenance mode. |
||
|---|---|---|
| .. | ||
| receive-from-customer-fleet-instance.js | ||
| receive-from-github.js | ||
| receive-from-stripe.js | ||
| receive-usage-analytics.js | ||