opensubmit icon indicating copy to clipboard operation
opensubmit copied to clipboard

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.

Results 45 opensubmit issues
Sort by recently updated
recently updated
newest added

In an specific environment (which I don't really know, as I only know that a user-facing bug exists, which I witnessed as a non-teacher user), completed assignments are added both...

I have run into issues with the file locking where a long running test script was still running when the next job was fetched. Then both tests where running and...

At several (typically: related to user management) occasions, the web-frontend crashes: It seems to be related to this: https://docs.djangoproject.com/en/dev/topics/db/transactions/#django.db.transaction.atomic

bug

The executor isn't robust against the output of non-valid UTF-8. If a student program generates an output that is neither ASCII nor UTF-8, the executor crashes. This is also true...

In the class `SubmissionNewView` (web/opensubmit/views/frontend.py the `LoginRequiredMixin` redirection mechanism is overwritten by the dispatch function, which calls `can_create_submission `and produces an Exception, because an authorized user is expected. (`Exception: 'AnonymousUser'...

The [documentation](http://docs.open-submit.org/en/latest/administrator.html#full-stack-installation-with-docker-compose) claims that you just need to download the docker-compose file to start the installation. This is incorrect; it first complains about missing directories, and then (if you create...

If you want to have multiple people being able to create / edit assignments, this is not directly possible. The problem comes from the underlying permission model - only people...

bug

In contrast to the course archive, this is intended for maintenance or raw data export. Seems to be solved by https://github.com/semente/django-smuggler/

new feature

This is needed to heep the Google login functional after January 2019.