Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 0 additions & 4 deletions modules/achievements/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions modules/achievements/module.json

This file was deleted.

3 changes: 2 additions & 1 deletion modules/auth_email/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"tags": [
"core",
"auth",
"user"
"user",
"internal"
],
"authors": [
"rivet-gg",
Expand Down
3 changes: 2 additions & 1 deletion modules/auth_email_link/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"tags": [
"core",
"auth",
"user"
"user",
"internal"
],
"authors": [
"rivet-gg",
Expand Down
3 changes: 0 additions & 3 deletions modules/eos/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions modules/eos/module.json

This file was deleted.

6 changes: 0 additions & 6 deletions modules/idem/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions modules/idem/module.json

This file was deleted.

3 changes: 2 additions & 1 deletion modules/identities/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"tags": [
"core",
"user",
"auth"
"auth",
"internal"
],
"authors": [
"rivet-gg",
Expand Down
4 changes: 0 additions & 4 deletions modules/matchmaker/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions modules/matchmaker/module.json

This file was deleted.

3 changes: 2 additions & 1 deletion modules/rivet/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"icon": "r",
"tags": [
"core",
"infra"
"infra",
"internal"
],
"authors": [
"NathanFlurry",
Expand Down
4 changes: 0 additions & 4 deletions modules/steam/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions modules/steam/module.json

This file was deleted.

4 changes: 0 additions & 4 deletions modules/twitch/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions modules/twitch/module.json

This file was deleted.

2 changes: 1 addition & 1 deletion modules/uploads/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"too_many_chunks": {
"name": "Possibility Of Too Many Chunks",
"description": "AWS S3 has a limit on the number of parts that can be uploaded in a\nmultipart upload. This limit is 10,000 parts. If the number of chunks\nrequired to upload the maximum multipart upload size exceeds this limit,\nany operation will preemptively throw this error.\n",
"description": "AWS S3 has a limit on the number of parts that can be uploaded in a multipart upload. This limit is 10,000 parts. If the number of chunks required to upload the maximum multipart upload size exceeds this limit, any operation will preemptively throw this error.",
"internal": false
},
"multipart_upload_completion_fail": {
Expand Down
18 changes: 0 additions & 18 deletions tests/basic/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
}
},
"modules": {
"achievements": {
"registry": "local"
},
"analytics": {
"registry": "local"
},
Expand Down Expand Up @@ -70,9 +67,6 @@
}
}
},
"matchmaker": {
"registry": "local"
},
"parties": {
"registry": "local"
},
Expand Down Expand Up @@ -106,18 +100,6 @@
"discord_activity": {
"registry": "local"
},
"eos": {
"registry": "local"
},
"steam": {
"registry": "local"
},
"idem": {
"registry": "local"
},
"twitch": {
"registry": "local"
},
"auth_oauth": {
"registry": "local"
}
Expand Down
36 changes: 35 additions & 1 deletion tests/basic/deno.lock

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