Chaskiel Grundman

Results 28 comments of Chaskiel Grundman

Can the default image name be set somewhere? Or are you saying that deployments that do not name their default image autograding_image are just wrong?

My interpretation of this issue is that it is about AutogradersController:update not providing feedback if it cannot save. (also, the instructor being unhappy with the validations for autograde_timeout) #708 is...

I know local_submit is still used at Carnegie Mellon. I get occasional error notifications about local_submit being used when an assignment is no longer accepting submissions, and there is an...

Note that the CMU instance has had this problem in the past: https://lists.andrew.cmu.edu/mailman/private/autolab-dev/2018-May/044484.html (devs only) It's patched there now: https://github.com/cg2v/Autolab/commit/df5e132d63eb25dade8911329ffb2cc777da4baa

this is https://autolab-dev.andrew.cmu.edu/courses/compserv-mock/schedulers/new (or edit)

The issue is that things like bomblab and attacklab are set up the 3rd week of the semester, and then run forever, until I manually remove them from the database...

It would also be nice if scheduler jobs automatically disable themselves if they throw (repeated?) exceptions.

So, I'm really only looking at this because of concerns about rufus-scheduler on the Carnegie Mellon deployment (we use passenger, and the pointers on the rufus-scheduler page about working with...

The solution for this should also detect if unicode byte order markers are present and strip and/or process them. (computing services had a report today from someone whose roster would...

In production currently, I am hacking around this issue. I am solving the reload problem by using `load` instead of `require` I am "solving" the redefinition problem by deleting the...