Tango icon indicating copy to clipboard operation
Tango copied to clipboard

Standalone RESTful autograding service

Results 26 Tango issues
Sort by recently updated
recently updated
newest added

Currently, Tango calls `unicode(fh.read(), errors='ignore')` to read `outputFile` contents before sending them to the `notifyURL`. This has the side effect of stripping any non-ascii characters, which leads to unreadable text...

### Expected Behavior NUM_THREADS in config.template.py should be used somewhere. ### Actual Behavior NUM_THREADS isn't used anywhere. https://github.com/autolab/Tango/search?utf8=%E2%9C%93&q=num_threads&type= ### Steps to Reproduce the Behavior Either a bug and it should...

Fixes #137 (involves reverting #113). #113 changed the behavior of `open` so that it always returns an empty md5 dict. This means the client will always send all their files...

Instead of putting all the file copying and su-ing in the docker run command constructed by the vmm, include an interface script in the container and use it as the...

### Expected Behavior On restarting the Tango processes using `supervisorctl`, I noticed that the Tango server and manager do not exit. `supervisorctl` however starts new server and manager processes which...

The permission bits of files are lost as they are uploaded to Tango (by /upload). As a result, certain scripts that need +x to run, cannot run. We should either...