Kester
Kester
Created a simple file manager that allows an instructor to manage the files and assessments in a course based on the simple file manager found [here](https://github.com/adrientoub/file-explorer/tree/master). ## How Has This...
Fixes #1732. Before, multi-line comments were not highlighted: With this change: ## How Has This Been Tested? - Try out with different submissions and check that multi-line comments are now...
Restores line between code and code numbers Before:  After:  ## How Has This Been Tested? -...
## Description This PR fixes the routing when a user is not allowed to access a path. This also adds unit tests which tests this functionality for this fix. Resolves...
File Manager should route the user to the index page and not allow loading if the user is not verified to access that path.
## Description This resolves #2198. ### 1. UI now indicates whether an autograder tar and makefile exists ### 2. UI now provides an option to download the existing autograder tar...
PDL requires that instructors are able to supply an AMI instead of Autolab provisioning one
Attempts to fix the copy-in issue that we're still facing even after retries. 1. Captures invalid inputfiles structure 2. Adds -p flag and permissions when creating autolab directory. This ensures...
We should be provisioning spot instances and handling failure of spot instances instead of more expensive ec2 vms
## Motivation and Context Buttons takes a long time for a large class, instructors don't get any visual feedback when buttons are clicked. This might result in them clicking buttons...