Joachim Tislov
Joachim Tislov
@meling The only use case I can think of is for students to be able to rebuild the submission by `qf(labX): resubmission` or `qf(labX): rebuild` I don't quite understand `qf(labX):...
> To avoid the scenarios in the previous paragraph, we could disallow creation of enrollments where a database user does not have (name, email, student_id) set. Sounds good, along with...
I can have a look at this, if its still relevant
>Seems the majority of the execution time is spent in docker and compiling. Seems like speeding up or replacing docker would provide better speedup. >It is unclear if the lack...
Specifically this, creates the bind mounts: ```go var hostConfig *container.HostConfig if job.BindDir != "" { goModCacheSrc, err := moduleCachePath() if err != nil { return nil, err } hostConfig =...
I think this is fixed?
> Should we support both formats? Probably yes, since we don't want to break existing courses. Yes, I agree > What should be done if a teacher pushes an invalid...
I would like to dive into kubernetes if its still relevant
What is the status on this issue?
The kit module can be moved into the image by initializing a module and getting `kit` inside of the image: ```docker FROM golang:1.23-alpine # Install bash and git (and build-base...