Ingvar Stepanyan
ceb1f4330e
Auto-upgrade C# deps on installation ( #147 )
2023-08-08 11:00:04 +01:00
George Kulakowski
a0173d88b8
Improve the help docs for the --in-memory cli flag ( #150 )
2023-08-07 11:07:34 -07:00
George Kulakowski
905d2069b0
Fix up the standalone and CLI command line flags ( #148 )
...
* Apply the --in-memory flag to the CLI as well
* Correct the CLI vs Standalone switch for which directories to use
2023-08-07 17:06:50 +00:00
Piotr Sarnacki
b41945e2ac
Tag docker images with git tag and build for more platforms ( #145 )
...
* Tag docker images with git tag
* More platforms
2023-08-07 18:06:31 +02:00
Piotr Sarnacki
a1bff6d736
Build docker image in CI ( #124 )
2023-08-04 23:36:36 +02:00
George Kulakowski
b436ce6847
Remove sendgrid from standalone ( #142 )
...
* Remove sendgrid support from the standalone stdb controller
* Make name_or_identity resolution falliable
2023-08-04 10:57:09 -07:00
George Kulakowski
26c49f2571
Allow spacetimedb to run in an in-memory mode ( #137 )
...
* Allow spacetimedb to run in an in-memory mode
* cargo fmt and review comments
* Fix test code
* Ensure the db directory is always created
2023-08-04 10:56:57 -07:00
Mario Montoya
31c1cca787
Fix openssl bindings to always use the feature 'vendored' ( #141 )
2023-08-03 21:48:11 +00:00
Tyler Cloutier
90c9ab0017
Formatting for the README.md
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-03 22:43:14 +02:00
Mario Montoya
820e3a4b7f
Mamcx/typescript sdk reference ( #17 )
...
* Adding more doc comments with examples
* Copy docs from spacetimedb for the SATS types.
* Clarification for docs of subscription update
* Fix nits
* Minimal doc for Identity
* Fix params & undefined check in doc
* Copy the doc changes from the website
2023-08-03 17:18:22 +02:00
Phoebe Goldman
64fd268f3d
In identity recovery routes, use IdentityForUrl ( #139 )
2023-08-03 17:16:09 +02:00
John Detter
6b0a6dfce0
Print banner during spacetime start ( #138 )
...
* Print banner during spacetime start
* No bottom banner for spacetime start
* Revert
* Cargo fmt
* Clippy
---------
Co-authored-by: Boppy <no-reply@boppygames.gg >
2023-08-03 14:41:37 +00:00
Piotr Sarnacki
4bb7d18c6e
Bump version to 0.6.0
2023-08-03 15:58:29 +02:00
Tyler Cloutier
0f0dc955c9
Fix typo
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
v0.6.0-beta
2023-08-03 14:30:52 +02:00
Tyler Cloutier
f3e71b0676
Fixed endianness
2023-08-03 13:44:17 +02:00
Tyler Cloutier
dd22ee4a21
Updated publish to crates.io script
2023-08-03 02:49:30 +02:00
Boppy
1a463cbefb
Fix relative path
2023-08-02 19:40:40 -05:00
Tyler Cloutier
81525ba7ee
Fixed license file thing
2023-08-03 02:28:16 +02:00
Tyler Cloutier
97aa5917c4
Fixed an include! macro problem @coolreader18
2023-08-03 02:24:54 +02:00
Tyler Cloutier
8874ade57a
Make vm publishable
2023-08-03 02:12:04 +02:00
Tyler Cloutier
d85ce2dab5
Make spacetimedb-core publishable
2023-08-03 02:10:20 +02:00
Tyler Cloutier
55cc919bf5
Add client api to publishable crates
2023-08-03 02:07:38 +02:00
Tyler Cloutier
2d82fcc407
Added a description and license file to standalone
2023-08-03 02:02:12 +02:00
Tyler Cloutier
7e0c458d15
Added versions to crates/standalone/Cargo.toml dependencies
2023-08-03 02:00:26 +02:00
Tyler Cloutier
54f1d6358e
Fixed some stuff for crates publishing
2023-08-03 01:58:15 +02:00
Tyler Cloutier
3e0caff415
Updated version to 0.6.0
2023-08-03 01:39:03 +02:00
John Detter
5957096e90
Removed --allow-create flag ( #136 )
...
Co-authored-by: Boppy <no-reply@boppygames.gg >
2023-08-02 17:40:40 -05:00
Ingvar Stepanyan
495c07d831
C# CLI integration ( #126 )
...
Co-authored-by: Derek Brinkmann <dbrinkmann@citadelstudios.net >
2023-08-02 22:11:23 +01:00
Tyler Cloutier
9e32190cda
Fix to the control db
2023-08-02 23:03:21 +02:00
Phoebe Goldman
40897357dd
Shuffle #[allow] attributes around to make rust-analyzer happy ( #133 )
...
For reasons that escape me, rust-analyzer seems to only respect
`#[allow(non_camel_case_types)]` attributes within proc macros
if they apply directly to the type definition.
Regular rustc seems to accept those attributes when applied to
any enclosing scope, as does rust-analyzer outside of proc macros.
At least on my machine, shuffling the `#[allow]` attributes
seems to have quieted a rust-analyzer lint
which incorrectly advised users to name their table columns
in `camelCase`.
2023-08-02 15:02:41 -04:00
George Kulakowski
7d5764b181
Don't panic when an identity does not exist ( #135 )
2023-08-02 20:01:14 +02:00
John Detter
41f7b72e29
release and live should use --allow-create ( #134 )
...
Co-authored-by: Boppy <no-reply@boppygames.gg >
2023-08-02 17:23:31 +00:00
Mario Montoya
bc7706b799
Fix lint on test ( #129 )
...
* Fix lint on test
* Add to the CI
2023-08-02 09:55:40 -07:00
John Detter
0f63e70694
spacetime start 2 ( #125 )
...
* spacetime start
README revert
Reverted stuff that shouldn't have changed
* Build fix
* Cargo fmt
* Cargo clippy
---------
Co-authored-by: Boppy <no-reply@boppygames.gg >
2023-08-02 11:21:49 -05:00
Phoebe Goldman
6fa2dc3b77
Fix a few typos in README, and reword a few sentences. ( #127 )
2023-08-02 15:41:45 +00:00
Tyler Cloutier
7998e0f4d0
Update README.md ( #130 )
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 17:18:11 +02:00
Tyler Cloutier
f0b9c5cdc2
Update README.md
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 17:17:38 +02:00
Tyler Cloutier
13a3eb7b8d
Add files via upload
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 17:17:04 +02:00
Tyler Cloutier
99226dbd6a
Update README.md
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 17:16:51 +02:00
Tyler Cloutier
e73ce4bfc6
Add files via upload
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 17:12:59 +02:00
Tyler Cloutier
00aa5dba5c
Update README.md
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 17:09:58 +02:00
Tyler Cloutier
b90220a549
Update README.md
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 17:06:50 +02:00
Alessandro Asoni
f996ee4273
Enable odb_sled feature ( #128 )
2023-08-02 15:01:53 +00:00
Tyler Cloutier
78319274e8
Add files via upload
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 16:58:46 +02:00
Tyler Cloutier
d4ed8f7d55
Update twitch.svg
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 16:53:17 +02:00
Tyler Cloutier
1058136cbd
Updated README.md
2023-08-02 16:45:09 +02:00
Tyler Cloutier
774d1b4a69
Update twitch icon maybe
2023-08-02 16:45:09 +02:00
Tyler Cloutier
5aa2cca33c
Update README.md
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 16:34:14 +02:00
dbrinkmanncw
e0524fa4eb
Update version to 0.6.0 ( #48 )
...
* Update version to 0.6.0
* Change PackageId to match other packages
---------
Co-authored-by: Derek Brinkmann <dbrinkmann@citadelstudios.net >
2023-08-02 10:15:37 -04:00
Tyler Cloutier
f5708fc24c
Update README.md
...
Signed-off-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2023-08-02 14:53:17 +02:00