cms
cms copied to clipboard
Contest Management System
[](https://reviewable.io/reviews/cms-dev/cms/459)
http://cms-dev.github.io/contribute.html#rws_visualize This PR is a cleaned-up attempt to implement the RWS visualization functionality [the original PR was closed automatically by github]. [](https://reviewable.io/reviews/cms-dev/cms/434)
Currently, when running `sudo python3 prerequisites.py install --no-conf`, configuration files for `isolate` will be re-installed. This PR introduces a change for `--no-conf` to also be applied to `isolate` configuration files....
Language list will be disable when a file is selected, but will not re-enable when `reset` button is pressed. This commit add a event listener on the button which calls...
There are two main problems with the current evaluation messages: 1. For the "Execution killed" message, exceeding the memory limit is by far not the most common cause of this...
ProxyService only supports one parallel contest when sending initial data to listed RWS. After that, it sends all submission changes (even from different contests). These changes are discarded by RWS...
When a contest lasts for a couple of weeks, showing the exact number of seconds counting down is strange and distracting. This change keeps everything as it was if there...
I tested adding (from AWS and from CLI) and removing (from AWS), and tested the rendering. If you like this change, I think the only change needed is to write...
Introduce analysis mode spoilers (task attachments visible to contestants only in analysis mode). This can be used for providing additional (or all) test data, sample solutions or anything that contestants...
Currently we have three separate uniqueness constraints: (name), (name, contest_id), and (num, contest_id). The first one is not really useful and in some cases it's really annoying (current workaround is...