Commit Graph

  • b991a296e6 Merge branch 'master' into jsdt/ts-test-build-all Jeffrey Dallatezza 2026-01-09 11:08:02 -08:00
  • c1929ac163 Update LLM benchmark results cloutiertyler-patch-8 spacetimedb-bot 2026-01-09 18:56:06 +00:00
  • dd957fdbbb Merge branch 'master' into jsdt/ts-test-build-all Jeffrey Dallatezza 2026-01-09 10:36:16 -08:00
  • 43f8e39aa0 Build all ts templates in ci Jeffrey Dallatezza 2026-01-09 10:26:19 -08:00
  • cc7d6f116b Merge branch 'master' into cloutiertyler-patch-8 Tyler Cloutier 2026-01-09 13:25:58 -05:00
  • 20aa6cc8ff Simplify some commands Jeffrey Dallatezza 2026-01-09 10:24:02 -08:00
  • 952402d6ab Fix reducer errors to return message not stack trace (#3965) Ryan 2026-01-09 10:15:42 -08:00
  • 2c24facf85 Use the generate command that formats Jeffrey Dallatezza 2026-01-09 10:11:27 -08:00
  • acf8bc8903 Merge origin/master into tyler/claude-docs Tyler Cloutier 2026-01-09 13:08:39 -05:00
  • 94adfdc328 fix(scheduler): Restore ReducerContext recording for scheduled reducers (#3947) Ludv1gL 2026-01-09 18:14:18 +01:00
  • 74ef480988 Merge branch 'master' into jsdt/ts-test-build-all Jeffrey Dallatezza 2026-01-09 08:44:18 -08:00
  • 902af09c55 fmt Jeffrey Dallatezza 2026-01-09 08:29:25 -08:00
  • 234fe94f3b Merge branch 'master' into phoebe/cutlery-companion Phoebe Goldman 2026-01-09 11:22:30 -05:00
  • ba347b80b5 Expose a couple things to enable some work in another repo Phoebe Goldman 2026-01-09 11:02:21 -05:00
  • 3c8836b1a3 Templates rework (#3879) Piotr Sarnacki 2026-01-09 16:09:26 +01:00
  • 65c8a8a9da Fixes #3240, perf of indexing many rows with same key (#3971) Mazdak Farrokhzad 2026-01-09 12:50:11 +01:00
  • 299a8d6833 increase test counter timeout by 30s to 2 min centril/fix-3240-index-many-same-key Mazdak Farrokhzad 2026-01-09 11:49:50 +01:00
  • 021a30372a reexport 'toCamelCase' + 'Uuid' for ts sdk tests Mazdak Farrokhzad 2026-01-09 11:38:26 +01:00
  • 72673da706 fix bug in SameKeyEntry::push Mazdak Farrokhzad 2026-01-08 13:57:10 +01:00
  • 1aa200270b SameKeyEntry::Small: store up to 2 entries inline Mazdak Farrokhzad 2026-01-08 11:53:14 +01:00
  • a02303011b fixes #3240, perf of indexing many rows with same key Mazdak Farrokhzad 2026-01-07 18:38:02 +01:00
  • 8a2e077f26 Fixed styling to be just so for the nav bar Tyler Cloutier 2026-01-08 23:22:38 -05:00
  • 619a887af1 Update LLM benchmark results spacetimedb-bot 2026-01-09 02:40:15 +00:00
  • 0c8c8a8c42 Rename database docs files and update breadcrumb styling Tyler Cloutier 2026-01-08 20:56:56 -05:00
  • 6dda61b5bb Minor change Tyler Cloutier 2026-01-08 20:15:43 -05:00
  • 1185726be1 Fix JSX img paths to include baseUrl Tyler Cloutier 2026-01-08 19:50:28 -05:00
  • 256055106c Regenerate CLI docs Tyler Cloutier 2026-01-08 19:25:41 -05:00
  • cd1ed304b4 Fix CLI docs generator path after docs restructure Tyler Cloutier 2026-01-08 19:15:46 -05:00
  • b90aacd026 Merge branch 'master' into tyler/claude-docs Tyler Cloutier 2026-01-08 18:37:46 -05:00
  • 6db84574fc Merge branch 'master' into cloutiertyler-patch-8 Tyler Cloutier 2026-01-08 18:37:28 -05:00
  • 66ea1f3ead Reorder tabs to TypeScript, C#, Rust Tyler Cloutier 2026-01-08 18:33:23 -05:00
  • 5e280a4b30 Remove redundant H1 headings and improve sidebar structure Tyler Cloutier 2026-01-08 18:28:05 -05:00
  • 9851d9fada Small fixes Tyler Cloutier 2026-01-08 17:55:24 -05:00
  • 361d947787 Apply suggestions from code review Shubham Mishra 2026-01-09 01:18:30 +05:30
  • 166ccf6098 Add a command to the typescript-test ci check that builds all of the different packages/examples Jeffrey Dallatezza 2026-01-08 11:08:45 -08:00
  • 8ab3ef4a19 Version bump to 1.11.2 (#3977) John Detter 2026-01-08 12:55:30 -06:00
  • 66e9a7e6b4 Add two-column step layout for quickstarts Tyler Cloutier 2026-01-08 13:14:39 -05:00
  • b1f86b24d8 Improve sidebar category navigation and styling Tyler Cloutier 2026-01-08 12:15:05 -05:00
  • 4c2fb5f250 Fix clippy manual_strip lint in strip_mdc_frontmatter Tyler Cloutier 2026-01-08 01:47:41 -05:00
  • 82d5a4f6c0 Implement SpacetimeType for Result<T, E> (#3790) Mario Montoya 2026-01-08 10:50:18 -05:00
  • 74922eb480 improve testing of indexes centril/index-cleanup Mazdak Farrokhzad 2026-01-08 12:49:41 +01:00
  • e519e21600 fix typescript codegen for indices to not care about index kind Mazdak Farrokhzad 2026-01-07 18:19:04 +01:00
  • 4586f66fbe Add framework for despecializing indices into btrees. Despecialize too large direct indices (u64 key). Make direct indices read better with fns injest and expose. Make all variants of TypedIndex impl Into<TypedIndex> so same_for_all_types can be used more. Mazdak Farrokhzad 2026-01-08 12:49:25 +01:00
  • b7d944368f add hash indices Mazdak Farrokhzad 2026-01-08 12:32:00 +01:00
  • 8af3f833c4 Add error handling for ranged seeks on non-range compat indices (IndexCannotSeekRange). Use point scans in query execution (IxScanEq). Refactor table index code with macro same_for_all_types. Mazdak Farrokhzad 2026-01-08 12:24:42 +01:00
  • 0c8157d301 provide a common Index trait & simplify and shrink TableIndex with it Mazdak Farrokhzad 2025-12-12 14:28:50 +01:00
  • cd45c73985 fix bug in SameKeyEntry::push Mazdak Farrokhzad 2026-01-08 13:57:10 +01:00
  • d84411b868 SameKeyEntry::Small: store up to 2 entries inline Mazdak Farrokhzad 2026-01-08 11:53:14 +01:00
  • 02be225a5b Merge branch 'master' into shub/fix-procedures-deadlock Shubham Mishra 2026-01-08 16:20:20 +05:30
  • f2dc2ca24b fixes #3240, perf of indexing many rows with same key Mazdak Farrokhzad 2026-01-07 18:38:02 +01:00
  • 218f331482 Make procedure tx abis synchornous Shubham Mishra 2026-01-07 18:10:45 +05:30
  • 05d4874918 Create db.lock file only for persistent databases (#3912) Kim Altintop 2026-01-08 09:22:37 +01:00
  • 91242a5bb3 Update docs/docs/00100-intro/00100-getting-started/00400-key-architecture.md Tyler Cloutier 2026-01-08 01:46:29 -05:00
  • 6dfd4c4302 Update docs/docs/00100-intro/00100-getting-started/00400-key-architecture.md Tyler Cloutier 2026-01-08 01:46:22 -05:00
  • 22ee1f7649 Merge branch 'master' into cloutiertyler-patch-8 Tyler Cloutier 2026-01-08 01:45:26 -05:00
  • 6f6ff2ac60 Merge branch 'master' into tyler/claude-docs Tyler Cloutier 2026-01-07 22:09:57 -05:00
  • 2bbf5019ef Clean up chat app tutorial and add tabs spacing Tyler Cloutier 2026-01-07 22:08:31 -05:00
  • 8dd38597ee Update link styling and navbar spacing Tyler Cloutier 2026-01-07 21:59:40 -05:00
  • 0bb1acda38 Improve docs sidebar navigation and styling Tyler Cloutier 2026-01-07 21:52:54 -05:00
  • daac08aeb7 Demote 'Creating the Client' heading from h1 to h2 Tyler Cloutier 2026-01-07 20:26:18 -05:00
  • 15f416e246 Fix missing DbConnection import in tutorial Tyler Cloutier 2026-01-07 20:24:10 -05:00
  • d11802f418 Move 'Try it out!' section inside TypeScript React tab Tyler Cloutier 2026-01-07 20:20:57 -05:00
  • 53c47241dd Cargo fmt Tyler Cloutier 2026-01-07 20:16:19 -05:00
  • af8669dccf Tell it to leave strict mode along in .mdc Tyler Cloutier 2026-01-07 20:15:55 -05:00
  • 7d1cd92773 Add AI rules files to CLI for project initialization Tyler Cloutier 2026-01-07 20:10:06 -05:00
  • ff93464912 Add 'Try it out!' section to chat app tutorial Tyler Cloutier 2026-01-07 20:08:50 -05:00
  • e61d9f35db Detect port conflicts on both IPv4 and IPv6 before binding Tyler Cloutier 2026-01-07 19:39:09 -05:00
  • b00ba57ed0 Fix CI hash save in llm quick fix summary file (#3963) bradleyshep 2026-01-07 14:53:56 -05:00
  • 16ec28a8ca Rename csharp.md to c-sharp.md to match expected doc ID Tyler Cloutier 2026-01-07 00:04:57 -05:00
  • 53a7bb49cd Remove accidentally committed SPACETIME_PROGRAMMING_STANDARDS.md Tyler Cloutier 2026-01-07 00:02:57 -05:00
  • ffee7bc6f0 Restore original doc IDs and slugs for quickstarts Tyler Cloutier 2026-01-07 00:01:48 -05:00
  • 6fc98558dd Fix QuickstartLinks to use new doc IDs Tyler Cloutier 2026-01-06 23:59:34 -05:00
  • cbf6f05958 Add complete TypeScript React client tutorial Tyler Cloutier 2026-01-06 23:39:55 -05:00
  • 92eab1ea26 Restore complete client code in chat-app tutorial Tyler Cloutier 2026-01-06 23:34:36 -05:00
  • a71817a55b Update smoke test paths to use merged chat-app tutorial Tyler Cloutier 2026-01-06 23:03:30 -05:00
  • e8f9079dc5 Use a class for ReducerCtx (#3958) Noa 2026-01-06 21:54:09 -06:00
  • 163ebe2789 Fix quickstart template names to match templates-list.json Tyler Cloutier 2026-01-06 22:52:52 -05:00
  • a97f3fd55a Add --template flag to spacetime dev command Tyler Cloutier 2026-01-06 18:07:03 -05:00
  • 8dd18f078f C# bindings: add procedure_http_request support + fix HTTP BSATN wire format to match spacetimedb_lib::http (#3944) Ryan 2026-01-06 14:51:24 -08:00
  • b75bf6decf LLM Benchmarking (#3486) bradleyshep 2026-01-06 17:22:57 -05:00
  • ad5cc1ff2b Update Zen of SpacetimeDB with stronger principles Tyler Cloutier 2026-01-06 17:17:01 -05:00
  • e5e9bbf626 [TS] Implement and use point scan ABI (#3918) Noa 2026-01-06 14:39:45 -06:00
  • 0ab996b974 Fix rollback metrics (#3956) joshua-spacetime 2026-01-06 12:14:19 -08:00
  • f906be6bd9 Fixed Nullable value-type fields in Views in C# module causing excessive logging (#3949) Ryan 2026-01-06 09:56:05 -08:00
  • b9ec7f283b Add Zen of SpacetimeDB and external API example Tyler Cloutier 2026-01-06 12:31:05 -05:00
  • b46bd4e72f Fix structural issues and add section landing pages Tyler Cloutier 2026-01-06 11:42:29 -05:00
  • 80706bda22 Restructure documentation: quickstarts and tutorials Tyler Cloutier 2026-01-06 11:13:39 -05:00
  • 07c9a8b654 Fix typos and broken link in documentation Tyler Cloutier 2026-01-06 11:03:00 -05:00
  • 33e3f24bbb Fixed inverted wasm-opt condition (#3930) Egor Vorontsov 2026-01-06 18:32:18 +03:00
  • 6694211417 code polish for #3938 (#3952) Shubham Mishra 2026-01-06 18:44:01 +05:30
  • 8714f11f3d Expand and correct docs on procedure_http_request ABI function Phoebe Goldman 2026-01-05 12:39:43 -05:00
  • 8fb0bcf922 Add UUID built-in convenience type to SpacetimeDB (#3538) Mario Montoya 2026-01-02 12:17:24 -05:00
  • ee1d239f02 Render arrays correctly in SQL mamcx/sql-array-render Mario Alejandro Montoya Cortes 2025-12-27 11:20:16 -05:00
  • 038622227d Make /v1/database/:name/call/:func call procedures too, remove procedure route (#3883) Mario Montoya 2025-12-31 18:31:02 -05:00
  • ac9b019f2d Update 00300-rust.md Tyler Cloutier 2025-12-31 11:59:07 -05:00
  • 89bffc326e Bump TypescriptSDK version to 1.11.3 (#3940) jdetter/tmp2 John Detter 2025-12-30 20:59:55 -06:00
  • 877145529a Use table def accessorName instead of server table name to access table db view (#3932) Adam Christopher Smith 2025-12-29 09:30:32 -08:00
  • 3c1c3415a2 Bump TypescriptSDK version to 1.11.3 (#3940) John Detter 2025-12-30 20:59:55 -06:00
  • a8fcbf8283 Merge branch 'master' into release/sdks/typescript/1.11.3 release/sdks/typescript/1.11.3 John Detter 2025-12-30 19:52:18 -06:00
  • e1b3e3222c Bump the Typescript SDK to 1.11.2 (#3927) John Detter 2025-12-30 18:55:17 -06:00