Age | Commit message (Expand) | Author |
2019-02-21 | test_task: improve presentation | Timotej Lazar |
2019-02-21 | test_task: simplify getting user login | Timotej Lazar |
2019-02-21 | test_task: reorder helper functions | Timotej Lazar |
2019-02-21 | test_task: check and display argparser help before loading the task | Timotej Lazar |
2019-02-21 | web.task_source: return the empty string for invalid task | Timotej Lazar |
2019-02-21 | create_disk_images: create standalone VMDK images | Timotej Lazar |
2019-02-21 | create_disk_images: modify image filenames | Timotej Lazar |
2019-02-20 | add_task: fix loading networks from task.py | Timotej Lazar |
2019-02-20 | Update translations | Timotej Lazar |
2019-02-20 | Fix instruction box in task_greeting | Timotej Lazar |
2019-02-20 | Fix and clean up token-based access to params and results | Timotej Lazar |
2019-02-19 | First try for token-based params and results requests | Timotej Lazar |
2019-02-19 | Web: remove unused functions | Timotej Lazar |
2019-02-19 | write_default_config: copy random_data directory to image | Timotej Lazar |
2019-02-19 | Support qcow2 format | Timotej Lazar |
2019-02-16 | Improve task_greeting.html template | Timotej Lazar |
2019-02-16 | Create disk images in multiple formats | Timotej Lazar |
2019-02-12 | create_disk_images: add diskless computers to db.student_computers | Timotej Lazar |
2018-10-13 | Fix two tasks | Timotej Lazar |
2018-10-13 | Merge branch 'improve-web' | Timotej Lazar |
2018-10-13 | A couple of tweaks | Timotej Lazar |
2018-10-13 | Oops, don’t redefine prepare_disks | Timotej Lazar |
2018-10-13 | Update translations | Timotej Lazar |
2018-10-13 | Add language links to task page | Timotej Lazar |
2018-10-13 | Call write_default_config for arbiter in all KPOV 2018 tasks | Timotej Lazar |
2018-10-13 | Show results and parameters on task page | Timotej Lazar |
2018-10-13 | add_task: fix returned hints in online task_check | Timotej Lazar |
2018-10-13 | web.results_post: call task_check with defaultdict(str) | Timotej Lazar |
2018-10-13 | Fix urllib for Python 3 | Timotej Lazar |
2018-10-13 | I18N | Timotej Lazar |
2018-10-13 | HTMLize instructions and use jinja2 to render them | Timotej Lazar |
2018-10-12 | Add .gitignore | Timotej Lazar |
2018-10-12 | web: improve style | Timotej Lazar |
2018-10-11 | web: remove duplicate function | Timotej Lazar |
2018-10-11 | Improve style in task_greeting.html template | Timotej Lazar |
2018-10-11 | add_task: read images as bytes, not str | Timotej Lazar |
2018-10-11 | Remove unused imports | Timotej Lazar |
2018-10-11 | Use backing files in created disk images | Timotej Lazar |
2018-10-11 | Write kpov_util.py to disk template in default config | Timotej Lazar |
2018-10-11 | kpov_util: better error reporting for SSH connections | Timotej Lazar |
2018-10-11 | test_task: pre-fill prompts with existing data | Timotej Lazar |
2018-10-10 | add_task: fix reference to instructions | Timotej Lazar |
2018-10-10 | Use a single parameter for DB connection | Timotej Lazar |
2018-10-09 | Oops, missed a link to kpov_random_helpers | Timotej Lazar |
2018-10-07 | Merge branch 'fix-tasks' | Timotej Lazar |
2018-10-07 | Fix or remove hashbangs | Timotej Lazar |
2018-10-07 | Run dos2unix on deviant files | Timotej Lazar |
2018-10-07 | Remove coding: lines | Timotej Lazar |
2018-10-07 | Refactor SSH testing code out of individual tasks | Timotej Lazar |
2018-10-07 | test_task: store params in OrderedDict for Python≤3.5 | Timotej Lazar |