mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 23:18:51 +00:00
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 |
||
|---|---|---|
| .. | ||
| .keep | ||
| 19235-microsoft-compliance-conditional-access | ||
| 23497-gitops-sha | ||
| 24087-app-names | ||
| 24209-windows-mdm-error-msg | ||
| 24394-wlan-xml-profile-verification | ||
| 24475-manual_agent_install | ||
| 25700-luks-escrow-longtime | ||
| 26366-update-sql-parser | ||
| 26553-renew-digicert | ||
| 27003-list-host-software | ||
| 27475-fix-query-page-selection-clear | ||
| 27501-clear-windows-mdm-info-on-linux-enroll | ||
| 27822-dep-host-cleanup | ||
| 27909-hover-checkbox-radio | ||
| 28032-email-to-header | ||
| 28033-support-end-user-idp-fleet-vars | ||
| 28137-my-device-page-layout-changes | ||
| 28154-fix-gitops-dry-run-labels | ||
| 28159-batch-scripts | ||
| 28240-log-invalid-soap-msg | ||
| 28343-reverting-some-mcx-validation | ||
| 28411-self-service-install-status | ||
| 28443-add-hash-to-software-title-response | ||
| 28565-software-inventory | ||
| 28586-hotfix-migration | ||
| C10298-additional-stats | ||
| issue-26148-remove-config-settings-when-no-team-removed | ||
| issue-26505-keyboard-accssibility-to-activites | ||
| issue-27198-long-host-name | ||
| issue-27775-fix-activity-date-tooltip | ||
| migration-speedup | ||