fleet/server/mdm/maintainedapps
Jahziel Villasana-Espinoza 863a37a3e5
fix: update install script for FMAs to improve re-install process (#25238)
> For #24148

# 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://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] Added/updated automated tests
- [x] A detailed QA plan exists on the associated ticket (if it isn't
there, work with the product group's QA engineer to add it)
- [x] Manual QA for all new/changed functionality
2025-01-09 14:22:21 -05:00
..
testdata fix: update install script for FMAs to improve re-install process (#25238) 2025-01-09 14:22:21 -05:00
apps.json fix: add back queries removed during merge with main 2024-12-03 16:11:08 -05:00
ingest.go Fix uninstall for Warp and Box (#23652) 2024-11-11 14:20:31 -05:00
ingest_test.go Back-end fixes for FMA (#22742) 2024-10-08 12:49:11 -03:00
installers.go Improve memory usage of software installers parsing (#23596) 2024-11-12 09:28:08 -05:00
scripts.go fix: update install script for FMAs to improve re-install process (#25238) 2025-01-09 14:22:21 -05:00
scripts_test.go Update golden scripts for warp and box fix (#23696) 2024-11-11 17:00:03 -05:00
testing_utils.go List Available Fleet Managed Apps (#22059) 2024-09-19 10:43:40 -04:00