Commit Graph

257 Commits

Author SHA1 Message Date
a.tolmachev f0d875ffa9 ui: harden logs and usage rendering 2026-05-02 11:24:57 +00:00
a.tolmachev 3ec7f34076 ui: harden streaming page rendering 2026-05-02 10:55:26 +00:00
a.tolmachev 73bebee8f6 style: format admin streaming poll throttling 2026-05-02 10:55:12 +00:00
a.tolmachev f1de3dc948 docs: sync completed backpressure track 2026-05-02 10:53:24 +00:00
a.tolmachev 4839cae319 api: throttle streaming admin read polls 2026-05-02 09:44:28 +00:00
a.tolmachev c597557a5e mcp: throttle transport read requests 2026-05-02 08:33:07 +00:00
a.tolmachev fdad20a8d1 mcp: evict expired transport sessions 2026-05-02 08:26:59 +00:00
a.tolmachev 77f83a1dc1 mcp: add postgres transport session store 2026-05-01 23:10:38 +00:00
a.tolmachev 6c8be5c5d8 build: sync mcp server lockfile 2026-05-01 17:25:23 +00:00
a.tolmachev 4fa4bded7c mcp: abstract transport session storage 2026-05-01 17:24:59 +00:00
a.tolmachev 5f68fcbd04 api: add ingress request throttling 2026-05-01 17:03:53 +00:00
a.tolmachev 411d662676 mcp: add ingress request throttling 2026-05-01 16:57:54 +00:00
a.tolmachev 66f28defe5 mcp: throttle async job poll requests 2026-05-01 16:48:02 +00:00
a.tolmachev 4cd5d5b132 mcp: throttle rapid stream session polls 2026-05-01 16:36:50 +00:00
a.tolmachev 8ac55ebcc2 runtime: add execution concurrency limits 2026-05-01 12:11:53 +00:00
a.tolmachev 3d2d97c1e6 api: log ingress request ids 2026-05-01 11:57:58 +00:00
a.tolmachev 9b7bd9ad03 runtime: add request context tracing 2026-05-01 11:52:43 +00:00
a.tolmachev 7be6bed347 runtime: propagate request context through adapters 2026-05-01 11:44:43 +00:00
a.tolmachev 3b1a7c6993 mcp: propagate request ids through tool invocations 2026-05-01 11:31:12 +00:00
a.tolmachev 88033a3b3e api: propagate request ids through admin test runs 2026-04-19 22:10:29 +00:00
a.tolmachev f3f6a3b702 api: finish structured error normalization 2026-04-19 22:04:20 +00:00
a.tolmachev b9ab17d1d3 api: add structured context for usage and session errors 2026-04-19 21:54:41 +00:00
a.tolmachev 84555aaf70 api: add structured context for read path errors 2026-04-19 21:50:28 +00:00
a.tolmachev ba10bf805d api: add structured context for service errors 2026-04-19 21:45:26 +00:00
a.tolmachev 37bc3c4e2b api: preserve structured context for registry errors 2026-04-19 21:37:15 +00:00
a.tolmachev af511316ba api: expose structured runtime error context 2026-04-19 21:32:56 +00:00
a.tolmachev 5debf4dd05 runtime: normalize structured secret errors 2026-04-19 21:25:28 +00:00
a.tolmachev 899440fd8a core: type observability timestamps 2026-04-19 07:53:15 +00:00
a.tolmachev 153f9cb108 registry: type metadata and yaml import timestamps 2026-04-19 07:36:35 +00:00
a.tolmachev 179165838a core: type operation timestamps 2026-04-19 07:27:12 +00:00
a.tolmachev 8d1f5284ba core: type agent timestamps 2026-04-19 07:11:55 +00:00
a.tolmachev dddbbac745 core: type platform api key timestamps 2026-04-13 06:28:58 +00:00
a.tolmachev c736b4f5a8 core: type workspace and secret timestamps 2026-04-13 05:59:11 +00:00
a.tolmachev 03cb109b40 core: type streaming session timestamps 2026-04-13 05:47:42 +00:00
a.tolmachev edf318ba67 core: type auth profile timestamps 2026-04-12 22:20:19 +00:00
a.tolmachev e03d4da925 core: type user and auth session timestamps 2026-04-12 22:11:43 +00:00
a.tolmachev 624224f089 registry: finish sqlx verification for operation reads 2026-04-12 21:57:09 +00:00
a.tolmachev 075c1762e2 registry: add sqlx checks for user profile reads 2026-04-12 21:25:03 +00:00
a.tolmachev 247440a793 registry: add sqlx checks for auth profile reads 2026-04-12 21:21:20 +00:00
a.tolmachev c940b9b97a registry: add sqlx checks for published operation reads 2026-04-12 21:17:56 +00:00
a.tolmachev 934c872753 registry: add sqlx checks for agent and operation reads 2026-04-12 21:07:30 +00:00
a.tolmachev 6a909feb64 registry: add sqlx checks for workspace and stream reads 2026-04-12 20:49:12 +00:00
a.tolmachev 57c73b5cb2 test: make playwright stack self-contained on fresh hosts 2026-04-12 12:18:37 +00:00
a.tolmachev 5f187a6817 registry: add sqlx compile-time checks for auth and secrets 2026-04-12 12:24:27 +03:00
a.tolmachev dec311b143 registry: extract agent and operation modules 2026-04-12 12:13:10 +03:00
a.tolmachev cdf9cbd8cc registry: extract platform and usage modules 2026-04-12 12:03:24 +03:00
a.tolmachev 77c449f455 registry: extract storage domain modules 2026-04-12 11:54:18 +03:00
a.tolmachev 825d3cb138 registry: configure postgres pool explicitly 2026-04-12 11:42:48 +03:00
a.tolmachev 7a9248a0f3 runtime: derive secret keys with hkdf 2026-04-12 11:36:28 +03:00
a.tolmachev 99a5d44fea core: implement display for typed ids 2026-04-12 11:26:45 +03:00