- Jun 14, 2019
-
-
Jeremy Bowman authored
-
- May 28, 2019
-
-
Stu Young authored
* run python modernize * run isort * fix pylint issues
-
- May 04, 2019
-
-
Nimisha Asthagiri authored
-
- Feb 12, 2019
-
-
Michael Youngstrom authored
-
- Jan 08, 2019
-
-
Alex Dusenbery authored
-
- May 14, 2018
-
-
Alex Dusenbery authored
LEARNER-5123 | Cache VisibleBlocks per course AND user, only fetch the ones the user needs for subsection scoring.
-
- May 03, 2018
-
-
Stuart Young authored
-
- Jan 19, 2018
-
-
rabia23 authored
-
- Jan 10, 2018
-
-
Jeremy Bowman authored
-
- Oct 02, 2017
-
-
Nimisha Asthagiri authored
EDUCATOR-1405 EDUCATOR-1451
-
- Aug 11, 2017
-
-
Tyler Hallada authored
commit 12880fa21eac0c2e69b2d832d42829f00484561d Author: Tyler Hallada <thallada@edx.org> Date: Fri Aug 11 11:17:22 2017 -0400 Tweak exam override messaging in progress.html commit 6f90352dc27b3a199eea7efaf84b72df50f570a9 Merge: e0e9f83789 7c535f5f Author: Tyler Hallada <thallada@edx.org> Date: Thu Aug 10 17:38:13 2017 -0400 Merge remote-tracking branch 'origin/master' into EDUCATOR-926 commit e0e9f83789efa837577cedbcd5807c6fdba249e4 Author: Tyler Hallada <thallada@edx.org> Date: Thu Aug 10 17:35:26 2017 -0400 Revert "Comment out actual override and log instead" This reverts commit 4953cf30. commit 27d6b537c8915ecd1af8af51c8f9509db6ea0a26 Author: Tyler Hallada <thallada@edx.org> Date: Thu Aug 10 17:34:56 2017 -0400 Revert "Fix tests" This reverts commit 1b2fec21. commit cabddd504ddcb4f92aeed8b5fec4bff0d64a8de3 Author: Tyler Hallada <thallada@edx.org> Date: Thu Aug 10 17:34:36 2017 -0400 Revert "Remove override behavior and log instead" This reverts commit 1ab18803. commit dc9407f4606804e00d5aee4e80d309c7d7f9c437 Author: Tyler Hallada <thallada@edx.org> Date: Thu Aug 10 17:34:15 2017 -0400 Revert "Fix python tests and use proctoring 1.0.0" This reverts commit 842ce836.
-
- Aug 09, 2017
-
-
Tyler Hallada authored
-
- Jul 25, 2017
-
-
Tyler Hallada authored
-
- Jun 12, 2017
-
-
Andy Armstrong authored
-
- May 05, 2017
-
-
Diana Huang authored
Also add it to the course home page.
-
- Apr 27, 2017
-
-
Ned Batchelder authored
-
- Apr 24, 2017
-
-
Nimisha Asthagiri authored
-
- Apr 18, 2017
-
-
J. Cliff Dyer authored
incoming scores. TNL-6697
-
- Feb 17, 2017
-
-
Eric Fischer authored
These checks are causing SQL query numbers to scale linearly with the number of subsections being created/updated, and the errors they check for have not been seen in prod. TNL-6225
-
- Jan 30, 2017
-
-
Eric Fischer authored
Some old mongo courses do not have this field, and the team has opted to allow null values rather than inserting a default. This change affects both course and subsection grades. TNL-6408
-
- Dec 07, 2016
-
-
Sanford Student authored
for TNL-5045
-
- Nov 22, 2016
-
-
J. Cliff Dyer authored
-
- Nov 21, 2016
-
-
J. Cliff Dyer authored
TNL-5930
-
- Nov 15, 2016
-
-
Sanford Student authored
for TNL-5895
-
- Nov 10, 2016
-
-
J. Cliff Dyer authored
The column is populated with the current timestamp when a passing grade is persisted for the first time. "Passing grade" is defined as having a non-blank value for letter_grade. TNL-5888
-
- Oct 06, 2016
-
-
Eric Fischer authored
This reverts commit 9aa35cd8.
-
- Oct 05, 2016
-
-
Sanford Student authored
Includes unit tests For TNL-5310
-
- Sep 30, 2016
-
-
Eric Fischer authored
This reverts commit 0ea8e1b9, reversing changes made to e3db08f1.
-
Adam authored
Potential Grades revert PR
-
Eric Fischer authored
This reverts commit 663fbbba, reversing changes made to 3f7441c8.
-
- Sep 27, 2016
-
-
Nimisha Asthagiri authored
TNL-5599
-
- Sep 23, 2016
-
-
J. Cliff Dyer authored
TNL-5600
-
- Sep 14, 2016
-
-
Nimisha Asthagiri authored
TNL-5458 TNL-5493
-
- Sep 12, 2016
-
-
Sanford Student authored
-
- Sep 10, 2016
-
-
Nimisha Asthagiri authored
-
- Sep 09, 2016
-
-
J. Cliff Dyer authored
TNL-5475
-
- Sep 02, 2016
-
-
Sanford Student authored
-
- Aug 29, 2016
-
-
Eric Fischer authored
We already have logic to serialize BUL objects to string on save, but the corresponding deserialization logic was missing.
-
- Aug 25, 2016
-
-
Eric Fischer authored
Small changes to the grades djangoapp -sets up mock_get_score context handler -fixes an issue with not invalidating lazy scores property -code quality fixes -query count optimization in PersistentSubscetionGrade.create -adds atomic blocks to avoid IntegrityErrors corrupting an entire request
-
- Aug 22, 2016
-
-
Eric Fischer authored
Hooks the pre-existing grades code into our new PersistentSubsectionGrade data model. Includes test updates, and some minor changes to the data model that were discovered in testing.
-