Cory Lee
8eddb822ab
Refactor CSME id, CSMH_EXTENDED default true
2019-08-27 16:47:47 -04:00
Michael Roytman
1b296c444d
add log statements to aid debugging grading issue
2019-08-26 16:49:11 -04:00
Feanil Patel
f332b81e4c
Merge pull request #21384 from edx/bom/python-3-swarm
...
Bom/python 3 swarm
2019-08-21 09:27:59 -04:00
Matt Hughes
0ad8753cd6
Add waffle for hiding bulk management in masters courses
2019-08-20 16:32:13 -04:00
Nimisha Asthagiri
1951d2eab8
Fix byte encoding of Grades hashes
2019-08-19 11:42:36 -04:00
Matt Hughes
c3a1a70d4f
Correct discrepancy between grade data sources for gradebook
2019-08-16 10:02:46 -04:00
Michael Roytman
05a67400ac
make course grade filter robust against missing minimum filter as well as 0 minimum filter
2019-08-14 10:19:21 -04:00
Michael Roytman
df634ab7e3
add course level min and max filters to gradebook API
2019-08-13 15:32:12 -04:00
Matt Hughes
828c2fdc93
Add limit stops for assignment grade filtering for gradebook api
...
JIRA:EDUCATOR-4541
2019-08-13 15:05:03 -04:00
Kyle McCormick
fff69a9f58
Add course grade listing API for program_enrollments app
...
This new API endpoint differs from the existing Grades API
in that (i) it only includes grades for users enrolled with a
ProgramCourseEnrollment and (ii) it alters its return code
depending on whether any student's grade failed to load.
EDUCATOR-4529
2019-08-13 13:33:02 -04:00
Dave St.Germain
9bd0d915dc
Cache the total and filtered counts in the gradebook API.
2019-07-29 09:45:08 -04:00
Ayub
ac919d6010
Merge pull request #21107 from edx/INCR-436
...
INCR-436 python3 compatibility
2019-07-26 13:03:40 +05:00
Ayub
ae574ae2cc
Merge pull request #21108 from edx/INCR-437
...
INCR-437 python3 compatibility
2019-07-26 13:03:01 +05:00
Ayub
734d7a1308
Merge pull request #21109 from edx/INCR-438
...
INCR-438 python3 compatibility
2019-07-26 13:02:26 +05:00
Michael Roytman
77dc0fa9f0
add number of total users and number of filtered users to the gradebook API
2019-07-24 23:02:04 -04:00
Aarif
5ec20b98b1
Merge pull request #21112 from edx/INCR-435
...
INCR-435 Python 3 compatibility
2019-07-22 14:28:26 +05:00
Ayub khan
3a04fbd37a
INCR-440 python3 compatibility
2019-07-19 09:54:52 -04:00
Ayub khan
12cb1e93d1
INCR-438 python3 compatibility
2019-07-16 15:17:25 +05:00
aarif
64bd86c12c
ran python-modernize and isort on files mentioned in INCR-435
2019-07-12 15:29:19 +05:00
Ayub khan
337408437d
INCR-437 python3 compatibility
2019-07-12 15:08:50 +05:00
Ayub khan
892ca0611b
INCR-436 python3 compatibility
2019-07-12 14:58:11 +05: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
atesker
b553501c5d
updated sorting
2019-07-08 14:45:54 -04:00
atesker
b1e8dbe2d4
EDUCATOR-4353 updated history override backend
...
unit test fixes
code review comments
2019-07-08 08:35:16 -04:00
atesker
c99e4ebb80
backend - send simple history via api
...
EDUCATOR-4353 code review comments
2019-06-26 10:01:12 -04:00
Ned Batchelder
b3a731550c
Fix problems that drf-yasg uncovered.
...
These were originally fixed individually, but had to be reverted, and
are now combined in one commit. The originals were:
7b9040f6b0 This enum was backwards
8774ff1f9b Use ref_name to disambiguate serializers that drf-yasg would otherwise assume are the same.
8a44397139 Is this field missing because it is None?
4a1154a7ca Give a safer buffer for clearing the rate limiting
64c47856dd DRF 3.7.4 changed how you delegate to another view, so don't
7359ca4fb2 Is this right? It fixes two tests
fdd66e5390 Adjust the expected error message for DRF 3.7.7
9257f68fd8 The default TIME_ZONE should be UTC
2019-06-21 18:04:15 -04:00
atesker
68ec2e184d
gradebook show student email only for master's track.
...
gradebook show student email only for master's track.
show emails for masters track - unit tests pass
fixed more unit tests and linting
2019-06-20 14:51:38 -04:00
Jeremy Bowman
45e390d0ea
Upgrade to edx-opaque-keys 1.0.1 ( #20817 )
2019-06-14 12:15:44 -04:00
Michael Roytman
05c0510cd3
add external_user_key to response and add ability to search by username, email, or external user key
...
Code review comments - EDUCATOR-4319
undoing changes temporarily
undoing changes temporarily
Fixed exception handling
re-added changes after hard reset
removed waffle flag (wrong merge
removed waffle flag (wrong merge
2019-06-14 08:36:00 -04:00
Dave St.Germain
23ab20a6fd
Prevent import failure on CMS
2019-06-10 10:49:06 -04:00
atesker
a914faf11c
Adding simple history to track grade changes. Educator-4347
...
added migration
Adding simple history to track grade changes. Educator-4347
Adding migration file
Adding simple history to track grade changes. Educator-4347
Adding migration file
Adding simple history to track grade changes. Educator-4347
Adding migration file
Re-adding lms.djangoapps reference to see if it will fix the build issues
Re-adding lms.djangoapps reference to see if it will fix the build issues
2019-06-07 16:32:56 -04:00
Dave St.Germain
cb5ec5a65d
Grade api support for bulk grading
2019-06-03 13:53:30 -04:00
Dave St.Germain
a2ca6f96d0
API support for bulk grade import/export
2019-05-31 09:28:44 -04:00
Stu Young
22856fdc1a
INCR-315 ( #20610 ): python-modernize lms/djangoapps/grades/tests
...
* run python modernize
* run isort
* fix pylint issues
2019-05-28 11:21:34 -04:00
Dave St.Germain
14cab5aa16
Added course_id to get_course_cohorts
2019-05-28 10:21:26 -04:00
Jeremy Bowman
f9929f32b5
Update quality threshold counts ( #20681 )
2019-05-24 08:27:54 -04:00
Stu Young
3e11ac8863
INCR-314 Run python-modernize on lms/djangoapps/grades/config and lms/djangoapps/grades/settings ( #20611 )
...
* run python modernize
* run isort
* Fix quality
2019-05-21 11:42:18 -04:00
Dave St.Germain
5889d397f0
Addressed review
2019-05-20 12:10:28 -04:00
Dave St.Germain
0573b2e4d4
Grade runtime service support for Staff Graded Points
2019-05-16 10:21:46 -04:00
Stu Young
5e20a0b0bb
incr-313 ( #20612 )
...
* run python modernize
* run isort
* move imports together
2019-05-15 15:11:03 -04:00
Douglas Hall
f4b7acfe00
Merge pull request #20613 from edx/estute/INCR-312
...
incr-312
2019-05-15 14:23:31 -04:00
Stuart Young
904cbf6d63
run isort
2019-05-15 10:00:40 -04:00
Stuart Young
4041fd69ae
run python modernize
2019-05-15 10:00:38 -04:00
Stuart Young
3739609bef
run isort
2019-05-15 09:59:53 -04:00
Stuart Young
43b885995d
run python modernize
2019-05-15 09:59:51 -04:00
Nimisha Asthagiri
eb0791ec89
Inter-app API cleanup for Grades
2019-05-04 11:35:06 -04:00
Alex Dusenbery
403fb52e93
Add a GET endpoint to list ProgramCourseEnrollment data.
2019-05-03 13:39:10 -04:00
David Ormsbee
50a8360b1a
Merge pull request #20023 from open-craft/symbolist/capa-xblock-1
...
CapaModule to ProblemBlock [SE-397]
2019-05-01 12:18:50 -04:00
Alex Dusenbery
20f0bc03d4
Add a GET API endpoint for program enrollments.
2019-05-01 11:35:38 -04:00
Usman Khalid
41c6236e0a
Convert CapaModule to ProblemBlock.
...
* Minimum possible changes were made to merge CapaModule & CapaDescriptor into
one ProblemBlock class.
* There are no known changes in behavior.
* CapaModule and CapaDescriptor inherited from a number of classes which inherit
from XModule or XModuleDescriptor but did not depend on them. For all these
classes the methods were moved to mixins which did not inherit from either and
then these mixins were added to ProblemBlock in the order which maintains MRO.
2019-05-01 20:08:36 +05:00