Commit Graph

286 Commits

Author SHA1 Message Date
a.tolmachev fa2a98765d ui: finalize wizard modularization 2026-05-02 20:17:17 +00:00
a.tolmachev 95d9006d70 ui: extract wizard live orchestration 2026-05-02 20:05:50 +00:00
a.tolmachev 37b9ab4fbe ui: extract wizard model helpers 2026-05-02 19:57:27 +00:00
a.tolmachev 17eb4f2e5e ui: extract wizard artifact helpers 2026-05-02 19:50:34 +00:00
a.tolmachev e0864c6c2a ui: move wizard streaming ui into module 2026-05-02 19:47:08 +00:00
a.tolmachev 4b0545ab23 ui: extract wizard grpc module 2026-05-02 19:42:59 +00:00
a.tolmachev e34df9b96d ui: extract wizard upstream module 2026-05-02 15:09:28 +00:00
a.tolmachev 6c98cc6917 ui: cache derived usage views 2026-05-02 15:02:28 +00:00
a.tolmachev 9a83cee84d ui: cache derived secrets views 2026-05-02 15:01:27 +00:00
a.tolmachev 96f2f20591 ui: finish css state cleanup 2026-05-02 14:57:55 +00:00
a.tolmachev b938192f0d ui: use hidden state for api key modal sections 2026-05-02 14:56:39 +00:00
a.tolmachev 46585fb445 ui: use hidden state for secret kind fields 2026-05-02 14:55:33 +00:00
a.tolmachev 0e67879051 ui: use hidden state for shell dropdowns 2026-05-02 14:54:46 +00:00
a.tolmachev 39cae4a557 ui: finalize wizard hidden state toggles 2026-05-02 14:53:11 +00:00
a.tolmachev 8a4deb6249 ui: use hidden state for workspace setup panels 2026-05-02 14:49:35 +00:00
a.tolmachev 4256d16426 ui: use hidden state for wizard streaming panels 2026-05-02 14:40:58 +00:00
a.tolmachev 4203c34dcf ui: use hidden state for grpc wizard panels 2026-05-02 14:02:26 +00:00
a.tolmachev 558bce385d ui: use hidden state for wizard upstream panels 2026-05-02 13:52:43 +00:00
a.tolmachev cd0a445614 ui: move login and logs state styles to css 2026-05-02 13:36:14 +00:00
a.tolmachev 929c85d5c8 ui: finish template safety cleanup 2026-05-02 13:35:17 +00:00
a.tolmachev c54d234daa ui: remove html step counter translations 2026-05-02 13:33:24 +00:00
a.tolmachev 3a4dddd071 ui: avoid html insertion for settings fragment 2026-05-02 13:31:50 +00:00
a.tolmachev 2f84a38b69 ui: start template safety cleanup 2026-05-02 13:31:21 +00:00
a.tolmachev a6e896ed89 ui: harden wizard shell rendering 2026-05-02 13:29:46 +00:00
a.tolmachev 73de4d4024 ui: harden workspace setup rendering 2026-05-02 13:28:35 +00:00
a.tolmachev a8dcd574fb ui: harden wizard method callout rendering 2026-05-02 13:28:11 +00:00
a.tolmachev 26db91facf ui: harden toast rendering 2026-05-02 12:19:21 +00:00
a.tolmachev 62b092cac7 ui: harden grpc empty state rendering 2026-05-02 11:51:06 +00:00
a.tolmachev f4799d1c7e ui: harden wizard upstream rendering 2026-05-02 11:49:29 +00:00
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