-
Notifications
You must be signed in to change notification settings - Fork 645
New command: spacetime dev
#3469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
108 commits
Select commit
Hold shift + click to select a range
e536cc3
implement new spacetime init command
drogus 4fa6d6e
Fix lints
drogus 2e0dfba
Format typescript code
drogus cc118cc
Update eslint config
drogus b0410e8
Small chnages in init args
drogus 2393b43
Fix smoke tests
drogus f5839a6
Fix cli refernece docs
drogus c4d1aca
Bump versions to 1.6.*
drogus 04a3cfc
Merge remote-tracking branch 'origin/master' into drogus/spacetime-init
drogus f5f2287
Fix cli refernece docs
drogus 47e5c2d
Fix versions update
drogus 753e60e
Merge remote-tracking branch 'origin/master' into drogus/spacetime-init
drogus 87209e6
Move init/template to init, remove old functionality
drogus 9e8f570
Add typescript chat templates to the list
drogus 41209ec
Use empty main.ts for epty typescript example
drogus 6a34831
lang choice and template are mutually exclusive
drogus 4c242ce
Treat server and client lang as Option<>
drogus ecbd7b6
Add quickstart chat ts symlinks
drogus 3f66a69
Update cli reference
drogus 422e07c
Change _BRANCH to _REFERENCE
drogus e6adeda
Fix error handling for unsupported langs
drogus 2aec50f
Fix cloning a reference
drogus 561ada2
Merge remote-tracking branch 'origin/master' into drogus/spacetime-init
drogus 014cf77
Remove unneeded debug println
drogus 62569e0
Merge interactive and non-interactive functions
drogus fb27db2
Install dependencies for a typescript server
drogus 6e26c3b
Include built-in templates in the binary
drogus 0bb0b4b
Panic if a template has 0 files
drogus 6738777
Bring back the 'none' option on init's clients list
drogus 94294b7
refactor cli's build.rs and add more comments
drogus c2468b3
Remove client-lang option from init
drogus 34646d0
Add missing templates list
drogus 7351cc4
remove unused functions
drogus a54e088
Fix cli reference
drogus 9807a43
Fix lints
drogus db22a7f
update cargo.lock
drogus bc8c8da
Fix init in smoketests
drogus f0b7b87
Fix reference so spacetime init
drogus fa4a72b
Update the name of both the server and the client for known languages
drogus de65fd1
Fix checking for login in non-interactive mode
drogus bb624dc
Try updatring cargo.lock manually
drogus f24767c
Fix smoketests
drogus 38c1248
Change bitflags version
drogus 0cd8a15
Try to fix smoke tests
drogus 48566b1
Small fixes and changes
cloutiertyler e3cf84f
Don't use symlinks for templates and copy files into the crate when b…
drogus 01d3186
Merge remote-tracking branch 'origin/drogus/spacetime-init' into drog…
drogus 988e256
add basic-c-sharp client
drogus 654edff
Exclude spacetimedb directory from c# clients
drogus 9c1677e
Small fix for windows
cloutiertyler 7b944bc
Merge branch 'master' into drogus/spacetime-init
cloutiertyler 55e47fc
Change bitflags version to 2.10.0
drogus 879e9d3
Fixed several bugs on windows
cloutiertyler f81136c
Rename --server-lang back to --lang
drogus 81d63da
Copy template files in build.rs only if the file changed
drogus 813db4d
Update edition and packages referencing workspace in generated rust code
drogus 0a2d9e5
Make init's project name a positional arguments and project path a na…
drogus 11c055c
Merge branch 'drogus/spacetime-init' of github.com:clockworklabs/Spac…
drogus dc9a4be
Fixed small issues and warnings
cloutiertyler 78ce481
Merged master
cloutiertyler 5c71211
Updated all the template projects so that that use environment variab…
cloutiertyler 7dbf7b6
Fixed pm command on windows
cloutiertyler 571bef7
pnpm format
cloutiertyler 0ed3c19
Addresses John's comments on the PR
cloutiertyler b99ba4b
Move parsing TS SDK version to build.rs to not include_str a file out…
drogus 9f34ed4
Hopefully updated C# tests and now updating version for the C# built-…
cloutiertyler 0a1c9e8
Fixed compile error
cloutiertyler da52110
Added --server-only flag
cloutiertyler 178477d
Initial pass on updating the docs for the new `spacetime init`
jdetter e2ebda9
Merge branch 'drogus/spacetime-init' of ssh://github.com/clockworklab…
jdetter 56d9950
Unity docs clarification
jdetter 5b4c873
Changes required for unreal engine - still needs testing
jdetter 5759772
Update quickstarts for new spacetime init command
cloutiertyler b62a99d
Add a spacetime dev command
drogus 6667f2a
Add log streaming to spacetime dev
drogus 1537de0
Fixes a bug with project path on typescript build
cloutiertyler 29bbb66
Fixed several bugs on windows
cloutiertyler bcffe61
Moved dependencies to workspace
cloutiertyler cf76649
Finished testing the Unity tutorial + fixed the `--server-only` bug
jdetter 69397d1
Both tutorials are working
jdetter 72dcf08
npm install on both server and client if client is also typescript
cloutiertyler f6f4bb4
cargo fmt
cloutiertyler 58b06dc
Now regenerating client bindings as well
cloutiertyler 30efd50
Testing change
jdetter bccda2e
Small update
jdetter 101cbd9
Small fix
jdetter 3e97600
Add exclude for spacetimedb by default
jdetter c6b9081
Merge branch 'master' into drogus/spacetime-init
jdetter 236d5b4
Fixes for the quickstarts so far
jdetter 0342afc
Merge branch 'drogus/spacetime-init' of ssh://github.com/clockworklab…
jdetter 4b6d8c0
Now setting env variables and also fixed subtlies with the server choice
cloutiertyler 7756dea
Fixed small .env bug in init
cloutiertyler fbb8475
Fixes a bug with project path on typescript build
cloutiertyler 72f4c87
npm install on both server and client if client is also typescript
cloutiertyler a9ae737
cargo fmt
cloutiertyler dc030fc
Fixed small .env bug in init
cloutiertyler 2a25a3b
Merge branch 'drogus/spacetime-init' into drogus/spacetime-dev
cloutiertyler 86085df
cargo fmt
cloutiertyler 7b4296b
Merge branch 'drogus/spacetime-init' into drogus/spacetime-dev
cloutiertyler b0f6812
Fix docs
jdetter 3b2946f
Merge branch 'drogus/spacetime-init' of ssh://github.com/clockworklab…
jdetter a0e749d
Merge branch 'drogus/spacetime-init' into drogus/spacetime-dev
cloutiertyler 6481290
Updating both the SPACETIMEDB_HOST and SPACETIMEDB_DB_NAME env variables
cloutiertyler b4c7092
Fixed clippy
cloutiertyler 287af70
Merged master
cloutiertyler c19b225
Update unity tests to use --server local
cloutiertyler 8412d6d
In all tutorials and quickstarts we specify --server local
jdetter 52d9274
Merge remote-tracking branch 'origin/drogus/spacetime-dev' into drogu…
jdetter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.