Joey Wildman

Results 38 issues of Joey Wildman

## Description #1609 brought changes to the submission summary in the Assessments page, especially to removing the file name and displaying a "Download Submission" button. However, in the case that...

## Description - Add an exception handler to `submissions_controller.rb` to catch when `format.html { render(:view) }` fails due to it trying to render a non-supported binary file - Exception handler...

Submitted by 122 Head TA. A 500 Error occurs when viewing a submission with a non-supported binary file. Stack dump: [sub_273_internal_error_info (1).txt](https://github.com/autolab/Autolab/files/9628339/sub_273_internal_error_info.1.txt) **Steps To Reproduce** Steps to reproduce the behavior:...

Priority: Low
Type: Bug

## Description ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ]...

Currently, the default assessment template (`lib/__defaultAssessment.rb`) includes a method `assessmentInitialize` as follows: ``` def assessmentInitialize(course) super("##NAME_LOWER##",course) @problems = [] end ``` This implies that an instructor can define problems via...

Type: Maintenance
Priority: Low

Currently, if an assessment does not contain problems with names matching the autograder output, those results from the autograder will not be displayed, and no feedback is given as to...

Type: Enhancement
Priority: Low

**Sprint 1:** Edit: - (Render test) index (update to check differences between non-autograded / autograded (see controller code)) To add: - (Functionality test): new - (Functionality test): create - Show:...

On Autolab Dev, Chaskiel provided the following feedback for getjobs: - The table isn't formatted right, there's lots of scroll arrows that are cluttering up the view - The job...

Priority: Medium
Type: Bug

From 112: ``` As we set up 15-112 for the coming semester, we would like to produce our own gradebook csv file which we then import wholesale into Autolab. As...

Type: Enhancement
Priority: Low

**Your environment** - e885c672433965b974fc48fca6721593f9093138 **Steps To Reproduce** Steps to reproduce the behavior: 1. Delete a submission that was a tarball 2. Click on "View Source" on a separate submission 3....

Priority: Low
Type: Bug
cant-reproduce