Commit Graph

1393 Commits

Author SHA1 Message Date
Noa 9ef746fd1b Remove errant backslash that got into the 'please add to path' message 2025-03-03 11:48:07 -06:00
Phoebe Goldman 0bb8316653 Minor updates to the Rust client quickstart (#2318) 2025-03-03 15:40:08 +00:00
Kim Altintop e32b00420b set names atomic (#2325)
Co-authored-by: Tyler Cloutier <cloutiertyler@aol.com>
Co-authored-by: Noa <coolreader18@gmail.com>
2025-02-28 21:59:23 +00:00
Noa 43b4085e22 Print a message with a shell line to add bindir to PATH (#2327) 2025-02-28 20:33:23 +00:00
Zeke Foppa 20f4bfbd21 Bump Rust and C# package versions to 1.0.0 (#2283)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
Co-authored-by: John Detter <no-reply@boppygames.gg>
2025-02-28 20:13:07 +00:00
joshua-spacetime 8f07c64944 test: set semantics in datastore (#2324) 2025-02-28 16:53:00 +00:00
Mario Montoya 04fd294627 Add missing LICENSE (#2319) 2025-02-28 14:32:59 +00:00
Mario Montoya 9466b72028 Add link to documentation of SEQUENCES (#2321) 2025-02-28 14:11:04 +00:00
joshua-spacetime 724e378e07 Update comment to reflect the new internals of the subscription api (#2313) 2025-02-28 12:45:07 +00:00
Phoebe Goldman 7cb20857b2 Update insert docs to reflect actual behavior on set-semantic duplicates (#2322) 2025-02-28 02:30:24 +00:00
Noa 723d2c61c4 Install dotnet-sdk-8 instead of 9 in Dockerfile (#2323) 2025-02-27 22:16:13 +00:00
Noa 956b4f8e5b Add dockerfile for cli (#2312) 2025-02-27 20:24:43 +00:00
Tyler Cloutier e5cdda78ce Removed the EULA check in the CLI (#2315) 2025-02-27 18:44:35 +00:00
Phoebe Goldman 0da26ceaac Update Rust client quickstart example to match tutorial document (#2310) 2025-02-26 17:07:30 +00:00
Jeffrey Dallatezza 909040f716 hacky auth check for database creation. (#2308) 2025-02-26 16:52:30 +00:00
Noa b8ebe42484 Fix self-replace on windows (#2294) 2025-02-26 16:42:59 +00:00
Kim Altintop 55cd1e4587 sdk: Client ping on idle connections (#2309)
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
2025-02-26 16:22:42 +00:00
Tyler Cloutier d147dff5b1 Added in a SQL execution time calculation (#2297) 2025-02-25 21:44:21 +00:00
joshua-spacetime 172c060b4e Add comment on Time Stamp Counter (TSC) for profiling with tracy (#2304) 2025-02-25 19:15:45 +00:00
james gilles 4fc4963f21 Final C# codegen changes (#2303) 2025-02-25 18:57:45 +00:00
Jeffrey Dallatezza a73a689778 Clear DB size gauges when shutting a module down (#2259) 2025-02-25 16:32:30 +00:00
Mazdak Farrokhzad 92c8e95a19 MutTxId::update: consider deleted commited row when replacing tx row (#2302)
Signed-off-by: Mazdak Farrokhzad <twingoow@gmail.com>
Co-authored-by: Phoebe Goldman <phoebe@clockworklabs.io>
2025-02-24 17:08:00 +00:00
Kim Altintop d92a3f5f1a sdk: Basic connection metrics (#2299) 2025-02-24 16:57:31 +00:00
Mazdak Farrokhzad 668eef0d10 bindings-csharp: use the update ABI (#2269)
Co-authored-by: rekhoff <r.ekhoff@clockworklabs.io>
2025-02-22 17:45:28 +00:00
joshua-spacetime 97de45003a fix: join order rewrite rule (#2295) 2025-02-21 23:29:38 +00:00
Mazdak Farrokhzad b34caf8306 Rust SDK: Deduplicate rows accross queries (#2286)
Signed-off-by: Mazdak Farrokhzad <twingoow@gmail.com>
Co-authored-by: Phoebe Goldman <phoebe@clockworklabs.io>
2025-02-21 21:12:29 +00:00
Noa 30ba0f9d97 Use fixed term width for cli help test (#2293) 2025-02-21 20:18:26 +00:00
Phoebe Goldman d3105837d5 Rust client SDK: send SubscribeMulti and UnsubscribeMulti (#2281)
Co-authored-by: Jeffrey Dallatezza <jeffreydallatezza@gmail.com>
2025-02-21 20:15:56 +00:00
Jeffrey Dallatezza fc71275a46 Fix some typos in the ts code gen. (#2287) 2025-02-21 19:10:58 +00:00
Jeffrey Dallatezza 0f03e34f43 Add multi-query version of subscribe messages, and dedup queries on the backend. (#2278) 2025-02-21 18:36:00 +00:00
John Detter d9c666c22f Fix docker container for standalone (#2289)
Co-authored-by: John Detter <no-reply@boppygames.gg>
2025-02-21 16:38:18 +00:00
Noa 27a2afa2b8 Update install script (#2265)
Co-authored-by: John Detter <no-reply@boppygames.gg>
2025-02-21 06:10:31 +00:00
james gilles 8a317041d4 Update Rust module documentation (#2050)
Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
2025-02-21 03:48:46 +00:00
joshua-spacetime aeaa7a423d Add support for COUNT (#2285) 2025-02-20 16:37:33 +00:00
joshua-spacetime 6abfe8ddba Add support for LIMIT (#2279) 2025-02-19 20:18:44 +00:00
Mario Montoya 32e24b4095 Add README.md to all modules in SpacetimeDB/modules describing their usage (#2282) 2025-02-19 17:03:34 +00:00
Zeke Foppa 4665c5243c CLI - Add feature to print markdown docs (#2276)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-02-19 04:33:07 +00:00
Zeke Foppa 0162acebdd CLI - Remove newlines from command helptext (#2277)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-02-18 23:24:38 +00:00
Mazdak Farrokhzad 65ec786d2d Impose FilterableValue in UniqueColumn::find (#2267) 2025-02-18 19:18:12 +00:00
Jeffrey Dallatezza bf82614d9c Send delete updates for unsubscribes (#2271) 2025-02-18 17:46:16 +00:00
Mazdak Farrokhzad 224f7b6808 keynote-benchmarks: measure the hot latency in 'roundtrip' (#2264) 2025-02-17 14:51:42 +00:00
Zeke Foppa 5e8eda4869 CI - Fix the SDK Tests CI job after branch rename (#2258)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-02-14 19:05:30 +00:00
Zeke Foppa 0328a4fe4b CI - Update actions/cache@v2 -> @v4 (#2247)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-02-12 17:53:41 +00:00
Mazdak Farrokhzad 14d21c4b1c Save 10 ms by using Vec instead of VecDeque (#2254) 2025-02-11 23:04:25 +00:00
Mazdak Farrokhzad 0b2364b3a4 Add fast ser/de paths for structs of prims with repr(C) (#2251) 2025-02-11 22:07:14 +00:00
Mazdak Farrokhzad fe68fe6f98 Add keynote-benchmarks (#2252) 2025-02-11 22:05:32 +00:00
james gilles 2f30dc1c2c C# SDK - Emit Event.UnknownTransaction rather than throwing on unknown reducer (#2241) (#2249) 2025-02-11 21:54:06 +00:00
Noa f307d531a5 Fixup comment for SpacetimeCreds (#2250) 2025-02-11 20:14:32 +00:00
Noa e76ba2bd35 Only support bearer auth (#2248) 2025-02-11 18:51:05 +00:00
Tyler Cloutier 03fda01fb9 Implemented error arguments in error callbacks (#2229) 2025-02-11 15:48:05 +00:00