mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 23:48:52 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #34422 Unreleased bug in 4.75.0 Android Config Profile feature. No changes file as such # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [x] If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes ## Testing - [x] Added/updated automated tests - [x] Where appropriate, [automated tests simulate multiple hosts and test for host isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing) (updates to one hosts's records do not affect another) - [x] QA'd all new/changed functionality manually For unreleased bug fixes in a release candidate, one of: - [x] Confirmed that the fix is not expected to adversely impact load test results |
||
|---|---|---|
| .. | ||
| androidmgmt | ||
| endpoint_utils.go | ||
| enterpriseCallback.html | ||
| enterprises_test.go | ||
| handler.go | ||
| profiles.go | ||
| profiles_test.go | ||
| pubsub.go | ||
| pubsub_test.go | ||
| reconcile_devices.go | ||
| service.go | ||