Commit Graph

  • e8b34f75ca feat: Allow dropping empty tables during auto-migration (#4593) Ludv1gL 2026-04-13 13:42:02 +02:00
  • cbe5683f87 - Add OutboxDef to RawModuleDefV10 section. - update schema crate for validation logic - update TableSchema with outbox: Option<OutboxDef> field Shubham Mishra 2026-04-13 15:47:53 +05:30
  • ac587b8412 System Tables: 1. ST_OUTBOUND_MSG 1. Maintains an auto-incrementing msg_id per sender. 2. Stores in-flight outbound reducer calls (outbox pattern). 3. Used by IdcActor to issue remote calls with strictly increasing msg_id. 2. ST_INBOUND_MSG 1. Tracks latest processed msg_id per sender along with reducer result 2. For duplicate requests where the msg_id is already present, the result is returned without executing the reducer. 3. Requests with a msg_id older than the latest seen for a sender are dropped Shubham Mishra 2026-04-13 15:36:54 +05:30
  • 927db4a6c9 fix seed logic Shubham Mishra 2026-04-13 15:02:10 +05:30
  • fbec2761ab [TS] Fix access before initialization in codegen (#4709) Noa 2026-04-11 08:07:04 -05:00
  • 2de7014e59 Remove one shot reply joshua/remove-one-shot-reply joshua-spacetime 2026-04-10 21:53:19 -07:00
  • f26c11d0bc Merge branch 'master' into shub/dst Shubham Mishra 2026-04-11 08:25:46 +05:30
  • 1efb120831 comment shub/hack-idc Shubham Mishra 2026-04-11 08:23:34 +05:30
  • f034f116ec h2 client Shubham Mishra 2026-04-11 07:40:48 +05:30
  • d852428af2 Update axum Noa 2025-01-03 15:23:36 -06:00
  • 6e5367f19c Better module backtraces for panics and whatnot Noa 2023-11-20 13:28:12 -06:00
  • 9849ca852b deleted redundtant ui test Shubham Mishra 2026-04-10 23:54:14 +05:30
  • 246d01af7a fix merge conflict Shubham Mishra 2026-04-10 23:51:13 +05:30
  • 038bbcaa2f Set fn.name for procedures and views Noa 2025-11-26 20:22:26 -06:00
  • 34be70ddfa Implement near-heap-limit termination Noa 2026-04-10 12:55:52 -05:00
  • cdcd79ed8b Merge branch 'master' into shub/hack-idc Shubham Mishra 2026-04-10 22:51:15 +05:30
  • 584d13b88b clippy Shubham Mishra 2026-04-10 22:30:06 +05:30
  • ae3dfa3cac fmt Phoebe Goldman 2026-04-10 12:59:36 -04:00
  • 1a42332f2b Merge branch 'master' into phoebe/http-handlers-webhooks Phoebe Goldman 2026-04-10 12:57:40 -04:00
  • 977c1a0ef6 Add additional smoketest with example from PR description Phoebe Goldman 2026-04-10 12:57:09 -04:00
  • bd2c3ec79c fmt Shubham Mishra 2026-04-10 22:24:03 +05:30
  • c1d7c9a708 renaming Shubham Mishra 2026-04-10 22:23:19 +05:30
  • acbb618914 Update SKILL.md bradleyshep 2026-04-10 12:36:27 -04:00
  • 77057cce76 Update smoketest modules Cargo.lock for bytes dependency Phoebe Goldman 2026-04-10 12:18:59 -04:00
  • 7ac412a8a3 Update bindings deps snapshot with bytes Phoebe Goldman 2026-04-10 12:17:32 -04:00
  • 44ef7f4cd3 fix: Replace unwrap with proper error handling in WebSocket subscribe handler (#4696) Shiven Garia 2026-04-10 21:26:54 +05:30
  • 690bf66b73 Reorganize imports to correct feature gates Phoebe Goldman 2026-04-10 11:36:46 -04:00
  • dc7a0f1596 Merge branch 'master' into bradley/llm-benchmarks-improvements bradleyshep 2026-04-10 09:19:57 -04:00
  • c9c9732a6e unreal skill bradleyshep 2026-04-10 08:58:30 -04:00
  • 37853a22b5 some refactoring Shubham Mishra 2026-04-10 15:45:25 +05:30
  • 3011ffd51a simplify Shubham Mishra 2026-04-10 10:10:39 +05:30
  • a2caea8b6b Add stat for retry due to wound Jeffrey Dallatezza 2026-04-09 19:36:06 -07:00
  • 9e0d72da3e Try to handle out of order aborts Jeffrey Dallatezza 2026-04-09 17:40:22 -07:00
  • 717a141af0 Add some more metrics Jeffrey Dallatezza 2026-04-09 17:29:49 -07:00
  • c58308f9f3 batch server sends joshua/test/bench joshua-spacetime 2026-04-09 16:38:48 -07:00
  • 6cadb78431 Merge branch 'tyler/update-nativeaot-llvm-infrastructure' into rekhoff/update-nativeaot-llvm-infrastructure Ryan 2026-04-09 16:32:02 -07:00
  • 006b564763 Merge branch 'master' into tyler/update-nativeaot-llvm-infrastructure Ryan 2026-04-09 16:29:21 -07:00
  • 9cd8686ff6 change core pinning joshua-spacetime 2026-04-09 16:19:56 -07:00
  • 755491b896 try different rules for local and remote Jeffrey Dallatezza 2026-04-09 15:44:46 -07:00
  • cc192bdf0d Add testing of Equality to C# Regression Tests rekhoff 2026-04-09 14:52:44 -07:00
  • 18f6da6794 Add module ABI & API for clearing tables (#4729) Mazdak Farrokhzad 2026-04-09 23:04:33 +02:00
  • dbe6138389 Add metric for lock acquisition and triple wound grace period Jeffrey Dallatezza 2026-04-09 13:48:57 -07:00
  • c437adc258 Add metric for lock time taking snapshots Jeffrey Dallatezza 2026-04-09 13:30:43 -07:00
  • b0f17ce98a Make durability queue unbounded joshua-spacetime 2026-04-09 12:30:00 -07:00
  • 4762a44d1e Decrease snapshot frequency joshua-spacetime 2026-04-09 12:22:06 -07:00
  • 6d54d1d889 Use indicatif in loader Jeffrey Dallatezza 2026-04-09 12:20:02 -07:00
  • 7567c596f9 Log commitlog compression joshua-spacetime 2026-04-09 12:09:10 -07:00
  • ad560f15a4 fmt Phoebe Goldman 2026-04-09 15:02:57 -04:00
  • 9acb33c2b9 skill updates bradleyshep 2026-04-09 14:49:24 -04:00
  • 8be80a2622 Add a smoketest Phoebe Goldman 2026-04-09 14:43:13 -04:00
  • 526733a52b Merge remote-tracking branch 'origin/master' into kim/compression-stats Kim Altintop 2026-04-09 20:06:50 +02:00
  • 99879966b4 fixes bradleyshep 2026-04-09 14:01:55 -04:00
  • 5485c6afd7 Cleanup script Jeffrey Dallatezza 2026-04-09 10:15:04 -07:00
  • 8b96bca458 Merge remote-tracking branch 'origin/bradley/llm-benchmarks-improvements' into bradley/llm-single-source-of-truth bradleyshep 2026-04-09 12:55:29 -04:00
  • e663777b91 Remove unused bradleyshep 2026-04-09 12:38:55 -04:00
  • 7745fd785e Preserve IDC reducer return values Shubham Mishra 2026-04-09 21:45:49 +05:30
  • be7ca889ab Merge branch 'master' into bradley/llm-single-source-of-truth bradleyshep 2026-04-09 12:13:56 -04:00
  • b91f238990 docusaurus md generation bradleyshep 2026-04-09 12:02:05 -04:00
  • b31db545a3 fix lint joshua-spacetime 2026-04-08 17:09:17 -07:00
  • 44cc9c1cdb Update typescript sdk to use v3 websocket api joshua-spacetime 2026-04-08 13:36:51 -07:00
  • 1437e92eab remove reducer_outcome Shubham Mishra 2026-04-09 19:57:42 +05:30
  • 0f356c2144 Update llms.md bradleyshep 2026-04-09 08:56:31 -04:00
  • d5afe95072 Update init.rs bradleyshep 2026-04-09 08:50:16 -04:00
  • 7475969c9a Bump the esm (gzip) package size again (#4760) John Detter 2026-04-09 05:56:11 -05:00
  • 904471b4fb outbox macro change Shubham Mishra 2026-04-09 13:46:12 +05:30
  • 5a1e684218 Merge durability actors to reduce per-tx scheduler handoffs joshua-spacetime 2026-04-08 23:34:00 -07:00
  • 186d66787a Build jemalloc with a larger page size bot/fix-aarch64-linux-jemalloc clockwork-labs-bot 2026-04-09 02:57:20 -04:00
  • 9038f37ea2 Avoid jemalloc crashes on Linux aarch64 clockwork-labs-bot 2026-04-09 02:48:03 -04:00
  • 311518ebda Add Unreal v3 websocket integration tests joshua/unreal/v3-ws-bindings joshua-spacetime 2026-04-08 18:48:32 -07:00
  • 18ae59e60f split native and browser ws code joshua/refactor-rust-sdk-ws joshua-spacetime 2026-04-08 18:43:38 -07:00
  • 608fc5d458 Update rust sdk to use v3 websocket api joshua-spacetime 2026-04-08 17:11:39 -07:00
  • 266eff98ab Fix NativeAOT-LLVM IL scanner failure for modules without indexed tables rekhoff 2026-04-08 18:10:12 -07:00
  • ee0c8fb6ab Add C# v2 fallback websocket test joshua/csharp/v3-ws-bindings joshua-spacetime 2026-04-08 17:49:06 -07:00
  • ef78cace4d separate csharp client / unity; cpp; rust refinements bradleyshep 2026-04-08 20:43:42 -04:00
  • 20f5a4f034 Clarify WebGL protocol marshalling joshua-spacetime 2026-04-08 17:36:16 -07:00
  • eb50885e7e Update unreal sdk to use v3 websocket api joshua-spacetime 2026-04-08 17:17:09 -07:00
  • d7b8577bbe Update C# sdk to use v3 websocket api joshua-spacetime 2026-04-08 17:17:44 -07:00
  • 75603a7e9d Changes to loader Jeffrey Dallatezza 2026-04-08 15:10:30 -07:00
  • d494169fdd v3 websocket protocol joshua-spacetime 2026-04-08 13:34:58 -07:00
  • 07d1cb64a5 Reverting changes that introduced a <Clone>$ error rekhoff 2026-04-08 14:18:13 -07:00
  • 5cf84bb4fd Single source ai docs bradleyshep 2026-04-08 15:17:55 -04:00
  • b0558b2339 Bumped the esm (gzip) package size again jdetter/bump-typescript-package-size John Detter 2026-04-08 13:36:00 -05:00
  • 2de33782ec Merge with_call_scope! into common_call Noa 2026-04-08 12:55:14 -05:00
  • e74ee0b72c Add a log line timing snapshot creation Jeffrey Dallatezza 2026-04-08 10:53:58 -07:00
  • a2ffbee3a0 Improve a test with new TableIndex::iter & simplify index iterator defs (#4759) Mazdak Farrokhzad 2026-04-08 19:34:12 +02:00
  • 3f61a2899d Implement HTTP handlers / webhooks in Rust modules Phoebe Goldman 2026-04-08 12:52:38 -04:00
  • a337bec99f use Identity Shubham Mishra 2026-04-08 19:38:38 +05:30
  • 343333dff3 Host-side IDC actor fixes and smoketests shub/hack-idc-host Shubham Mishra 2026-04-08 15:52:32 +05:30
  • e445b847ca Host-side naming and reducer-call follow-ups Shubham Mishra 2026-04-08 15:50:56 +05:30
  • 87969a21ec fix enqueue_outbox_row Shubham Mishra 2026-03-27 19:54:30 +05:30
  • 0b183c17e8 idc runtime Shubham Mishra 2026-03-27 17:10:12 +05:30
  • 3aeafff56c call_from_database endpoint Shubham Mishra 2026-03-27 12:40:22 +05:30
  • 706c4110a1 st_databases_tx_offset Shubham Mishra 2026-03-27 10:57:09 +05:30
  • 28e9e833ff Macro and schema prototype layer shub/hack-idc-macro Shubham Mishra 2026-04-08 16:00:33 +05:30
  • 4cefe9706b Host-side IDC actor fixes and smoketests Shubham Mishra 2026-04-08 15:52:32 +05:30
  • a6c3247fb7 Host-side naming and reducer-call follow-ups Shubham Mishra 2026-04-08 15:50:56 +05:30
  • 844cf27740 fix enqueue_outbox_row Shubham Mishra 2026-03-27 19:54:30 +05:30
  • 9de4fb2dd2 idc runtime Shubham Mishra 2026-03-27 17:10:12 +05:30
  • 90c217d68e call_from_database endpoint Shubham Mishra 2026-03-27 12:40:22 +05:30
  • ff81278095 st_databases_tx_offset Shubham Mishra 2026-03-27 10:57:09 +05:30