mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 23:48:52 +00:00
> Related issue: #18330 # 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] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [x] Added/updated tests - [x] Manual QA for all new/changed functionality ## Notes - ~I added an `includeTitle bool` parameter to `ds.GetSoftwareInstallerMetadata`. This allows for the title of the software (from the `software_titles` page) to be fetched in `svc.DeleteSoftwareInstaller` without an additional call to the DB.~ We wound up deciding to just fetch the title every time. --------- Co-authored-by: Martin Angers <martin.n.angers@gmail.com> |
||
|---|---|---|
| .. | ||
| .keep | ||
| 12619-fixed-activities-sort-buffer-overflow | ||
| 15605-merge-inherited-and-team-queries-policies | ||
| 16562-deadlock | ||
| 16562-policy_stats-lock | ||
| 16989-delete-activities | ||
| 16989-ui-to-delete-old-activities | ||
| 17110-win-os-reporting | ||
| 17321-zsh-support | ||
| 17360-better-url-email-validators | ||
| 17771-invalid-query-platforms | ||
| 17865-get-install-results | ||
| 18039-private-IPv6-address | ||
| 18079-query-results-bug-transfer-hosts | ||
| 18085-fix-repeated-install-commands-of-fleetd-on-windows-mdm | ||
| 18118-run-script-updates | ||
| 18121-api-command | ||
| 18157-update-platform-policy-stats | ||
| 18173-linux-async-wipe | ||
| 18187-ai-generated-backend | ||
| 18318-extract-metadata-from-installers | ||
| 18319-api-to-list-host-software | ||
| 18329-storage-for-software-installers | ||
| 18330-global-activites | ||
| 18394-print-team-id | ||
| 18424-fix-users-query-for-linux | ||
| 18558-windows-mdm-start | ||
| 18597-missing-tooltips | ||
| 18601-add-ubuntu-oval | ||
| 18605-host-expiry-window-setting | ||
| 18640-gitops-remove-teams | ||
| 18673-cleanup-unused-software-installers | ||
| 18675-add-orbit-endpoint-for-software-install-results | ||
| 18772-add-software-installs-to-host-activities | ||
| hosts-lifecycle | ||
| issue-18326-ui-add-software | ||
| issue-18328-updates-to-software-page-for-add-software | ||
| issue-18389-fix-uploading-signed-apple-mobileconfig-profiles | ||