mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 22:49:19 +00:00
#15196 This is the work of @ghernandez345 except for adding the `ResponseController` thing in Go to override the server timeout for that specific sync endpoint so that the calls don't timeout waiting for a script response (the default HTTP server timeout was 90s for our server). # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#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] Added/updated tests - [x] Manual QA for all new/changed functionality - For Orbit and Fleet Desktop changes: - [x] Manual QA must be performed in the three main OSs, macOS, Windows and Linux. - [x] Auto-update manual QA, from released version of component to new version (see [tools/tuf/test](../tools/tuf/test/README.md)). --------- Co-authored-by: Gabriel Hernandez <ghernandez345@gmail.com> Co-authored-by: Roberto Dip <me@roperzh.com> Co-authored-by: Roberto Dip <dip.jesusr@gmail.com> |
||
|---|---|---|
| .. | ||
| .keep | ||
| 13825-remotely-configure-fleetd-update-channels | ||
| 14500-disable-scripts-impl | ||
| 14800-new-live-query-endpoint | ||
| 14874-clip-live-query-results | ||
| 15058-add-gigs-total-disk-space | ||
| 15213-vuln-enabled | ||
| 15323-add-host_count_updated_at-to-policy | ||
| 15323-add-host_count_updated_at-to-policy-frontend | ||
| 15455-logging-issues | ||
| 15458-host-search-pending-display-name | ||
| 15522-query-host-search | ||
| 15525-email-search | ||
| 15724-remove-bullets-from-CVEs | ||
| 15817-disk-encryption | ||
| 15822-missing-last_restarted_at | ||
| 15832-device_token-improvements | ||
| feat-extend-script-timeout | ||
| issue-15057-custom-email-device-mapping | ||
| issue-15057-custom-email-device-mapping-orbit | ||
| issue-15435-tooltip-text-alignment-fix | ||
| issue-15515-fix-script-output-formatting | ||
| issue-15733-os-update-style | ||
| issue-15762-bold-activities | ||
| manual-enrollment | ||