mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 05:48:26 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #34299 Unreleased bug in Android Config profiles 4.75.0 feature. No changes file as such. I'm not entirely sure how to cause this as I was unable to repro it locally, there may be a timing issue or something, so I haven't fully QA'd manually. QA was limited to verifying basic reconciler functionality Also updated Website endpoint to not throw a 5XX since we expect this to occasionally happen # Checklist for submitter If some of the following don't apply, delete the relevant line. - [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/guides/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 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) - [ ] 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 |
||
|---|---|---|
| .. | ||
| create-android-enrollment-token.js | ||
| create-android-enterprise.js | ||
| create-android-signup-url.js | ||
| delete-android-device.js | ||
| delete-one-android-enterprise.js | ||
| get-android-device.js | ||
| get-android-enterprises.js | ||
| modify-android-device.js | ||
| modify-android-policies.js | ||