Commit Graph

  • 593c86d1a9 Merge branch 'phoebe/roll-back-initial-failed-publish' of github.com:clockworklabs/spacetimedb into phoebe/roll-back-initial-failed-publish phoebe/roll-back-initial-failed-publish Phoebe Goldman 2025-04-14 10:38:58 -04:00
  • 7ee9ff22f0 Address review Phoebe Goldman 2025-04-14 10:38:20 -04:00
  • c80417e0c1 Added a preliminary llms.md/.txt file to the repo to help LLMs generate code for users and understand SpacetimeDB (#286) Tyler Cloutier 2025-04-14 09:42:14 -04:00
  • 6e15325944 CI - Add release branch check (#270) Zeke Foppa 2025-04-11 23:00:31 -07:00
  • 651f79d22c Make clockworklabs/spacetime docker image build from source (#2521) Noa 2025-04-11 22:15:37 -05:00
  • 4e1321b78f Fix warning message for failed to track reducer call (#280) John Detter 2025-04-12 01:24:41 +01:00
  • 468a6f142b Fix warning message for failed to track reducer call (#280) John Detter 2025-04-12 01:24:41 +01:00
  • aa6a7a4a06 Disconnect is now working correctly csharp/webgl John Detter 2025-04-11 23:36:09 +01:00
  • 7d2a8dfc62 Switch to a better index data structure csharp/jdetter/faster-indices-test-for-mark James Gilles 2025-04-11 09:38:39 -07:00
  • 483a9488e2 Update rand (#2568) Noa 2025-04-11 12:39:41 -05:00
  • 9421f9fd9b Clippy Phoebe Goldman 2025-04-11 13:08:52 -04:00
  • 789b74a07b Impose limits on the heap usage of ChunkPool (#2585) Phoebe Goldman 2025-04-11 13:03:27 -04:00
  • 03c6cf02e0 Extract "No such database." error response into a constant Phoebe Goldman 2025-04-11 12:46:18 -04:00
  • dfcb18f7cc Added Disconnect button Blackholio/rekhoff/disconnect-button rekhoff 2025-04-11 08:27:44 -07:00
  • 2832aeef77 Minor changes to connection closure. rekhoff 2025-04-11 08:20:01 -07:00
  • 3fd78203c4 Compress the snapshot (#2034) Mario Montoya 2025-04-11 10:18:17 -05:00
  • ca948c6f78 Insert into program store after checking, not before Phoebe Goldman 2025-04-11 10:37:24 -04:00
  • 987169cebc Fix silly typo when reverting changes Phoebe Goldman 2025-04-11 10:30:57 -04:00
  • c4667981ec Merge branch 'phoebe/roll-back-initial-failed-publish' of github.com:clockworklabs/spacetimedb into phoebe/roll-back-initial-failed-publish Phoebe Goldman 2025-04-11 10:29:12 -04:00
  • 44331c2d31 Check validity before modifying control DB Phoebe Goldman 2025-04-11 10:28:04 -04:00
  • dd1bd4a6e5 Remove unused file (#2582) Zeke Foppa 2025-04-11 03:24:14 -07:00
  • 00078bb4cf Addressed comments docs/tyler/llms.txt Tyler Cloutier 2025-04-10 12:12:17 -04:00
  • 389d40203f Added info about ConnectionId and the reducer context Tyler Cloutier 2025-04-10 12:11:02 -04:00
  • 045ea17c8d Use the pool when creating a chunkedwriter. jsdt/use-mo-chunks Jeffrey Dallatezza 2025-04-10 09:08:05 -07:00
  • 507b91ed50 Added subscription semantics section and small fixes Tyler Cloutier 2025-04-10 12:00:12 -04:00
  • af6e3fe1cc Add trace level log to determine when chunks are preserved or freed Phoebe Goldman 2025-04-10 11:45:45 -04:00
  • 4991bc18cc fix expression canonicalization (#2584) joshua-spacetime 2025-04-10 08:43:47 -07:00
  • c08b02e30a Impose limits on the heap usage of ChunkPool Phoebe Goldman 2025-04-10 11:20:11 -04:00
  • 64a6e47a56 Merge branch 'master' into phoebe/roll-back-initial-failed-publish Phoebe Goldman 2025-04-10 10:44:54 -04:00
  • c077388ee3 Roll back control DB modifications when failing to schedule replicas Phoebe Goldman 2025-04-09 15:38:12 -04:00
  • 68d23d4c25 Remove spacetimedb-core as a dep of cli (#2244) Noa 2025-04-09 14:37:44 -05:00
  • ddb66a51e3 Add a smoketest for behavior of failed publish Phoebe Goldman 2025-04-09 15:36:38 -04:00
  • 76a52ca747 Use Offset Index on Meta extract (#2549) Shubham Mishra 2025-04-10 00:35:52 +05:30
  • c39f7fa64c Plain enums as index keys with specialized indices (#2506) Mazdak Farrokhzad 2025-04-09 20:52:15 +02:00
  • dc7ae16c42 Update the timestamp format output by spacetime sql in the quickstart (#288) joshua-spacetime 2025-04-09 11:50:51 -07:00
  • bf054c797f Merge branch 'master' into centril/plain-enum-as-index centril/plain-enum-as-index Mazdak Farrokhzad 2025-04-09 20:27:08 +02:00
  • c8f0d8f1d6 Add some more tokio metrics. (#2555) Jeffrey Dallatezza 2025-04-09 09:11:21 -07:00
  • 3f0ea18d4d Merge branch 'master' into jsdt/tokio-worker-metrics jsdt/tokio-worker-metrics Jeffrey Dallatezza 2025-04-09 08:49:09 -07:00
  • 340460e26b Return error for unqualified columns instead of panic (#2572) joshua-spacetime 2025-04-09 08:41:46 -07:00
  • fade50a5c6 Fix typo (#289) heliam1 2025-04-10 01:35:59 +10:00
  • d1ac6a6adc Add tests asserting add_multi_subscription return errors to clients (#2571) joshua-spacetime 2025-04-09 08:08:36 -07:00
  • 2b24355a1a Compute variable positions for explicit projections (#2573) joshua-spacetime 2025-04-09 08:08:16 -07:00
  • 5676f18260 Added TypeScript SDK code Tyler Cloutier 2025-04-09 02:20:06 -04:00
  • e2e1dbe61d Fixed up some stuff Tyler Cloutier 2025-04-09 01:44:24 -04:00
  • 3c2d30d5bc Addressed some feedback Tyler Cloutier 2025-04-09 00:14:51 -04:00
  • aac7894aac Feature gate [ClientVisibilityFilter] in C# (#2556) joshua-spacetime 2025-04-08 13:42:00 -07:00
  • 2f6660e919 Add integration test for commitlog compression (#2538) Noa 2025-04-08 12:10:31 -05:00
  • d8e7ae564f Add stats for incremental query evaluation hitrate (#2564) Jeffrey Dallatezza 2025-04-08 08:30:12 -07:00
  • 85c347cba3 snapshot: Remote synchronization (#2559) Kim Altintop 2025-04-08 09:57:52 +02:00
  • 40ec59f430 Update llms.md Tyler Cloutier 2025-04-07 22:23:40 -04:00
  • c73913b3b2 Fix dupe jsdt/delta-hitrate-stats Jeffrey Dallatezza 2025-04-07 17:36:10 -07:00
  • 47907faf6e Add stats for subscription hitrates. Jeffrey Dallatezza 2025-04-07 17:10:33 -07:00
  • c14ec97d5e Add stats for how many delta queries produce updates. Jeffrey Dallatezza 2025-04-07 16:47:23 -07:00
  • 712c2e40c4 Do not send empty subscription updates to clients (#2562) joshua-spacetime 2025-04-07 16:06:39 -07:00
  • 9b3758b22a assume plain enum is Copy Mazdak Farrokhzad 2025-04-08 00:08:51 +02:00
  • 6eda3f4f5a Add more subscription stats (#2560) Jeffrey Dallatezza 2025-04-07 15:31:50 -07:00
  • 6a8d2bc2de fix: Do not send empty subscription updates to clients joshua-spacetime 2025-04-07 15:03:28 -07:00
  • b97374ebea test: Assert that we do not send empty updates to clients joshua-spacetime 2025-04-07 14:44:16 -07:00
  • 0e3d511d09 use specialized indices for sum tags Mazdak Farrokhzad 2025-03-26 01:24:41 +01:00
  • 0495729b63 module bindings/sdks: allow indices on enum columns Mazdak Farrokhzad 2025-03-25 15:47:10 +01:00
  • f6a9b7e4cc Log a warning if tokio metrics are not enabled. Jeffrey Dallatezza 2025-04-07 13:15:19 -07:00
  • c2c6e0ca5b Added a preliminary llms.md/.txt file to the repo to help LLMs generate code for users and understand SpacetimeDB = 2025-04-06 21:51:51 -04:00
  • 311a45472b Working! daniel.andersen 2025-04-06 20:41:02 +02:00
  • 48f9239aa1 Merge branch 'master' into jsdt/tokio-worker-metrics Jeffrey Dallatezza 2025-04-04 15:18:54 -07:00
  • ec30c0b048 Add rls to the subscription api (#2546) joshua-spacetime 2025-04-04 14:12:39 -07:00
  • 1875516d77 Add some more tokio metrics. Jeffrey Dallatezza 2025-04-04 12:34:19 -07:00
  • 160cb57972 fix(ts-sdk): correct the function signature of onConnectError (#255) cjodo 2025-04-04 13:17:09 -06:00
  • 0818aff6bc Small fix on part-3.md (#264) AdielMag 2025-04-04 22:16:29 +03:00
  • 96aeffa375 Fixed Minor Typos in Unity Tutorial (#273) Colter Haycock 2025-04-04 13:15:53 -06:00
  • fbf1543c29 Correction on c# server module quickstart (#253) Kane Viggers 2025-04-05 08:14:50 +13:00
  • e31fbba9f2 Remove some testing logs statements. (#2553) Jeffrey Dallatezza 2025-04-04 11:45:25 -07:00
  • cae0f61f7f TRYBUILD=overwrite Phoebe Goldman 2025-04-04 09:54:57 -04:00
  • 0068bf75c1 Add docs for FilterableValue to rust bindings crate Phoebe Goldman 2025-04-03 10:40:28 -04:00
  • e1ab3ecf6d Merge branch 'master' into centril/plain-enum-as-index Phoebe Goldman 2025-04-04 14:35:50 -04:00
  • a89abc9db9 Remove some testing logs statements. jsdt/remove-testing-logs Jeffrey Dallatezza 2025-04-04 10:41:19 -07:00
  • f28dc30a56 Second experiment: use par_iter, but not scope or spawn phoebe/parallelism-test/rayon-par-iter-only Phoebe Goldman 2025-04-04 10:03:09 -04:00
  • 9fe73d3818 Merge remote-tracking branch 'origin/master' into phoebe/parallelism-test/sequential-eval-incr phoebe/parallelism-test/sequential-eval-incr Phoebe Goldman 2025-04-04 09:56:04 -04:00
  • 75098bcc02 Remove standalone energy monitor. (#2550) Jeffrey Dallatezza 2025-04-04 06:52:33 -07:00
  • efa5320562 Fix clippy warning jsdt/remove-standalone-energy-monitor Jeffrey Dallatezza 2025-04-03 15:21:00 -07:00
  • 74d5a0b746 remove standalone energy monitor. Jeffrey Dallatezza 2025-04-03 14:50:15 -07:00
  • 62818e9c7b Various methods and trait impls for time arithmetic (#2502) Phoebe Goldman 2025-04-03 14:06:28 -04:00
  • c7f363822c Release v1.0.3 csharp/jdetter/release/v1.0.3 John Detter 2025-04-03 12:53:57 -05:00
  • 529b896c08 Regression tests updated to point to Runtime version 1.0.1 csharp/jdetter/release-v1.0.2 John Detter 2025-04-03 12:42:04 -05:00
  • c3f91e246c Regression tests updated to point to Runtime version 1.0.1 csharp/jdetter/regression-tests-shlould-point-to-published-version John Detter 2025-04-03 12:42:04 -05:00
  • 501c423ffa Merge remote-tracking branch 'origin/master' into phoebe/timestamp-arithmetic phoebe/timestamp-arithmetic Phoebe Goldman 2025-04-03 13:42:15 -04:00
  • 80b3613f45 Add CI job to run cargo doc on the bindings crate (#2548) Phoebe Goldman 2025-04-03 13:41:17 -04:00
  • 0975e65eb7 Merge branch 'master' into phoebe/ci-cargo-doc-bindings phoebe/ci-cargo-doc-bindings Phoebe Goldman 2025-04-03 13:11:53 -04:00
  • e9e2c1c5e3 Add docs for indexable types to C# docs/phoebe/csharp-module-indexable-types Phoebe Goldman 2025-04-03 13:04:43 -04:00
  • a3b3995285 Fix broken docs links reachable from bindings Phoebe Goldman 2025-04-03 12:30:43 -04:00
  • 396d1c2814 Add some tokio runtime metrics. (#2537) Jeffrey Dallatezza 2025-04-03 09:17:47 -07:00
  • df5d55b7ff Static feature flag for generating perfmaps (#746) Phoebe Goldman 2025-04-03 11:36:59 -04:00
  • f6f9f0b4c5 Add CI job to run cargo doc on the bindings crate Phoebe Goldman 2025-04-03 10:56:17 -04:00
  • cae2628b8a Rip Rayon out of reducer execution and query evaluation Phoebe Goldman 2025-04-02 15:25:50 -04:00
  • 061d1c5605 Version bump for C# SDK + Unity package John Detter 2025-04-02 13:29:58 -05:00
  • 493354c7fa Fix for unsubscribe bug + regression tests (#264) james gilles 2025-03-28 13:15:51 -07:00
  • 649ce34b01 Update tungstenite to 0.26 (#2539) Noa 2025-04-02 13:09:13 -05:00
  • adf42551c8 Add rls to the sql api (#2526) joshua-spacetime 2025-04-02 10:36:20 -07:00
  • 8a0fc18afd TS quickstart: Install latest SDK, not specific version (#280) Phoebe Goldman 2025-04-02 13:05:15 -04:00
  • 4ade692700 Update formatting of timestamps and identities in PsqlFormatter (#2486) Mario Montoya 2025-04-02 11:53:27 -05:00
  • 1f34442fa0 TS quickstart: Install latest SDK, not specific version docs/phoebe/ts-sdk-quickstart-install-version Phoebe Goldman 2025-04-02 09:49:27 -04:00