mirror of
https://github.com/fleetdm/fleet
synced 2026-05-09 10:11:03 +00:00
For #32542. - [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) ## 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 |
||
|---|---|---|
| .. | ||
| api-for-contributors.md | ||
| audit-logs.md | ||
| configuration-for-contributors.md | ||
| faq.md | ||
| patterns-backend.md | ||
| README.md | ||
Fleet reference documentation
This directory contains reference documentation for Fleet.
API reference
- API for contributors - API reference for contributors
Configuration
- Configuration for contributors - Configuration reference for contributors
Development patterns
- Backend patterns - Common patterns for backend development
FAQ
- FAQ - Frequently asked questions