fleet/changes
Ian Littman 174322e89d
Add temporary index during migration to update host software installed paths more quickly (#28627)
Found while migration testing ahead of cloud environment migrations.
Speedup is on the order of 75x.

- [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] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [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`).
- [x] Manual QA for all new/changed functionality
2025-04-28 20:38:40 -05:00
..
.keep Issue 1009 calculate diff software (#1305) 2021-07-08 13:57:43 -03:00
19235-microsoft-compliance-conditional-access UI: Conditional access - Microsoft Entra (#27982) 2025-04-15 13:55:07 -07:00
23497-gitops-sha enable specifying installers by SHA256 in gitops (#28349) 2025-04-18 16:41:41 -04:00
24087-app-names fix: change how macOS software names are calculated to avoid erroneous duplicates (#28037) 2025-04-11 19:19:07 -04:00
24209-windows-mdm-error-msg Update API message for Windows MDM not configured error (#28247) 2025-04-15 13:52:17 -05:00
24394-wlan-xml-profile-verification Update WLAN XML profile verification so they aren't resent (#28296) 2025-04-18 08:45:18 -04:00
24475-manual_agent_install Added macos_setup.manual_agent_install to global/team config (#28419) 2025-04-24 15:18:01 -05:00
25700-luks-escrow-longtime Removed indicator for background LUKS validation (#28218) 2025-04-16 12:25:41 -04:00
26366-update-sql-parser Update SQL parser to handle more modern syntax (#28211) 2025-04-16 10:10:52 -05:00
26553-renew-digicert Renewal of DigiCert certificates on macOS (#28449) 2025-04-24 08:35:15 -04:00
27003-list-host-software Refactoring ListHostSoftware (#27490) 2025-04-10 17:29:15 -05:00
27475-fix-query-page-selection-clear Fx query page clearing selection after load (#28228) 2025-04-16 10:10:21 -05:00
27501-clear-windows-mdm-info-on-linux-enroll Clear host_mdm table row when existing Windows hosts enroll as a different OS (#28463) 2025-04-23 08:53:24 -04:00
27822-dep-host-cleanup Fix CleanupExpiredHosts to prevent deletion of DEP-assigned hosts (#28313) 2025-04-18 12:49:03 -05:00
27909-hover-checkbox-radio Fleet UI: Added hover cursors to checkbox and radio components (#28113) 2025-04-16 13:29:08 -04:00
28032-email-to-header Add To: header when constructing emails (#28507) 2025-04-24 09:00:35 -04:00
28033-support-end-user-idp-fleet-vars IdP vars: Populate IdP fleet variables in macOS configuration profiles (#28291) 2025-04-22 09:09:00 -04:00
28137-my-device-page-layout-changes Fleet UI: Device user/Host details page layout changing including split out host header and summary card (#28598) 2025-04-28 13:00:13 -04:00
28154-fix-gitops-dry-run-labels Don't validate software/profile labels in dry run mode (#28201) 2025-04-17 08:39:24 -05:00
28159-batch-scripts UI: Add ability to run scripts on batches of hosts (#28563) 2025-04-28 16:32:41 -07:00
28240-log-invalid-soap-msg Log invalid SOAP message and return 400 (#28340) 2025-04-18 11:13:30 -05:00
28343-reverting-some-mcx-validation Removing Apple MDM profile validation checks for some com.apple.MCX keys (#28498) 2025-04-23 14:06:17 -05:00
28411-self-service-install-status Implement self-service install status endpoints (#28424) 2025-04-24 12:20:21 -05:00
28443-add-hash-to-software-title-response Add hash_sha256 field to "List Software Titles" API response (#28447) 2025-04-24 12:08:59 -05:00
28565-software-inventory Revert to first-in-wins on names in the software table (#28581) 2025-04-25 18:56:47 -05:00
28586-hotfix-migration Fix software naming migration duplicate software collection query, add host software installed path remapping to migration to avoid orphaned paths (#28601) 2025-04-28 09:52:57 -05:00
C10298-additional-stats Add statistic to measure ABM pending hosts (#28226) 2025-04-15 11:30:07 -04:00
issue-26148-remove-config-settings-when-no-team-removed remove no team gitops setting when no-team.yml is not supplied (#28082) 2025-04-22 16:40:17 +01:00
issue-26505-keyboard-accssibility-to-activites Add keyboard accessibility controls to the activity items on host details and dashboard pages (#28433) 2025-04-25 10:21:56 +01:00
issue-27198-long-host-name add truncation and tooltip to host details host with long name (#28547) 2025-04-28 17:09:42 +01:00
issue-27775-fix-activity-date-tooltip Fix host upcoming activites showing wrong created at date in tooltip (#28242) 2025-04-16 10:17:48 +01:00
migration-speedup Add temporary index during migration to update host software installed paths more quickly (#28627) 2025-04-28 20:38:40 -05:00