Commit Graph

  • f8efb27b5b Complete Unity Tutorial Julien Lavocat 2025-10-03 15:21:15 +02:00
  • 53517e1ee9 Finish part 3 of the unity tutorial Julien Lavocat 2025-10-03 13:46:22 +02:00
  • 0b43756a8e Update previous tutorial to new version Julien Lavocat 2025-10-03 13:46:04 +02:00
  • ca775700c0 Add links to navbar Julien Lavocat 2025-10-03 11:59:10 +02:00
  • 812b6e5173 Import migrated docs from poc Julien Lavocat 2025-10-03 11:33:48 +02:00
  • c20c30524b Remove old docs Julien Lavocat 2025-10-03 11:29:43 +02:00
  • c724a4e35d add rust-src to the toolchain and update trybuild test output (#3440) joshua-spacetime 2025-10-20 19:03:07 -07:00
  • 5ec2cc38e5 V8: prepare for JS workers (#3395) Mazdak Farrokhzad 2025-10-21 02:54:50 +02:00
  • 8d1298b76d Add module def types for views (#3427) joshua-spacetime 2025-10-20 14:48:05 -07:00
  • 3309404c1b Fixed the react router issue and added a new test app to test for it (#3428) Tyler Cloutier 2025-10-20 17:23:53 -04:00
  • 5d004a667b [tyler/fix-react-router]: use spacetimedb.workspace tyler/fix-react-router Zeke Foppa 2025-10-20 13:48:47 -07:00
  • 9f44e2616d [tyler/fix-react-router]: update Cargo.lock Zeke Foppa 2025-10-20 12:35:12 -07:00
  • ab3554576b Add a nix flake (#3422) Phoebe Goldman 2025-10-20 13:44:50 -04:00
  • 1b3545361d Weaken minimum dotnet version (#3418) Zeke Foppa 2025-10-20 10:17:36 -07:00
  • 546bcf3c3a Remove openssl Mario Alejandro Montoya Cortés 2024-12-13 12:18:06 -05:00
  • bcdcf36a84 Merge branch 'phoebe/nix-flake-and-env' of github.com:clockworklabs/SpacetimeDB into phoebe/nix-flake-and-env phoebe/nix-flake-and-env Phoebe Goldman 2025-10-20 13:05:07 -04:00
  • e0d1337636 Abort when building for darwin targets Phoebe Goldman 2025-10-20 13:04:54 -04:00
  • 014cf77a50 Remove unneeded debug println Piotr Sarnacki 2025-10-20 18:47:04 +02:00
  • 6a94092032 Initial TypeScript reference docs (#3407) Tyler Cloutier 2025-10-20 12:41:59 -04:00
  • 561ada2175 Merge remote-tracking branch 'origin/master' into drogus/spacetime-init Piotr Sarnacki 2025-10-20 18:04:43 +02:00
  • 2aec50f19b Fix cloning a reference Piotr Sarnacki 2025-10-20 18:03:11 +02:00
  • e6adedab03 Fix error handling for unsupported langs Piotr Sarnacki 2025-10-20 17:24:36 +02:00
  • 422e07cd4f Change _BRANCH to _REFERENCE Piotr Sarnacki 2025-10-20 16:24:39 +02:00
  • 3f66a69240 Update cli reference Piotr Sarnacki 2025-10-20 16:15:29 +02:00
  • ecbd7b6a1e Add quickstart chat ts symlinks Piotr Sarnacki 2025-10-20 16:03:42 +02:00
  • 4c242ce39c Treat server and client lang as Option<> Piotr Sarnacki 2025-10-20 16:03:12 +02:00
  • 0fcd6ce7ed tweak v8 call tests centril/v8-js-worker-prepare Mazdak Farrokhzad 2025-10-20 15:19:53 +02:00
  • 6a348316ca lang choice and template are mutually exclusive Piotr Sarnacki 2025-10-20 14:21:56 +02:00
  • 41209ec24e Use empty main.ts for epty typescript example Piotr Sarnacki 2025-10-20 14:10:58 +02:00
  • 9e8f570459 Add typescript chat templates to the list Piotr Sarnacki 2025-10-20 14:07:46 +02:00
  • c5fca890b7 v8: improve 'register_hooks', drop 'Rc' and validate 'hooks' Mazdak Farrokhzad 2025-10-20 11:47:41 +02:00
  • 9fcc04d60e v8: move some InterruptCallbacks to budget.rs Mazdak Farrokhzad 2025-10-09 19:18:15 +02:00
  • 0e987ff59d v8: some preparation for a js-worker thread that will stay alive as long as the database does. Mazdak Farrokhzad 2025-10-09 19:10:45 +02:00
  • daa59e3620 v8: extract 'eval_user_module_catch' Mazdak Farrokhzad 2025-10-07 15:10:54 +02:00
  • 8f3d373139 v8: move budget/timeout/energy logic to budget.rs Mazdak Farrokhzad 2025-10-07 14:55:26 +02:00
  • bf59feb960 Merge branch 'master' into tyler/fix-react-router Tyler Cloutier 2025-10-19 14:45:03 -04:00
  • 9738708ebc Removed errant debug log = 2025-10-19 14:17:18 -04:00
  • fb16972a36 Cargo fmt = 2025-10-17 18:04:41 -04:00
  • 85621b629c Fixed the react router issue and added a new test app to test for it = 2025-10-17 17:52:54 -04:00
  • dbc49b1fd6 Add AuthCtx to ReducerContext for rust (#3288) Jeffrey Dallatezza 2025-10-17 14:03:54 -07:00
  • 8fdf1f513a Merge branch 'master' into jsdt/cred-bindings jsdt/cred-bindings Jeffrey Dallatezza 2025-10-17 13:27:05 -07:00
  • 33ff957eed Add nix sha for rusty_v8 on aarch64-darwin, though it doesn't work Jeffrey Dallatezza 2025-10-17 12:55:54 -07:00
  • 542d26d7ff add system tables for views (#3419) joshua-spacetime 2025-10-17 12:01:22 -07:00
  • 3cb0c75f2b Merge branch 'master' into jsdt/cred-bindings Jeffrey Dallatezza 2025-10-17 11:31:10 -07:00
  • 907fd40961 Update dep snapshot Jeffrey Dallatezza 2025-10-17 10:48:27 -07:00
  • 67275942c3 [release/v1.6.1-typescript]: Manually apply open PR #3421: Fixed a circular import that was not detected in the TypeScript SDK sdks/typescript/v1.6.1 Zeke Foppa 2025-10-17 10:40:04 -07:00
  • 305a258222 [release/v1.6.1-typescript]: Manually apply open PR #3424: Bump TypeScript versions to 1.6.1 Zeke Foppa 2025-10-17 10:39:34 -07:00
  • 0d2a0edd0c Fix CLI package._json version (#3423) Zeke Foppa 2025-10-17 10:27:46 -07:00
  • 0a6aa7c5d9 ModuleDef and schema changes to support procedures (#3392) Phoebe Goldman 2025-10-17 13:22:14 -04:00
  • b4ce12ba76 Another comment update Jeffrey Dallatezza 2025-10-17 10:15:29 -07:00
  • 95a8001db7 Update comments and small tweaks. Jeffrey Dallatezza 2025-10-17 10:11:35 -07:00
  • 3c16edb350 [release/v1.6.0-hotfix]: Manually apply open PR #3423: Fix CLI package._json version v1.6.0 Zeke Foppa 2025-10-17 09:56:26 -07:00
  • 499493d376 Remove logging of credentials. Jeffrey Dallatezza 2025-10-17 09:50:49 -07:00
  • c2439ceb8a Fixed a circular import that was not detected in the TypeScript SDK (#3421) Tyler Cloutier 2025-10-17 12:49:54 -04:00
  • 60a3bd2633 Merge remote-tracking branch 'origin/master' into phoebe/procedure/moduledef phoebe/procedure/moduledef Phoebe Goldman 2025-10-17 12:44:04 -04:00
  • fdf48af71f Make tests pass and local development build Phoebe Goldman 2025-10-17 12:31:00 -04:00
  • c4c7478fdc Update FFI snapshots. Jeffrey Dallatezza 2025-10-17 09:15:46 -07:00
  • 6b195785f4 Add a nix flake Phoebe Goldman 2025-10-17 12:11:56 -04:00
  • 71f7e43b98 Run csharpier Jeffrey Dallatezza 2025-10-17 08:14:23 -07:00
  • 0fbdeedb1e Format Jeffrey Dallatezza 2025-10-17 08:06:08 -07:00
  • af9db050be Fixed a circular import that was not detected tyler/typescript/fix-circular-import = 2025-10-17 10:22:49 -04:00
  • 87209e67fd Move init/template to init, remove old functionality Piotr Sarnacki 2025-10-17 15:25:42 +02:00
  • 753e60e0cd Merge remote-tracking branch 'origin/master' into drogus/spacetime-init Piotr Sarnacki 2025-10-17 13:25:23 +02:00
  • 47e5c2d7d6 Fix versions update Piotr Sarnacki 2025-10-16 14:57:36 +02:00
  • 3d795618e4 Merge branch 'master' into jsdt/cred-bindings Jeffrey Dallatezza 2025-10-16 17:30:42 -07:00
  • d17b713706 regen Jeffrey Dallatezza 2025-10-16 17:30:22 -07:00
  • bf177c534b Fix windows linker errors (#3416) Noa 2025-10-16 17:47:46 -05:00
  • 3d031e4493 Merge branch 'master' into tyler/ts-reference-docs tyler/ts-reference-docs Zeke Foppa 2025-10-16 14:21:55 -07:00
  • 91bfca7acd [release/v1.6.0]: Update Unity DLLs sdks/csharp/v1.6.0 Zeke Foppa 2025-10-16 14:08:40 -07:00
  • 11eb6b1cc9 Update the ABI version for csharp Jeffrey Dallatezza 2025-10-16 11:10:31 -07:00
  • 7ab7d4e3db Merge branch 'jsdt/cred-bindings' into jsdt/csharp-claims Jeffrey Dallatezza 2025-10-16 10:45:57 -07:00
  • 50f6ecfd0f Use a new ABI version Jeffrey Dallatezza 2025-10-16 10:22:41 -07:00
  • 6876dd6a70 Update views.stderr from CI output Jeffrey Dallatezza 2025-10-16 10:11:11 -07:00
  • 2f04ff6838 Update ui test outputs Jeffrey Dallatezza 2025-10-16 09:44:54 -07:00
  • a02d8ba8f0 Notify user in CLI that js/ts is beta quality (#3415) Mazdak Farrokhzad 2025-10-16 18:26:13 +02:00
  • ddb28ce347 [bitcraft-hotfix]: lints bitcraft-hotfix Zeke Foppa 2025-10-16 09:19:39 -07:00
  • 346f1e7602 [bitcraft-hotfix]: lints Zeke Foppa 2025-10-16 09:14:00 -07:00
  • 76d9760aec Rewrite Cargo.lock Jeffrey Dallatezza 2025-10-16 09:12:58 -07:00
  • a1971d6c60 [release/v1.6.0]: Merge remote-tracking branch 'origin/bitcraft-hotfix' into release/v1.6.0 v1.6.0-bitcraft-hotfix Zeke Foppa 2025-10-16 09:05:05 -07:00
  • dd47e795a7 [bitcraft-hotfix]: lints Zeke Foppa 2025-10-16 09:04:00 -07:00
  • 852596238e Merge branch 'master' into jsdt/cred-bindings Jeffrey Dallatezza 2025-10-16 08:59:50 -07:00
  • 655b3a0025 [release/v1.6.0]: Merge remote-tracking branch 'origin/centril/js-is-beta' into release/v1.6.0 sdks/unrealcpp/v1.6.0 sdks/typescript/v1.6.0 sdks/rust/v1.6.0 bindings/typescript/v1.6.0 bindings/rust/v1.6.0 bindings/csharp/v1.6.0 Zeke Foppa 2025-10-16 08:53:04 -07:00
  • f16a1aaca7 js/ts is beta quality centril/js-is-beta Mazdak Farrokhzad 2025-10-16 17:48:13 +02:00
  • b874a22990 [release/v1.6.0]: empty commit to allow PR creation Zeke Foppa 2025-10-16 08:33:45 -07:00
  • 73aea557e6 Fix broken link = 2025-10-16 11:28:28 -04:00
  • 43f1624f0f Added the quickstart as well = 2025-10-16 11:26:00 -04:00
  • bb43213245 Typescript module API (#3327) Noa 2025-10-16 09:58:50 -05:00
  • 317cb71cfd Version that requires an identity passed in Jeffrey Dallatezza 2025-10-16 07:36:22 -07:00
  • 4026e8380a Updated module_bindings for the rust sdk tests noa/ts-module-api Tyler Cloutier 2025-10-16 09:59:25 -04:00
  • f5f2287e6e Fix cli refernece docs Piotr Sarnacki 2025-10-16 14:46:40 +02:00
  • 04a3cfcc20 Merge remote-tracking branch 'origin/master' into drogus/spacetime-init Piotr Sarnacki 2025-10-16 14:39:23 +02:00
  • c4d1aca92f Bump versions to 1.6.* Piotr Sarnacki 2025-10-16 14:39:16 +02:00
  • f5839a64e4 Fix cli refernece docs Piotr Sarnacki 2025-10-16 14:29:37 +02:00
  • 2393b43ba6 Fix smoke tests Piotr Sarnacki 2025-10-16 14:28:25 +02:00
  • b0410e86ad Small chnages in init args Piotr Sarnacki 2025-10-16 14:17:36 +02:00
  • cc118cca04 Update eslint config Piotr Sarnacki 2025-10-15 23:34:39 +02:00
  • 6d71f1606b Fix ci Noa 2025-10-16 01:49:21 -05:00
  • c756f11ccd Merge branch 'master' into noa/ts-module-api Noa 2025-10-15 22:59:39 -05:00
  • 2e0c9d2378 'Fix' insert_primitives_as_strings Noa 2025-10-15 22:51:15 -05:00
  • 16609893eb Fix most of sdk-test-ts Noa 2025-10-15 22:42:47 -05:00