fleet/server/mdm/android/service
Jordan Montgomery 910b41eca3
Rework Android pubsub endpoint to avoid pubsub retry loops on Android MDM disablement (#38403)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #13754

# 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)

- [x] QA'd all new/changed functionality manually
2026-01-15 15:21:58 -05:00
..
androidmgmt 34376 android sw gitops (#36595) 2025-12-05 20:01:57 -05:00
certificate_renewal.go Renew android certificates backend (#37959) 2026-01-08 13:02:33 -07:00
endpoint_utils.go Moved common endpointer packages to platform dir. (#37780) 2026-01-06 14:23:07 -06:00
enterpriseCallback.html add self closing successful Android enterprise connection page (#26767) 2025-03-04 16:32:44 +00:00
enterprises_test.go Point to com.fleetdm.agent Android agent by default. (#37770) 2026-01-06 18:11:23 -06:00
handler.go Moved common endpointer packages to platform dir. (#37780) 2026-01-06 14:23:07 -06:00
profiles.go Point to com.fleetdm.agent Android agent by default. (#37770) 2026-01-06 18:11:23 -06:00
profiles_test.go Point to com.fleetdm.agent Android agent by default. (#37770) 2026-01-06 18:11:23 -06:00
pubsub.go Rework Android pubsub endpoint to avoid pubsub retry loops on Android MDM disablement (#38403) 2026-01-15 15:21:58 -05:00
pubsub_test.go Rework Android pubsub endpoint to avoid pubsub retry loops on Android MDM disablement (#38403) 2026-01-15 15:21:58 -05:00
reconcile_devices.go Reduce API Android usage (#36209) 2025-11-25 09:39:06 -03:00
requests.go Feature branch: Android Setup Experience support (#35951) 2025-12-02 12:27:20 -05:00
service.go Rework Android pubsub endpoint to avoid pubsub retry loops on Android MDM disablement (#38403) 2026-01-15 15:21:58 -05:00