Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
52f973c
Add container deployment protocol and fenced hosted authentication
cloutiertyler Sep 7, 2026
21272fc
Commit deployment metadata with module changes and expose database en…
cloutiertyler Sep 8, 2026
2108552
Extend V10 visibility without introducing V11 definitions
cloutiertyler Sep 8, 2026
b6410a7
Add transactional SQL management for database environment variables
cloutiertyler Sep 8, 2026
1ebeeb9
Make container publication recovery preserve durable outcomes
cloutiertyler Sep 8, 2026
06a0d34
Add publication API messages and Rust UUID index generation
cloutiertyler Sep 8, 2026
b9ef180
Bound JavaScript execution and recover expected procedure startup fai…
cloutiertyler Sep 8, 2026
d4a5dbf
Make Rust SDK connection cancellation release pending callbacks
cloutiertyler Sep 8, 2026
f6a2cef
Retain immutable container environment snapshots behind host-only access
cloutiertyler Sep 8, 2026
ff55f22
Add local container configuration and verified OCI preparation
cloutiertyler Sep 8, 2026
d05b60e
Reconcile restored container authority before receiving admission
cloutiertyler Sep 8, 2026
438d80e
Retain environment operations through durability confirmation
cloutiertyler Sep 8, 2026
5cb2448
Publish managed deployments with durable CLI recovery
cloutiertyler Sep 8, 2026
dcdcb6a
Drain physical module work before closing database writers
cloutiertyler Sep 8, 2026
15aff92
Bound hosted credentials by confirmed elapsed lifetime
cloutiertyler Sep 8, 2026
a00f088
Match managed CLI uploads to the real artifact protocol
cloutiertyler Sep 8, 2026
c9596cc
Handle shallow JavaScript logging stack traces safely
cloutiertyler Sep 8, 2026
b8b7539
Qualify actual local Dockerfile and Railpack builds
cloutiertyler Sep 8, 2026
fd35a64
Join accepted snapshot work during terminal shutdown
cloutiertyler Sep 8, 2026
69e474a
Remove unrelated C++ header reordering from container hosting changes
cloutiertyler Sep 8, 2026
5d9915b
Remove cold storage cleanup while preserving joined database shutdown
cloutiertyler Sep 8, 2026
b1c6d69
Expose validated container URL discovery in the CLI
cloutiertyler Sep 8, 2026
a945a80
Add container status and idempotent lifecycle commands
cloutiertyler Sep 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ members = [
"crates/guard",
"crates/fs-utils",
"crates/lib",
"crates/oci",
"crates/metrics",
"crates/paths",
"crates/pg",
Expand All @@ -42,6 +43,8 @@ members = [
"modules/keynote-benchmarks",
"modules/perf-test",
"modules/module-test",
"modules/hosted-auth-test",
"modules/environment-test",
"templates/basic-rs/spacetimedb",
"templates/chat-console-rs/spacetimedb",
"modules/sdk-test",
Expand Down
Loading
Loading