Releases: Giantpizzahead/judgelite
JudgeLite v0.3
This version has a completely reworked API that's much more suitable for production. The only thing keeping it from being practical right now is that it doesn't have a secret key, meaning that anyone could submit their code if they wanted to (which is probably not a good thing).
Also, problems still have to be created manually... but that's about to change ;)
JudgeLite v0.2.1
Polished some stuff since last release, and improved the test submission interface.
Other than that, this release is really just to get Docker Hub to build an image.
Submission Judge (Multiple TCs)
This release contains all the basics needed for a submission judge. It supports multiple test cases and live feedback. However, you will still have to create the problems manually (see sample problems for how to do this).
Submission Judge (1 TC)
This release can only handle one test case. You submit the code, along with both the input and the output file, in the POST request.