Commit Graph

  • 0eeb507c2d Merge branch 'master' into jsdt/ws-v2 Jeffrey Dallatezza 2026-02-11 16:22:57 -08:00
  • 0c5591a1ae Fix some unused things Jeffrey Dallatezza 2026-02-11 16:22:18 -08:00
  • f533577113 Make reducers return promises Jeffrey Dallatezza 2026-02-11 15:54:37 -08:00
  • c8797fce7b Update UI tests to use impl Query<T> instead of bare Query<T> = 2026-02-11 18:47:13 -05:00
  • 97d5facb69 Merge branch 'master' into jdetter/version-upgrade-2.0 John Detter 2026-02-11 17:46:57 -06:00
  • 4d2aecc05f Update to fix cpp quickstart smoketest John Detter 2026-02-11 17:45:50 -06:00
  • 798d17bef6 Keynote Spacetime simulation comparisons (#4072) bradleyshep 2026-02-11 18:43:10 -05:00
  • a738138f60 Update codegen snapshot for unified tables export = 2026-02-11 18:33:22 -05:00
  • fbf7ba3f0a Merge remote-tracking branch 'origin/jsdt/ws-v2' into phoebe/rust-sdk-ws-v2 Phoebe Goldman 2026-02-11 18:28:41 -05:00
  • b68571f2a0 Merge branch 'master' into phoebe/with-database-name phoebe/with-database-name Phoebe Goldman 2026-02-11 18:23:57 -05:00
  • af3394bc98 Fix C# template: use ToSql() instead of Sql on IQuery = 2026-02-11 18:10:38 -05:00
  • ab51d7782e Regenerate template bindings to unify tables and query builder exports = 2026-02-11 18:02:43 -05:00
  • bce32de808 Fix clippy lint errors = 2026-02-11 17:59:58 -05:00
  • c5b2d780f7 TypeScript modules: Expose hash indices (#4233) Mazdak Farrokhzad 2026-02-11 23:54:30 +01:00
  • 447774c8eb Merge branch 'jsdt/ws-v2' into jsdt/ws-v2-ts Jeffrey Dallatezza 2026-02-11 14:47:23 -08:00
  • 7677b5478f [TS] Export reducers, etc from a module (#4220) Noa 2026-02-11 16:45:36 -06:00
  • 5a5904ce51 Update docs to use query builder syntax for TypeScript examples = 2026-02-11 17:27:15 -05:00
  • 39f63d5934 Freeze TableRefImpl instances = 2026-02-11 17:06:30 -05:00
  • 41d793f904 Deno quickstart (#4191) bradleyshep 2026-02-11 17:04:44 -05:00
  • ed533c01c7 Fix lint errors: remove unused imports and format template = 2026-02-11 17:01:31 -05:00
  • 00a25a5f62 Run pnpm format = 2026-02-11 16:52:18 -05:00
  • dd128528ff Undo some unintentional changes Jeffrey Dallatezza 2026-02-11 13:49:13 -08:00
  • 8dfc3e7411 Add type-level tests for useTable query builder compatibility = 2026-02-11 16:48:54 -05:00
  • 53f066d69f Merge branch 'master' into steve/name-network-thread steve/name-network-thread Ryan 2026-02-11 13:27:10 -08:00
  • c0a7a2723d Update examples and templates to use new query builder syntax = 2026-02-11 16:14:20 -05:00
  • 174293c5e8 Address comment noa/ts-exports Noa 2026-02-11 15:12:31 -06:00
  • d3b8c2a4d2 Run pnpm generate Noa 2026-02-11 14:15:05 -06:00
  • 87e85b9528 Fix dbView error Noa 2026-02-11 14:42:16 -06:00
  • 148b0d8476 Remove deprecated filter.ts and migrate Svelte/Vue useTable to query builder API = 2026-02-11 15:58:59 -05:00
  • ee62ea2af7 insta Shubham Mishra 2026-02-12 01:17:28 +05:30
  • 0e8e06541d Remove from() function from TypeScript query builder = 2026-02-11 15:47:59 -05:00
  • c7fce8faa9 Run pnpm format and regenerate bindings = 2026-02-11 00:19:40 -05:00
  • a4e25a03b1 Add C# query builder standardization: Not(), IQuery<T> interface = 2026-02-10 23:31:31 -05:00
  • 8d726f252f Standardize query builder syntax across Rust and TypeScript = 2026-02-10 23:04:57 -05:00
  • 43040626a8 Add query builder syntax analysis and standardization plan = 2026-02-10 18:32:40 -05:00
  • 5c06e8a035 Merge branch 'master' into jsdt/ws-v2 Jeffrey Dallatezza 2026-02-11 12:17:16 -08:00
  • 132112b435 feat: Quickstart and client for Nuxt (#4176) clockwork-tien 2026-02-11 22:04:48 +02:00
  • c59ee1ddc3 [2.0 Breaking] Add --include-private and default private tables to not generate (#4241) Jason Larabie 2026-02-11 19:08:54 -08:00
  • e4ae7c45ff Fix unauth pulls from dockerhub (#4272) John Detter 2026-02-11 21:08:17 -06:00
  • 4fdb8d923f Fix release for GLIBC_2.38 issue v1.12.0-hotfix1 release/v1.12.0-hotfix1 John Detter 2026-02-11 13:44:56 -06:00
  • 37fe8c012d Fix release for GLIBC_2.38 issue jdetter/fix-release John Detter 2026-02-11 13:44:56 -06:00
  • c2f9ae708d Merge branch 'master' into shub/table-name-to-accessor Shubham Mishra 2026-02-12 01:05:39 +05:30
  • b592d8752d Rename with_module_name -> with_database_name Phoebe Goldman 2026-02-11 14:23:52 -05:00
  • 4462684d0c views accessor Shubham Mishra 2026-02-12 00:53:17 +05:30
  • f47c1ffd11 ui tests Shubham Mishra 2026-02-12 00:42:29 +05:30
  • 729b96fecd Update rust codegen snap Phoebe Goldman 2026-02-11 14:02:26 -05:00
  • e1769b5a24 Add warning prompt for 1.0 -> 2.0 module upgrade path (#4247) joshua-spacetime 2026-02-11 10:56:08 -08:00
  • 9de9d06a36 Quickstart remix (#4113) bradleyshep 2026-02-11 13:50:41 -05:00
  • 991b8a4926 Merge branch 'master' into jdetter/version-upgrade-2.0 John Detter 2026-02-11 12:44:34 -06:00
  • 440cc19d3c Added C++ smoketest for quickstart-chat + updated chat doc (#4109) Jason Larabie 2026-02-11 10:43:17 -08:00
  • 9907fc9a11 Start removing reducer callbacks Jeffrey Dallatezza 2026-02-11 10:29:00 -08:00
  • e50b5f3930 LLM Oneshot Prompts, Oneshotted Apps, and Cursor Rules (C#/Rust/TS) (#4032) bradleyshep 2026-02-11 13:24:20 -05:00
  • 076a026795 define name -> accessor in views, reducer and table Shubham Mishra 2026-02-11 23:48:39 +05:30
  • 86d0a87eb2 Merge branch 'jsdt/ws-v2' into jsdt/ws-v2-ts Jeffrey Dallatezza 2026-02-11 10:06:26 -08:00
  • ded3e2394d Add back some metrics for v2 Jeffrey Dallatezza 2026-02-11 10:06:09 -08:00
  • 9aa1cfb120 Merge branch 'master' into shub/table-name-to-accessor Shubham Mishra 2026-02-11 23:33:09 +05:30
  • eb44f8e7aa Re-run codegen for test clients Phoebe Goldman 2026-02-11 12:57:11 -05:00
  • 5b46a44f11 fix test Shubham Mishra 2026-02-11 23:21:34 +05:30
  • ef4d588a4a export default spacetimedb in remaining modules Noa 2026-02-11 11:32:56 -06:00
  • 412c18afe5 Merge remote-tracking branch 'origin/master' into noa/ts-exports Noa 2026-02-11 11:28:26 -06:00
  • 9992122d54 Rework test fail_reducer to account for new semantics Phoebe Goldman 2026-02-11 12:26:40 -05:00
  • 506a6a9507 Merge remote-tracking branch 'origin/jsdt/ws-v2' into phoebe/rust-sdk-ws-v2 Phoebe Goldman 2026-02-11 12:14:43 -05:00
  • 1cede00090 added index name arg Shubham Mishra 2026-02-11 22:24:24 +05:30
  • 8ccb10d2c8 Re-implement subscribe_to_all_tables Phoebe Goldman 2026-02-11 12:12:13 -05:00
  • fe9ad4c909 Quickstart nextjs (#4097) bradleyshep 2026-02-11 11:29:25 -05:00
  • 0ed052eb0d Quickstart nodejs (#4112) bradleyshep 2026-02-11 11:15:50 -05:00
  • 3f5c864624 Fix release for GLIBC_2.38 issue (#4268) John Detter 2026-02-11 13:55:50 -06:00
  • 99897ab31a llm docs update Shubham Mishra 2026-02-11 21:42:33 +05:30
  • dd99be6891 Quickstart bun (#4154) bradleyshep 2026-02-11 11:07:01 -05:00
  • 87d875944a [TS] Bundle ICU data (#4253) Noa 2026-02-11 09:53:30 -06:00
  • a78b056fcc Reorganize types generated for typescript clients (#4258) joshua-spacetime 2026-02-11 07:51:16 -08:00
  • f14234d9e0 indexarg to accessor Shubham Mishra 2026-02-11 20:06:12 +05:30
  • 581b48c4c7 WIP Piotr Sarnacki 2026-02-11 15:45:42 +01:00
  • 3deab9d349 Revert "ts: name -> accessor" Shubham Mishra 2026-02-11 19:21:18 +05:30
  • 055d11151a ts: name -> accessor Shubham Mishra 2026-02-11 19:01:17 +05:30
  • 3b3b287caf exlude test-app Shubham Mishra 2026-02-11 18:50:50 +05:30
  • 40f239ed20 table -> accessor: rust Shubham Mishra 2026-02-11 18:30:53 +05:30
  • aca374a781 feat: Quickstart and client for Plain JS Script Tags (#4161) clockwork-tien 2026-02-11 13:09:10 +02:00
  • 0c0b0bc8ef Merge branch 'master' of https://github.com/clockworklabs/SpacetimeDB into tien/feat/js-script-tags tien/feat/js-script-tags Tien Pham 2026-02-11 10:44:39 +02:00
  • b0f3f8d008 Remove __decribe_module_v10__ (#4246) Shubham Mishra 2026-02-11 11:06:39 +05:30
  • 2d656d49b6 Block procedures from requesting private ip ranges (#4243) joshua-spacetime 2026-02-10 21:27:12 -08:00
  • b41a0a5896 RawModuleDefV10 from V8 modules. (#4194) Shubham Mishra 2026-02-11 10:43:45 +05:30
  • 9444733fc5 Don't send any reducer info for v10 modules Jeffrey Dallatezza 2026-02-10 19:17:30 -08:00
  • 4f2eb9db42 Treat unhandled errors as fatal for v2 clients Jeffrey Dallatezza 2026-02-10 18:39:50 -08:00
  • 759f5220b9 [C#] Module bindings for Typed Query Builder (#4159) Ryan 2026-02-10 17:38:30 -08:00
  • ba739e65fd Merge branch 'jsdt/ws-v2' into jsdt/ws-v2-ts Jeffrey Dallatezza 2026-02-10 17:25:56 -08:00
  • 302de1704e fix lint issues Jeffrey Dallatezza 2026-02-10 16:02:01 -08:00
  • bb8fd49936 Docs Update for C++ [2/4] (#4129) Jason Larabie 2026-02-10 15:03:01 -08:00
  • db91218018 send reducer errors Jeffrey Dallatezza 2026-02-10 14:39:52 -08:00
  • 16d9231484 fixup! Update sdk-test-ts to export its reducers Noa 2026-02-10 16:36:35 -06:00
  • de43b50994 Address comments Noa 2026-02-10 16:35:27 -06:00
  • e1ab6497aa Fix defaultValue/unbounded recursion/oom error shub/raw-def-v8-new Noa 2026-02-10 15:54:16 -06:00
  • fc94dd85cc Docs Update for C++ [4/4] (Blackholio) (#4169) Jason Larabie 2026-02-10 13:37:16 -08:00
  • 2b309bdaf4 Add code owners for CI stuff (#4245) Zeke Foppa 2026-02-10 12:20:12 -08:00
  • d393ab3f00 init shub/casing Shubham Mishra 2026-02-11 01:37:07 +05:30
  • f9f495386b [TS] Set default ICU locale noa/ts-icu-locale Noa 2026-02-10 12:43:47 -06:00
  • 584a024f85 Bundle icudata Noa 2026-02-10 13:51:49 -06:00
  • 19302708db Docs Update for C++ [3/4] (#4163) Jason Larabie 2026-02-10 11:47:01 -08:00
  • 2c8aad8f95 Docs Update for C++ [1/4] (#4118) Jason Larabie 2026-02-10 10:50:46 -08:00
  • b973d2c90c Format Alessandro Asoni 2026-02-10 19:42:34 +01:00