fleet/ee/server/service
Ian Littman f1949ac2bf
Add VPP policy automation support to backend (#25154)
For #23529, #23530.

# 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-13 15:53:24 -06:00
..
embedded_scripts Add reboot to linux unlock script (#23382) 2024-11-11 14:22:22 -05:00
testdata Added better handling of timeout and insufficient permissions errors in NDES SCEP proxy. (#23654) 2024-11-11 14:57:28 -06:00
appconfig.go enable controlled rollout of features by teams (#7408) 2022-08-30 08:13:09 -03:00
calendar.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
calendar_test.go Downloading a software installer package now shows the browser's built-in progress bar (#21341) 2024-08-20 12:37:29 -05:00
devices.go Windows MDM migration: implement fleetd notification and migration (#24185) 2024-12-02 09:14:10 -05:00
errors.go Added better handling of timeout and insufficient permissions errors in NDES SCEP proxy. (#23654) 2024-11-11 14:57:28 -06:00
hosts.go Allow software uninstalls, script-based lock/unlock/wipe, while scripts are globally disabled (#24815) 2024-12-30 08:32:48 -06:00
maintained_apps.go Improve secret variables error on software upload. (#25052) 2024-12-30 18:46:42 -06:00
maintained_apps_test.go Allow pulling the base list of Fleet Maintained Apps without requiring a team ID (#24595) 2024-12-11 21:12:38 -06:00
mdm.go Fixed gitops issue with gitops role. (#24297) 2024-12-03 10:12:07 -06:00
mdm_export_for_test.go Update/fix/add tests for puppet-related flow (preassign+match) (#17859) 2024-03-26 13:41:40 -04:00
mdm_external_test.go Linux disk encryption: frontend changes, backend missing private key errors, remove disk encryption endpoints dependence on MDM being enabled (#23714) 2024-11-20 11:58:47 -08:00
mdm_profiles.go feat: enforce FileVault during Setup Assistant (#20759) 2024-07-26 15:50:31 -04:00
mdm_test.go Fixed gitops issue with gitops role. (#24297) 2024-12-03 10:12:07 -06:00
orbit.go fix: various setup experience bugs (#23091) 2024-10-23 13:06:54 -04:00
scep_proxy.go Added better handling of timeout and insufficient permissions errors in NDES SCEP proxy. (#23654) 2024-11-11 14:57:28 -06:00
scep_proxy_test.go Added better handling of timeout and insufficient permissions errors in NDES SCEP proxy. (#23654) 2024-11-11 14:57:28 -06:00
service.go Add VPP policy automation support to backend (#25154) 2025-01-13 15:53:24 -06:00
setup_experience.go Embedded secrets validation (#24624) 2024-12-17 17:14:12 -05:00
setup_experience_test.go Setup experience state machine (#22845) 2024-10-18 12:01:53 -04:00
software.go Fixed bug when using without_vulnerability_details and vulnerability filters (#24769) 2024-12-13 16:39:21 -06:00
software_installers.go Add VPP policy automation support to backend (#25154) 2025-01-13 15:53:24 -06:00
software_installers_test.go Allow software uninstalls, script-based lock/unlock/wipe, while scripts are globally disabled (#24815) 2024-12-30 08:32:48 -06:00
teams.go Display correct key path to user for agent options (#25199) 2025-01-10 13:13:28 -05:00
teams_test.go Updating golangci-lint to 1.61.0 (#22973) 2024-10-18 12:38:26 -05:00
users.go Activity feed webhooks backend (#19261) 2024-05-24 11:25:27 -05:00
users_test.go Allow setting user roles during JIT provisioning (#10193) 2023-03-01 20:18:40 -03:00
vpp.go add software_title_id to added_app_store_app activity (#25119) 2025-01-03 16:03:13 +00:00
vulnerabilities.go Updated /api/v1/fleet/vulnerabilities/{cve} endpoint (#21463) 2024-08-21 12:52:28 -05:00