File tree
43 files changed
+113
-83
lines changed- .github/ISSUE_TEMPLATE
- admin
- auth
- cargo-shuttle
- codegen
- common
- deployer
- tests/deploy_layer
- bind-panic
- main-panic
- self-stop
- sleep-async
- gateway
- logger
- provisioner
- resource-recorder
- resources
- aws-rds
- metadata
- opendal
- persist
- qdrant
- secrets
- turso
- runtime
- service
- services
- shuttle-actix-web
- shuttle-axum
- shuttle-poem
- shuttle-rocket
- shuttle-salvo
- shuttle-serenity
- shuttle-thruster
- shuttle-tide
- shuttle-tower
- shuttle-warp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+113
-83
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
+36-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
|
- actix-web/clerk/backend/Cargo.toml+2-2
- actix-web/cookie-authentication/Cargo.toml+2-2
- actix-web/hello-world/Cargo.toml+2-2
- actix-web/postgres/Cargo.toml+3-3
- actix-web/static-files/Cargo.toml+2-2
- actix-web/websocket-actorless/Cargo.toml+2-2
- axum/hello-world/Cargo.toml+2-2
- axum/htmx-crud/Cargo.toml+3-3
- axum/jwt-authentication/Cargo.toml+2-2
- axum/metadata/Cargo.toml+2-2
- axum/oauth2/Cargo.toml+4-4
- axum/postgres/Cargo.toml+3-3
- axum/qdrant/Cargo.toml+3-3
- axum/static-files/Cargo.toml+2-2
- axum/turso/Cargo.toml+3-3
- axum/websocket/Cargo.toml+2-2
- bevy/hello-world/server/Cargo.toml+2-2
- custom-resource/pdo/Cargo.toml+3-3
- custom-service/none/Cargo.toml+1-1
- custom-service/request-scheduler/Cargo.toml+2-2
- fullstack-templates/saas/backend/Cargo.toml+3-3
- loco/hello-world/Cargo.toml+2-2
- other/standalone-binary/Cargo.toml+2-2
- poem/hello-world/Cargo.toml+2-2
- poem/mongodb/Cargo.toml+3-3
- poise/hello-world/Cargo.toml+2-2
- rocket/dyn-templates/Cargo.toml+2-2
- rocket/hello-world/Cargo.toml+2-2
- rocket/jwt-authentication/Cargo.toml+2-2
- rocket/opendal-memory/Cargo.toml+3-3
- rocket/persist/Cargo.toml+3-3
- rocket/postgres/Cargo.toml+3-3
- rocket/secrets/Cargo.toml+2-2
- rocket/static-files/Cargo.toml+2-2
- rocket/url-shortener/Cargo.toml+3-3
- rocket/workspace/hello-world/Cargo.toml+2-2
- salvo/hello-world/Cargo.toml+2-2
- salvo/image-rescaler/Cargo.toml+2-2
- serenity/hello-world/Cargo.toml+2-2
- serenity/postgres/Cargo.toml+3-3
- serenity/weather-forecast/Cargo.toml+3-3
- thruster/hello-world/Cargo.toml+2-2
- tide/hello-world/Cargo.toml+2-2
- tower/hello-world/Cargo.toml+2-2
- tracing/custom-tracing-subscriber/Cargo.toml+2-2
- warp/hello-world/Cargo.toml+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
|
0 commit comments