-
Don't create events right away. Fixes in ICPC-live in https://github.com/DOMjudge/domjudge/commit/b9b5e28b822489312a3c1ad1540c2cbcdb4f0aa4 and others
-
Examples for special cases: https://github.com/DOMjudge/domjudge/commit/d9a5d909d421ec6850bda411b1ed75ec207f1f13 and https://github.com/DOMjudge/domjudge/commit/fcf4df06261da5092895b5a94efdc75a20f3366…
-
Allow to import solutions, e.g. https://github.com/DOMjudge/domjudge/commit/55ae1d54359b00bb6301d53923eafc47e94598aa and all the scripts in the import folder?
-
Responding to clarifications requires admin rights, see:
https://github.com/DOMjudge/domjudge/commit/2c5dd8ff3e50723bc96001c31627f769b073acff
Rejudging requires admin permissions, see: https://git…
-
ICPC-live implements a workaround for multicontest API: https://github.com/DOMjudge/domjudge/commit/45ff9ac787c7f45aa03a0ebc1e2606601eb484ff
master doesn't implement it currently, but will implemen…
-
We revived the functionality to display flags in https://github.com/DOMjudge/domjudge/commit/47cc318705ba6b50fb048219c45e023513c98059 and others.
-
To get 6.0 out of the door, we should first port the current entry point handling from ICPC live to master (which was tested at NWERC and the finals).
See
https://github.com/DOMjudge/domjudge/commit…
-
### Description of the problem / feature request
> We want to provide Network access inside the chroot environment.
### Your environment
> Include details about your installation here.
> - …
-
We have several changes in ICPC-live, some of which we want to port and others we probably don't (or create a separate script).
- Filtering out submissions with incorrect filenames
- Entry point h…
-
To download stuff from a dockerized judgehost's chroot, e.g. to use `apt-get`, a proper `/etc/resolv.conf` file is needed.
I fixed this by running `chroot '/chroot/domjudge' /bin/sh -c "echo '$(cat…