-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pretty front end + admin panel + made bonus tests optional to not con…
…fuse people (credit to @frodakcin)
- Loading branch information
1 parent
d0487d8
commit 16b5d85
Showing
24 changed files
with
532 additions
and
124 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,26 +1,29 @@ | ||
codecov: | ||
require_ci_to_pass: true | ||
|
||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "75...95" | ||
status: | ||
project: | ||
default: | ||
target: auto | ||
threshold: 3% | ||
base: auto | ||
|
||
parsers: | ||
gcov: | ||
branch_detection: | ||
conditional: true | ||
loop: true | ||
method: false | ||
macro: false | ||
|
||
comment: | ||
layout: "reach,diff,flags,tree" | ||
behavior: default | ||
require_changes: false | ||
codecov: | ||
require_ci_to_pass: true | ||
|
||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "75...95" | ||
status: | ||
project: | ||
default: | ||
target: auto | ||
threshold: 3% | ||
base: auto | ||
patch: | ||
default: | ||
target: 50% | ||
|
||
parsers: | ||
gcov: | ||
branch_detection: | ||
conditional: true | ||
loop: true | ||
method: false | ||
macro: false | ||
|
||
comment: | ||
layout: "reach,diff,flags,tree" | ||
behavior: default | ||
require_changes: false |
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 |
---|---|---|
@@ -1,17 +1,15 @@ | ||
## TODOs | ||
- Stop the submit form from giving weird errors when code file is changed | ||
- Limit the frequency of submission by a single user (at least make it so they can't submit multiple at once) | ||
- Make a front-end web interface to create and edit problems | ||
- Make sure generated YAML file uses strings as subtask names | ||
- Decorate the front-end interface a bit (look into Bootstrap?) | ||
- Make a way to view all past submissions in a table | ||
## TODOs (pre-V1) | ||
- Make a logo for JudgeLite | ||
- Update the wiki / add documentation | ||
- Continue getting feedback from people | ||
- Make some stronger tests | ||
|
||
### Less important TODOs | ||
## TODOs (post-V1) | ||
- Limit the frequency of submission by a single user (at least make it so they can't submit multiple at once) | ||
- Allow custom checkers (other than diff, as a standalone binary) | ||
- Allow custom graders for interactive problems! | ||
- Maybe make two modes: One where your program is directly linked to the submitted code via stdin and stdout, and one where your program's stdout is used (to allow for completely custom problem setup) | ||
- Add support for partial scoring (fractional scores for each test case allowed, instead of just right or wrong) | ||
|
||
#### Other stuff | ||
- See if there's some way to automate the 'swapoff -a' command (maybe replace with swap accounting?) | ||
- Disk quota is not enabled, only fsize is. That means that you could bypass the max file size limit by creating tons of small files, overloading the system. No one would do this by accident though, so it's not something that is too important to fix (plus, who would even think to try this?). |
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
Oops, something went wrong.