mirror of
https://github.com/fleetdm/fleet
synced 2026-05-09 10:11:03 +00:00
For #29426 For #30941 We didn't have an activities subtask for Hydrant so some changes related to them were unfortunately missed and discovered during engineering test. This addresses that and also fixes one other API issue noticed where the GET endpoint was not returning the proper timestamps. No changes file added because the Hydrant story changes file already covers this feature # 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] 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