- Feb 11, 2020
-
- Nov 07, 2019
-
-
zacary.king authored
-
- Oct 16, 2019
-
-
wallaces authored
-
- Jul 11, 2019
-
-
wallaces authored
-
- Jul 02, 2019
-
-
wallaces authored
-
- Apr 24, 2019
- Mar 08, 2019
-
-
wallaces authored
Here, using the gitlab-ci-user which the docs say is (mostly) appropriately for public projects (which Tango is currently). See notes here for discussion and other options. https://docs.gitlab.com/ee/ci/docker/using_docker_build.html vmms/Dockerfile_wsuv_* are also slightly improved with - fewer layers - pulling from wsuv repos instead of cmu's
-
- Mar 07, 2019
-
-
- Mar 04, 2019
-
-
wallaces authored
-
- Mar 03, 2019
-
- Feb 21, 2019
-
-
john.bunn authored
-
- Feb 20, 2019
-
- Feb 19, 2019
-
-
the original invocation of the autodriver redirected output as cmd &> outfile; but this fails in a autograder built on ubuntu 18.04 with a message: An error occurred while parsing the autoresult returned by the Autograder. Error message: 795: unexpected token at '---' The fix applied here (do: cmd > output 2>&1 ) is also suggested by issue 153 on cmu's tango repo: https://github.com/autolab/Tango/issues/153
-
- Feb 04, 2019
-
-
Devansh Kukreja authored
Add -p flag to mkdir to Dockerfile to ensure idempotency
-
Devansh Kukreja authored
Fix regression during file upload
-
- Jan 22, 2019
-
-
Loïc Gelle authored
Regression caused by commit 05e4d0f3. Files are copied from a temp file to the final destination as the file has not been fully uploaded and flushed. That yielded to grading corrupted or empty files.
-
- Jan 09, 2019
-
-
Zeng Fan Pu authored
-
- Oct 21, 2018
-
-
Chaskiel Grundman authored
* use tornado streaming for uploads use tornado.web.stream_request_body for the upload handler to avoid reading the entire upload into a memory buffer *in the IOLoop*. Instead, hash the content as it's streamed in and store it in a temporary file under COURSELABS. Then the upload business logic can just rename the temporary file over the destination if the upload is accepted. This significantly improves latency when large files are uploaded * Remove tempfile if it's a duplicate Remove the temporary upload file if it's a duplicate instead of leaving it in the temp directory.
-
- Jul 26, 2017
-
-
Devansh Kukreja authored
-
- Feb 13, 2017
-
-
Aatish Nayak authored
-
- Feb 12, 2017
-
-
Aatish Nayak authored
-
- Feb 08, 2017
-
-
Aatish Nayak authored
-
Aatish Nayak authored
-
- Oct 02, 2016
-
-
Aatish Nayak authored
Ensures server arg in CLI is not necessary. Makes ramp up process easier
-
- May 11, 2016
-
-
yunfanye authored
Changes: - Allow Autolab front-end to specify the AWS credentials that are used in auto-grading - Back-compatibility preserved (new features are effective only when accessKeyId and acceessKey is passed in) - change restful clients accordingly
-
- Apr 07, 2016
-
-
yunfanye authored
* add EC2_USER_NAME to config template file * ec2 VMM bug fixes and resolve hard-coded user name issue * fixed typo and indent error
-
- Mar 17, 2016
-
-
Yashas Kumar authored
-
Yashas Kumar authored
-
Yashas Kumar authored
-
Yashas Kumar authored
-
Yashas Kumar authored
-
Yashas Kumar authored
running Docker container
-
- Feb 25, 2016
-
-
Yiming Zong authored
-