Hein Meling
Hein Meling
``` % go test -v -run TestRunTests === RUN TestRunTests run_tests_test.go:64: failed to parse script template: no script template for assignment lab1 in https://github.com/qf101/tests.git --- FAIL: TestRunTests (0.55s) FAIL ```...
The current list of groups is not helpful for teachers to identify those that have been approved/not approved. We need a display mode for teachers that can show "real names"...
Autograder should check commits to group repos (maybe also user repos) and track the code volume, e.g. LoC, and number of commits contributed by the different group members. This will...
Autograder should be able to detect when a student repo or a group repo is behind the original `assignments` repo, and give a warning, along with appropriate git instructions (in...
This is a collection issue with ideas for scaling with kubernetes. - [ ] we may use Athens proxy to cache Go packages (See helm chart for [Athens](https://hub.helm.sh/charts/gomods/athens-proxy)). This may...
With reference to this [blog post](https://github.com/Evertras/go-interface-examples/tree/master/local-interfaces): We can refactor the autograder API to not use a database interface... instead we should just return the concrete gormdb type from the constructor....
We could add support for a `course-config.yml` file with things such as the course name and slip days and other global config details... that can be in the root of...
From the `Remote - Containers` plugin in VSCode: Whether you deploy to containers or not, containers make a great development environment because you can: - Develop with a consistent, easily...
Frontend feature: Should provide a way to display to students how they performed compared to the other students, both overall in a course, per lab and per task within a...
When we implement #416, we should also add support for reporting results (score and maybe a partial build log) on the PR. This would save the students from having to...