- Jan 30, 2019
-
-
Michael Youngstrom authored
-
- Jan 28, 2019
-
-
Michael Youngstrom authored
Bump timeout for bokchoy
-
Michael Youngstrom authored
-
Jeff Witt authored
change title attribute to aria-label on Play button for better screen reader UX
-
Julia Eskew authored
Fix error when saving CourseEnrollment in admin
-
Michael Youngstrom authored
Fix broken link to oep2 in openedx.yml
-
Michael Youngstrom authored
-
Kyle McCormick authored
-
Daniel Clemente Laboreo authored
-
- Jan 26, 2019
-
-
Agha Awais authored
Courseware problems bokchoy tests
-
- Jan 25, 2019
-
-
noraiz-anwar authored
-
Calen Pennington authored
Revert "Allow courses api to return data incrementally"
-
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
-
Agha Awais authored
-
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…
-