mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
901ec47d26
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