- Aug 15, 2019
-
-
jinder1s authored
-
- Jul 19, 2019
-
-
Feanil Patel authored
INCR-411: Updates on Python 3.x
-
aarif authored
-
Ayub khan authored
-
Ayub khan authored
-
Ayub khan authored
-
Ayub khan authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Feanil Patel authored
The `NoneType` object is not available from the `types` module in python 3. This is a workaronud to deal with that.
-
Feanil Patel authored
Use `ascii_letters` instead which is a reasonable alternative for our usecases.
-
Michael Youngstrom authored
-
Syed Muhammad Dawoud Sheraz Ali authored
add submission deadline methods in InheritanceMixin
-
DawoudSheraz authored
-
Awais Qureshi authored
INCR-443
-
Awais Qureshi authored
INCR-445
-
Ayub authored
INCR-380 python 3 compatibility
-
Ayub authored
INCR-379 python 3 compatibility
-
Ayub authored
INCR-377 python 3 compatibility
-
Awais Qureshi authored
INCR-398
-
- Jul 18, 2019
-
-
amitvadhel authored
-
Muhammad Zaid Bamber authored
Fixed CDN urls to Static urls on edit.
-
zaidbamber161 authored
-
Awais Qureshi authored
INCR-397
-
Aarif authored
INCR-387 Python 3 compatibility
-
Aarif authored
INCR-382 Python 3 compatibility
-
Awais Qureshi authored
INCR-395
-
Awais Qureshi authored
INCR-394
-
Ayub authored
INCR-376 python3 compatibility
-
Ayub authored
INCR-375 python3 comptatibility
-
Ayub authored
INCR-366 python3 compatibility
-
- Jul 17, 2019
-
-
edX Transifex Bot authored
-
Dave St.Germain authored
Make upgrade
-
Dave St.Germain authored
-
Alex Dusenbery authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Stu Young authored
* add pytest decorator for skipping py3 test * quality
-
Kyle McCormick authored
-
David Ormsbee authored
* Remove full table scan of VerificationDeadline. Before this commit, we were doing a full table scan of student_verificationdeadline, loading the results into a giant dict, and reading/writing that to the cache. This was fine when the code was introduced and there were dozens of courses, but now that we're over 12K courses, it's becoming a major performance issue for the Student Dashboard. This uses a subquery to the course enrollment table so that we're only ever pulling back the deadlines to a student's enrolled courses for any given request. It removes the cache access entirely.
-