Hein Meling

Results 196 issues of 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 ```...

frontend
ci

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"...

frontend

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...

frontend
ci

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...

frontend
ci

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...

future
ci

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....

future
database

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...

enhancement

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...

enhancement

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...

enhancement
help wanted
future
frontend

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...

ci
pr-review