M. Zulqarnain
e505d99237
pyupgrade on lms gating and grades apps ( #26532 )
2021-02-22 12:58:41 +05:00
Régis Behmo
9445bbe930
Document lms/djangoapps/grades feature toggles
2020-09-16 15:16:13 +02:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Matt Hughes
6085852c99
Attribute grade overrides from proctoring to the final reviewer
...
More generally, makes it so we don't ever pull in the user to whom
we're attributing overrides from the request, but always use the one
passed in via method parameters
Also pass through comments, if they're provided via this method
JIRA:EDUCATOR-4641
2019-09-27 10:58:58 -04:00
uzairr
64fa5041f2
Python-modernize on edx-platform (336 of 380)
...
After executing python-modernize and isort, few changes
occurred in import sequence as well as unicode func is
replaced by six.text_type func.
INCR-439
2019-07-10 18:27:23 +05:00
Dave St.Germain
cb5ec5a65d
Grade api support for bulk grading
2019-06-03 13:53:30 -04:00
Nimisha Asthagiri
eb0791ec89
Inter-app API cleanup for Grades
2019-05-04 11:35:06 -04:00
Alex Dusenbery
325c22c5d5
EDUCATOR-4082 | When creating subseciton grade override from service, create a PSG if one does not exist.
2019-02-21 10:42:48 -05:00
Alex Dusenbery
577315f2a7
Refactor how grade override values are persisted.
2019-01-08 15:21:04 -05:00
Simon Chen
f016175c82
Add the new history model for persistentsubsectiongradeoverride to record audit info
2018-11-29 09:38:21 -05:00
noraiz-anwar
d56bd58063
clean grades service
2018-02-02 11:52:12 +05:00
rabia23
222794ee59
EDUCATOR-2016 In proctored exams, learner will not receive certificate when marked suspicious
2018-01-19 16:50:16 +00:00
Nimisha Asthagiri
f8e3a3c461
Grades Cleanup
...
EDUCATOR-1405
EDUCATOR-1451
2017-10-02 19:03:26 -04:00
Tyler Hallada
a9c1e1cf43
Squashed commit of the following:
...
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 7c535f5fb9
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 4953cf30d9 .
commit 27d6b537c8915ecd1af8af51c8f9509db6ea0a26
Author: Tyler Hallada <thallada@edx.org >
Date: Thu Aug 10 17:34:56 2017 -0400
Revert "Fix tests"
This reverts commit 1b2fec2129 .
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 1ab1880337 .
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 842ce8365f .
2017-08-11 13:53:34 -04:00
Tyler Hallada
1ab1880337
Remove override behavior and log instead
...
This will break tests.
2017-08-09 17:27:58 -04:00
Tyler Hallada
147ca0bcf1
Send signal requires sender argument
2017-08-02 14:07:26 -04:00
Tyler Hallada
a6b94a2400
Use signal instead of calling recalculate directly
2017-08-02 13:26:35 -04:00
Tyler Hallada
f92c96ef05
Add course flag and service for grade override
2017-08-02 10:22:19 -04:00
Tyler Hallada
5276070e08
Bad copy and paste
2017-07-31 17:51:26 -04:00
Tyler Hallada
b63fc6251a
The kwargs are still wrong...
2017-07-31 17:48:46 -04:00
Tyler Hallada
08e04dbd63
Fix circular import of signals from services
2017-07-31 17:25:41 -04:00
Tyler Hallada
750f30b273
Pass event transaction id & type to recalculate
2017-07-31 16:52:42 -04:00
Tyler Hallada
735824e2cd
Fix recalculate async kwargs
2017-07-31 16:21:13 -04:00
Tyler Hallada
dc484b8099
Fix the expected_timestamp recalculate arg
2017-07-31 12:27:26 -04:00
Tyler Hallada
f41cf12134
Only attempt to delete grade override if exists
2017-07-28 15:51:49 -04:00
Tyler Hallada
e4a9bef8d5
Trigger recalculate subsection, undo override
2017-07-27 18:27:56 -04:00
Tyler Hallada
cf39bef74f
GradesService: accept both string id or opaque key
2017-07-26 15:49:26 -04:00
Tyler Hallada
4c353d9318
Create GradesService to override persistent grades
2017-07-25 11:58:08 -04:00