- Jul 17, 2019
-
-
Dave St.Germain 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.
-
Awais Qureshi authored
INCR-392
-
Ayub authored
INCR-388 python3 compatibility
-
Awais Qureshi authored
INCR-389
-
Aarif authored
INCR-367 Python 3 compatibility
-
Aarif authored
INCR-371 Python 3 compatibility
-
Ayub authored
INCR-355 python3 compatibility
-
Nadeem Shahzad authored
Defaults to common.py CMS (OPS-4042)
-
Awais Qureshi authored
INCR-383
-
Awais Qureshi authored
INCR-372
-
nadeemshahzad authored
-
Ayub khan authored
-
Ayub authored
INCR-362 python3 compatability
-
Ayub authored
INCR-361 python3 compatibility
-
- Jul 16, 2019
-
-
Feanil Patel authored
-
Amit authored
* INCR-460: Make compatible with Python 3.x and disable: import-error for urlparse * INCR-460: Fixes for useless suppression
-
Amit authored
* INCR-449: Make compatible with Python 3.x * INCR-449: Fixes for line long
-
Brittney Exline authored
Fixing dependency issues so that make upgrade can run
-
muhammad-ammar authored
-
muhammad-ammar authored
-
Brittney Exline authored
-
aarif authored
changes made to comply with pylint
-
Awais Qureshi authored
INCR-368
-
Ayub authored
INCR-349 python3 compatibility
-
Awais Qureshi authored
INCR-363
-
Awais Qureshi authored
INCR-357
-
Ayub authored
INCR-345 python3 compatibility
-
Ayub authored
INCR-336 python3 compatibility
-
Jillian Vogel authored
Inlines all 36 discussion underscore templates imported by lms/templates/discussion/_underscore_templates.html to reduce file system load when displaying inline discussion blocks. Ignored error where fix required changing the translated text string, due to differences between underscore and HtmlUtils format strings.
-
- Jul 15, 2019
-
-
Michael Roytman authored
update edx-proctoring package version to 2.0.6
-
Amit authored
-
Michael Roytman authored
-
Muhammad Zaid Bamber authored
Added logs for XQueue Information
-
Ayub authored
Revert "INCR-343 Python 3 compatibility"
-