Files
coder/coderd/agentapi
Sas Swart 901ec47d26 fix(coderd/agentapi): use batch InsertBoundaryLogs instead of loop
Replace per-log InsertBoundaryLog calls (which no longer exist) with a
single batch InsertBoundaryLogs call. Log entries are collected during
the iteration loop and inserted in one query afterward, which is more
efficient from a database perspective.

- Remove insertHTTPLog helper and database/sql import
- Collect batch params (slices) during the loop
- Batch-insert after the loop with InsertBoundaryLogs
- Update all test mock expectations for the plural API
2026-06-02 09:07:27 +00:00
..