-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fast forward master to issue23 (#25)
* feat(Testsuit): ✨ make testsuit an cli application instead of a collection of rstest * fix(Testsuit): 🐛 bring nighty frontend * feat(Testsuit): ✅ add create and add_to test * test(Testsuit): 🧪 lua RE: wrong test input * fix(Judger): 🐛 change return code form 1 to 0 * feat(Backend): ✨ auto generate config and database folder * cargo clippy
- Loading branch information
Showing
56 changed files
with
907 additions
and
323 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
```toml | ||
bind_address = "0.0.0.0:8081" | ||
log_level = 0 | ||
opentelemetry = false | ||
|
||
[database] | ||
path = "database/backend.sqlite" | ||
salt = "be sure to change it" | ||
|
||
[[judger]] | ||
name = "http://127.0.0.1:8080" | ||
type = "static" | ||
|
||
[grpc] | ||
|
||
[imgur] | ||
client_id = "fffffffffffffff" | ||
client_secret = "ffffffffffffffffffffffffffffffffffffffff" | ||
|
||
``` |
This file contains 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 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.