- 26 Feb, 2017 - 1 commit
-
-
Jacob Buckheit authored
-
- 08 Feb, 2017 - 1 commit
-
-
Jacob Buckheit authored
-
- 06 Feb, 2017 - 1 commit
-
-
Jacob Buckheit authored
-
- 05 Feb, 2017 - 2 commits
-
-
Jacob Buckheit authored
-
-
- 02 Feb, 2017 - 1 commit
-
-
Jacob Buckheit authored
-
- 29 Jan, 2017 - 1 commit
-
-
Billy Zhu authored
-
- 21 Jan, 2017 - 3 commits
-
-
Aatish Nayak authored
-
Aatish Nayak authored
-
Aatish Nayak authored
-
- 14 Jan, 2017 - 2 commits
-
-
Aatish Nayak authored
-
Aatish Nayak authored
-
- 11 Jan, 2017 - 1 commit
-
-
Billy Zhu authored
-
- 04 Jan, 2017 - 1 commit
-
-
Billy Zhu authored
* Update design with materialize and new form builder * Update to new datetime picker * fix styling issue with user search box * Minor fix to delete option
-
- 03 Jan, 2017 - 2 commits
-
-
Aatish Nayak authored
Used flatpickr lightweight datetimepicker for DateTime input. Works with Datetime or just Date. Uses same ruby form templates
-
Aatish Nayak authored
with master
-
- 01 Jan, 2017 - 1 commit
-
-
Aatish Nayak authored
-
- 31 Dec, 2016 - 7 commits
-
-
Devansh Kukreja authored
-
Devansh Kukreja authored
-
Aatish Nayak authored
* Start adding materialize components to FormBuilder * Finalize input styles * Add table for assessment problems * Minor dropdown changes * change datepicker class DATETIMEPICKER NOT FINISHED
-
Aatish Nayak authored
* Convert assessment page cols from bootstrap to materialize * Convert initial collections and cards * Add styles and html for Danger Zone * Add Danger Zone to CA options and Admin options * Make handouts and table materialize format * Use browser default confirm dialogs * Remove deprecated leanModal * Remove bootstrap tooltip * Fix tooltip message on submissions
-
Billy Zhu authored
* Update courses index page * Update Assessments index page * update course list display logic * Add materialize style to course and assessment card pages
-
Devansh Kukreja authored
* navbar_icons * button fixes * Change lab template image to autograding_image for use with Tango Docker * Bump ruby version for rspec testing framework * Add mysql gem to Autolab2.0 * navbar_icons * button fixes
-
Devansh Kukreja authored
-
- 28 Dec, 2016 - 1 commit
-
-
Aatish Nayak authored
* Start adding materialize components to FormBuilder * Finalize input styles * Add table for assessment problems * Minor dropdown changes * change datepicker class DATETIMEPICKER NOT FINISHED
-
- 26 Dec, 2016 - 1 commit
-
-
Aatish Nayak authored
* Convert assessment page cols from bootstrap to materialize * Convert initial collections and cards * Add styles and html for Danger Zone * Add Danger Zone to CA options and Admin options * Make handouts and table materialize format * Use browser default confirm dialogs * Remove deprecated leanModal * Remove bootstrap tooltip * Fix tooltip message on submissions
-
- 04 Dec, 2016 - 1 commit
-
-
Billy Zhu authored
* Update courses index page * Update Assessments index page * update course list display logic * Add materialize style to course and assessment card pages
-
- 03 Dec, 2016 - 1 commit
-
-
Devansh Kukreja authored
* navbar_icons * button fixes * Change lab template image to autograding_image for use with Tango Docker * Bump ruby version for rspec testing framework * Add mysql gem to Autolab2.0 * navbar_icons * button fixes
-
- 30 Nov, 2016 - 12 commits
-
-
Chaskiel Grundman authored
API requests (e.g. annotations) should not try to display donkey kong when they fail, since that just triggers another error
-
Chaskiel Grundman authored
fork with a block does not seem to propagate exceptions in the subprocess to rescue blocks outside the fork block, so exceptions inside scheduler modules were not being logged. Trap them inside the fork block, also trap ScriptError exceptions, and send the subprocess exceptions to ExceptionNotifier.
-
Chaskiel Grundman authored
Since moss can run for an extended period of time, it is possible for database connections to time out while it is running. ActiveRecord does not check database connections for liveness whenever they are used, only when they are checked out or back in to the connection pool. Make activerecord return all active connections to the pool before running moss, so any post-moss database access will use hopefully-live connections.
-
Chaskiel Grundman authored
-
Chaskiel Grundman authored
-
Billy Zhu authored
implement cache on gradesheet page to save on change only
-
Billy Zhu authored
-
Billy Zhu authored
Faster Gradesheet (on-demand feedback and deferred rendering)
-
Billy Zhu authored
add searchable dropdown to create submission page
-
Billy Zhu authored
Add searchable dropdown and datepicker to extensions page
-
Chaskiel Grundman authored
The file opened during local_submit is controlled by the student. Make sure it's not a symlink. Uses O_NOFOLLOW, so no part of the path may be a symlink
-
Chaskiel Grundman authored
if the request came in over http (e.g. local_submit), then the generated autograde_done url will be http, and will be rejected when tango uses it
-