Commit Graph

7071 Commits

Author SHA1 Message Date
Cursor Agent 341e3452cd Cover trimmed ws and wss baseURL rejection
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:49:35 +00:00
Cursor Agent 5a017a732e Refactor baseURL validation into focused helpers
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:47:10 +00:00
Cursor Agent d56f58d66a Document ws and wss baseURL rejection examples
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:45:09 +00:00
Cursor Agent 2f1c683c0a Cover ws and wss baseURL protocol rejection
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:43:29 +00:00
Cursor Agent c00d630487 Add explicit baseURL examples to ai docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:41:30 +00:00
Cursor Agent c970ff0be8 Cover uppercase HTTPS baseURL acceptance paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:39:21 +00:00
Cursor Agent cb701f2f62 Cover trimmed hash and credential baseURL rejection
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:37:22 +00:00
Cursor Agent 861e42a219 Cover trimmed query-bearing baseURL rejection paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:35:19 +00:00
Cursor Agent ae2942e123 Document baseURL validation in ai package changeset
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:33:06 +00:00
Cursor Agent 39492e67ab Reject credential-bearing baseURL values
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:31:21 +00:00
Cursor Agent 7f4cca5fed Cover accepted https baseURL validation paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:29:09 +00:00
Cursor Agent db22f32e72 Reject baseURL query and hash components
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:27:03 +00:00
Cursor Agent 915573cfd0 Cover uppercase HTTP baseURL protocol handling
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:24:49 +00:00
Cursor Agent 9afa035574 Require http(s) protocol for chat transport baseURL
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:22:40 +00:00
Cursor Agent 3a9047b59b Validate baseURL is an absolute URL
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:20:17 +00:00
Cursor Agent edeed64296 Add factory-path baseURL empty validation coverage
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:17:49 +00:00
Cursor Agent 4ae1207428 Validate normalized baseURL cannot be empty
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:15:43 +00:00
Cursor Agent 29a8d6e4bd Add trimmed baseURL prefixed encoding transport coverage
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:13:20 +00:00
Cursor Agent c132ca4580 Add baseURL whitespace trim path-prefix transport test
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:10:58 +00:00
Cursor Agent b38d231f75 Trim baseURL whitespace before endpoint normalization
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:08:33 +00:00
Cursor Agent 7d7540114b Cover inactive string cleanup retries without onError callback
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 04:03:13 +00:00
Cursor Agent b44b4e5c38 Document baseURL normalization semantics for transport endpoints
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:59:50 +00:00
Cursor Agent e2438abda1 Cover prefixed baseURL plus run/stream URL encoding
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:56:50 +00:00
Cursor Agent fcb140b95b Assert baseURL trailing-slash normalization for trigger endpoint
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:52:28 +00:00
Cursor Agent 8be24727b8 Cover baseURL path-prefix trailing slash normalization
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:49:09 +00:00
Cursor Agent a736fa9768 Normalize baseURL once for trigger and stream endpoints
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:46:00 +00:00
Cursor Agent c12315f8f0 Cover baseURL path-prefix support for trigger and stream routes
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:40:00 +00:00
Cursor Agent 5eeafc2e4f Cover trailing slash normalization for transport baseURL
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:36:23 +00:00
Cursor Agent 82f89508ca Cover stream URL encoding for trigger run IDs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:33:10 +00:00
Cursor Agent 69035260fd Document reconnect behavior when onError is omitted
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:30:28 +00:00
Cursor Agent 5307d734ee Cover active reconnect cleanup delete failures without onError
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:28:10 +00:00
Cursor Agent 7e0eb51e80 Extract inactive reconnect cleanup into dedicated helper
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:25:10 +00:00
Cursor Agent 42a2535c84 Track cleanup delete attempts in reconnect retry tests
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:22:30 +00:00
Cursor Agent 63454efc1c Cover repeated inactive cleanup failures without onError
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:19:24 +00:00
Cursor Agent 89ec29d7e8 Cover reconnect delete string failures on active cleanup path
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:15:04 +00:00
Cursor Agent 80dcd2d054 Cover repeated inactive cleanup failures with per-attempt onError
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:11:10 +00:00
Cursor Agent 81d62b56cf Assert active reconnect delete failures retry via inactive cleanup path
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:07:33 +00:00
Cursor Agent fa195ff157 Cover object cleanup-delete normalization for inactive reconnect
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 03:02:43 +00:00
Cursor Agent 5f6e78b5c1 Document retry behavior for stale inactive reconnect cleanup
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:59:56 +00:00
Cursor Agent d604b942ad Assert inactive reconnect cleanup never attempts stream fetch
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:57:33 +00:00
Cursor Agent bec4401afd Assert full run-state transition snapshots on stream completion
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:55:08 +00:00
Cursor Agent 2b6723e41c Retry inactive reconnect cleanup after string delete failures
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:52:44 +00:00
Cursor Agent 3732bd6096 Cover retry behavior for inactive reconnect cleanup failures
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:50:00 +00:00
Cursor Agent 0a5d8cfdc1 Assert cleanup set failures still drive delete attempts
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:45:58 +00:00
Cursor Agent 8dffb95173 Cover reconnect after completion with dual cleanup-step failures
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:42:59 +00:00
Cursor Agent 8e8f3e0ad3 Cover consumeTracking behavior when cleanup and onError all fail
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:39:19 +00:00
Cursor Agent 87f92e7080 Document reconnect inactive-cleanup error reporting semantics
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:36:30 +00:00
Cursor Agent 9cf96d932b Cover inactive reconnect string cleanup failures without onError
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:23:57 +00:00
Cursor Agent eaf59f2ab6 Cover inactive reconnect cleanup delete failures without onError
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:21:30 +00:00
Cursor Agent 864125c992 Cover inactive reconnect cleanup string failures and normalization
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 02:19:09 +00:00