fleet/server/mdm/maintainedapps/testdata/expected_apps.json
Jahziel Villasana-Espinoza b482223d02
fix: replace Zoom FMA with Zoom for IT (#24311)
> Related issue: #23686

# 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] Added/updated tests
- [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

---

## QA steps

1. Start up Fleet. Check the DB `cron_stats` table and the
`fleet_library_apps` table to make sure that the FMA cron job was
scheduled and ran successfully
2. Apply the migrations and re-start Fleet
3. Check that 
a. The previously run FMA job(s) in the `cron_stats` table have been
deleted
b. There should now be just 1 scheduled job in the `cron_stats` table,
which should have been created ~30s after you re-started Fleet after the
migration
c. The FMA for Zoom should be replaced by "Zoom for IT" in the list of
FMAs.
4. Add the new Zoom FMA to a setup experience for some team. Run the
setup experience and validate Zoom was installed, but that no windows
pop up during setup experience.
5. Uninstall the FMA, validate that uninstall is successful
2024-12-03 13:08:54 -05:00

102 lines
1.7 KiB
JSON

[
{
"name": "1Password",
"version": "8.10.44",
"platform": "darwin"
},
{
"name": "Adobe Acrobat Reader",
"version": "24.002.21005",
"platform": "darwin"
},
{
"name": "Box Drive",
"version": "2.40.345",
"platform": "darwin"
},
{
"name": "Brave",
"version": "1.69.162.0",
"platform": "darwin"
},
{
"name": "Cloudflare WARP",
"version": "2024.6.474.0",
"platform": "darwin"
},
{
"name": "Docker Desktop",
"version": "4.34.0,165256",
"platform": "darwin"
},
{
"name": "Figma",
"version": "124.3.2",
"platform": "darwin"
},
{
"name": "Mozilla Firefox",
"version": "130.0",
"platform": "darwin"
},
{
"name": "Google Chrome",
"version": "128.0.6613.120",
"platform": "darwin"
},
{
"name": "Microsoft Edge",
"version": "128.0.2739.67,be6d4c8f-ec75-405e-a5f7-fec66b2898a2",
"platform": "darwin"
},
{
"name": "Microsoft Excel",
"version": "16.88.24081116",
"platform": "darwin"
},
{
"name": "Microsoft Teams",
"version": "24215.1002.3039.5089",
"platform": "darwin"
},
{
"name": "Microsoft Word",
"version": "16.88.24081116",
"platform": "darwin"
},
{
"name": "Notion",
"version": "3.14.0",
"platform": "darwin"
},
{
"name": "Postman",
"version": "11.12.0",
"platform": "darwin"
},
{
"name": "Slack",
"version": "4.40.126",
"platform": "darwin"
},
{
"name": "TeamViewer",
"version": "15.57.5",
"platform": "darwin"
},
{
"name": "Microsoft Visual Studio Code",
"version": "1.93.0",
"platform": "darwin"
},
{
"name": "WhatsApp",
"version": "2.24.16.80",
"platform": "darwin"
},
{
"name": "Zoom for IT Admins",
"version": "6.2.11.43613",
"platform": "darwin"
}
]