Hein Meling
Hein Meling
This should be viewed in connection with #360.
Reference to case number: INC0136440 with subject Canvas API access. Reopen case file when/if we decide to implement this feature, to request access to relevant courses. This link may also...
Closing as duplicate of #562.
This could be a feature of the tool proposed in #562.
Moved this as [#562 (comment)](https://github.com/quickfeed/quickfeed/issues/562#issuecomment-2295222340).
Some initial testing appeared to provide little gain in terms of speed up. Seems the majority of the execution time is spent in docker and compiling. Seems like speeding up...
This is now implemented for `dat520` using a bind mapping to the host file system's `/tmp/quickfeed-go-mod-cache` folder, where the running containers can share the same cache across repeated test runs....
We can add a new message type to `score.proto` to retain this information. See [here](https://go-review.googlesource.com/c/go/+/76872/3/src/cmd/internal/test2json/test2json.go#29) and [here](https://golang.org/pkg/cmd/test2json/#hdr-Output_Format) for the Go struct to mimic.
Related to this, we should also remove the `ISubmission` type in the frontend and replace the computation of the passed / failed tests computation based on actual data from the...
This will really only be useful if we implement corresponding stuff in the frontend.