- Jan 25, 2019
-
-
Calen Pennington authored
-
Calen Pennington authored
Allow courses api to return data incrementally
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
Prior to this commit, the course api (/api/courses/v1/courses/) performed all the work necessary to return all courses available to the user, and then only actually returned on page's worth of those courses. With this change, the api now does the work incrementally, computing only the data needed to fetch the courses up to and including the page being returned. This still increases approximately linearly as the page number accessed being increases, but should be more cache-friendly. One side effect of this is that the max_page reported by pagination will be an overestimate (it will include pages that are removed due to a users access restrictions). This change also changes the sort-order of courses being returned by the course_api. By sorting by course-id, rather than course-number, we can sort in the database, rather than in Python, and defer loading data from the end of the list until it is requested. REVMI-90
-
Nadeem Shahzad authored
Move award program certificates tasks to background_process queue (OPS-3687)
-
nadeemshahzad authored
-
DawoudSheraz authored
create access denied fragment when HTTP request is null
-
DawoudSheraz authored
-
Agha Awais authored
Remaining bokchoy tests for HTML editor(II)
-
Calen Pennington authored
-
- Jan 24, 2019
-
-
Agha Awais authored
-
Simon Chen authored
Grading: Update the test variable name to correct name
-
Simon Chen authored
-
noraiz-anwar authored
-
Nadeem Shahzad authored
Revert "Move award program certificates tasks to background_process queue (OPS-3687)"
-
Stu Young authored
-
Richard I Reilly authored
Remove 'is_graded' prop from the gradebook api reponse
-
Nadeem Shahzad authored
Move award program certificates tasks to background_process queue (OPS-3687)
-
Rabia Iftikhar authored
EDUCATOR-3930 fix video player speed adjustments
-
Zubair Afzal authored
ENT-1438 Update wording in account recovery flow
-
syed-awais-ali authored
Changed time zone to UTC for lms/cms
-
Zubir Afzal authored
-
- Jan 23, 2019
-
-
Rick Reilly authored
-
Jeremy Bowman authored
Fix coverage on remote xdist nodes
-
Richard I Reilly authored
Clean up the gradebook api to only send back the data the gradebook c…
-
Ned Batchelder authored
Fix references to open.edx.org
-
Rick Reilly authored
-
Ned Batchelder authored
-
Simon Chen authored
Make sure we return the right possible_grade value on grade APIs
-
Diana Huang authored
Update versions to remove datadog.
-
nadeemshahzad authored
-
rabiaiftikhar authored
-
syedimranhassan authored
-
- Jan 22, 2019
-
-
Diana Huang authored
-
Jeremy Bowman authored
-
Simon Chen authored
-
Brittney Exline authored
ENT-1467 Version bump for edx-enterprise to 1.2.8
-
Matt Hughes authored
make upgrade to version of edx-proctoring
-