Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -05: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
Nimisha Asthagiri
b73e0d8120
Grades python-3 upgrade: test_recalculate_learner_grades.py
2019-09-28 11:39:26 -04:00
Ned Batchelder
efba6e45e8
Finally import courseware properly everywhere to get rid of a warning
2019-09-26 09:40:15 -04:00
Braden MacDonald
8a2d499dd2
Track grades for Blockstore content, emit tracking logs
2019-09-25 10:42:55 -04:00
Awais Qureshi
a4428d751d
BOM-422
...
Fixing python3
2019-09-17 19:00:05 +05:00
Stu Young
5e20a0b0bb
incr-313 ( #20612 )
...
* run python modernize
* run isort
* move imports together
2019-05-15 15:11:03 -04:00
Michael Youngstrom
3221c2b91f
Remove lms pytest shards
2019-02-12 11:03:46 -05:00
Matthew Piatetsky
6e81c84d8b
fix unicode strings in lms/ part 1
2019-02-05 15:15:02 -05:00
Jeremy Bowman
d961f9658e
TE-2786 Fix grade computation test assertions
2018-10-19 17:17:38 -04:00
Sofiya Semenova
1bb134b043
Changed comment in recalculate_learner_grades
2018-05-18 14:46:50 -04:00
Sofiya Semenova
2baadff28c
Management command to force enrollment regrade
2018-05-15 15:11:32 -04:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Nimisha Asthagiri
f8e3a3c461
Grades Cleanup
...
EDUCATOR-1405
EDUCATOR-1451
2017-10-02 19:03:26 -04:00
Nimisha Asthagiri
b2c6a53448
Grades cleanup: remove no longer needed management commands
...
EDUCATOR-178
2017-09-22 09:18:43 -04:00
cahrens
819a56fee3
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-14 11:01:00 -04:00
Tyler Hallada
3cefec63f6
Fix python unit tests
2017-08-04 17:54:53 -04:00
Andy Armstrong
79acb5c5be
Reorder LMS imports using isort
2017-06-11 21:48:06 -04:00
Gregory Martin
77b2229210
GradingPolicyChanged Signal Handler
...
https://openedx.atlassian.net/browse/EDUCATOR-393
2017-05-31 10:46:55 -04:00
sanfordstudent
78d8895880
Merge pull request #15138 from edx/sstudent/recalculate_for_date_range
...
recalculate for date range mgmt command
2017-05-22 15:01:53 -04:00
Sanford Student
78edd8522d
add command
2017-05-22 10:30:37 -04:00
J. Cliff Dyer
1b94666c70
Use mock's ANY
2017-05-16 14:18:19 -04:00
J. Cliff Dyer
7127ab863f
Use a stable ordering for shuffled tasks.
2017-05-16 12:37:51 -04:00
J. Cliff Dyer
1daa4eadd5
Shuffle tasks.
2017-04-28 14:19:21 -04:00
J. Cliff Dyer
77f5e2dd00
Fix batch size error and kwargification of compute_v2.
2017-04-26 16:30:27 -04:00
J. Cliff Dyer
8e409800fe
Fix calling convention for celery options
2017-04-26 09:35:15 -04:00
Nimisha Asthagiri
6cdfeb98cb
Merge pull request #14946 from edx/neem/refactor_grades_misc
...
Grades API misc cleanup
2017-04-25 10:14:25 -04:00
Nimisha Asthagiri
16114f585b
Miscellaneous grades code cleanup - pending from previous PRs
2017-04-24 17:58:18 -04:00
J. Cliff Dyer
7c3248f95c
Allow specifying waffle switch on compute_grades
...
If --estimate_first_attempted is passed, it can force enabling or
disabling the ENABLE_FIRST_ATTEMPTED waffle switch.
TNL-6841
2017-04-20 15:18:09 -04:00
J. Cliff Dyer
4f6d5d9ce9
Estimate creation time for subsections grades based on timestamp of
...
incoming scores.
TNL-6697
2017-04-18 16:51:17 -04:00
Nimisha Asthagiri
1503e5f768
Grade only engaged learners
...
Add a new waffle switch that allows us to assume zero grades for
learners who have no entry previously recorded, and another to
disable persisting grades for unengaged learners.
TNL-6691
2017-04-11 10:41:57 -04:00
Sanford Student
e94513d079
use current()
2017-04-03 11:22:26 -04:00
Sanford Student
bdc0b33cb4
add settings for compute grades command
2017-03-29 17:07:44 -04:00
J. Cliff Dyer
b89736c75c
Add compute_grades management command.
...
TNL-6689
2017-03-21 14:47:33 -04:00
Sanford Student
576516b599
ensure that modified start/end are treated as UTC by django
2017-03-01 15:15:17 -05:00
Sanford Student
c4461191bc
reset grades management command choose database
2017-02-21 16:00:33 -05:00
Nimisha Asthagiri
c04f4401dc
Update generate_course_blocks management command to enqueue tasks
2017-01-24 09:11:57 -05:00
Nimisha Asthagiri
05087bfac2
Management command to Reset Grades
...
TNL-6251
2017-01-10 15:26:52 -05:00
Nimisha Asthagiri
e87388e24c
Grades cleanup before updating grade report
...
Remove deprecated SingleSectionGrader. TNL-5987
Remove display_name and module_id from Scores objects
Update CourseGradeFactory.__init__ to not be user-specific
Update some callers to use CourseGrade class instead of "summary" dict
Remove no longer needed course_grades.py module.
Renamed django signal from GRADES_UPDATED to COURSE_GRADE_CHANGED
2016-11-30 12:36:25 -05:00
Nimisha Asthagiri
406daa513b
Move get_grades management command from student to grades app.
2016-10-06 10:34:24 -04:00