- Mar 17, 2021
-
-
Jawayria authored
BOM-2408: Removed unused imports from openedx/core/djangoapps/content
-
Awais Qureshi authored
pyupgrade in course-bookmarks, course-duration
-
Robert Raposa authored
Adds logging and monitoring capabilities for expected errors. See the ADR and how-to documentation for details of how to configure and use the EXPECTED_ERRORS setting and new monitoring and logging. ARCHBOM-1708 Co-authored-by:
Tim McCormack <tmccormack@edx.org>
-
jawad khan authored
* LEARNER-7611 Get all quality video urls in blocks api * moved video profiles from blocks api to video_module
-
Jawayria authored
BOM-2352: Removed unused imports from lms/djangoapps/{lti_provider, m…
-
- Mar 16, 2021
-
-
Matthew Piatetsky authored
[AA-461] Call celery task directly from management command instead of calling the signal
-
Matthew Piatetsky authored
AA-461
-
Matt Tuchfarber authored
Enable course cert sync for all courses
-
Matt Tuchfarber authored
Removes waffle flag restriction for syncing certificate available dates to the credentials service.
-
Stu Young authored
add traits to segment context for enrollment activated events
-
Christie Rice authored
-
Alex Dusenbery authored
fix: enterprise 3.18.6 | The update_role_assignments_with_customers command no longer updates records. It only creates new records, which helps de-risk the operation.
-
Binod Pant authored
-
David Ormsbee authored
I had the wrong attribute before this commit, and Django Admin let me get away with it because it doesn't explode when you try to grab relations that aren't there–it just quietly returns None in some of those cases.
-
Ahtisham Shahid authored
-
Christie Rice authored
-
Michael Terry authored
feat: mark forum response notifications transactional
-
Michael Terry authored
The user opts into them when making a post / through the forums UI. They are not truly a marketing email or similar.
-
Awais Qureshi authored
pyupgrade in leaner-profile, lti-course-tab, personalized-learner
-
Matt Tuchfarber authored
feat: Pass date in cert date update signal
-
Jawayria authored
-
Awais Qureshi authored
pyupgrade in course-search and discount.
-
Awais Qureshi authored
pyupgrade in announcements.
-
Usama Sadiq authored
-
Usama Sadiq authored
Ran pyupgrade on openedx/core/djangoapps/{coursegraph, courseware_api, crawlers}
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
Usama Sadiq authored
-
Awais Qureshi authored
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
edX cache uploader bot authored
-
Muhammad Soban Javed authored
* Added a pylint plugin to set django settings module according to the module on which pylint is ran * Fix quality Co-authored-by:
Awais Qureshi <awais.qureshi@arbisoft.com>
-
Awais Qureshi authored
BOM-2453
-
- Mar 15, 2021
-
-
Carla Duarte authored
AA-212: add masquerade test for progress tab
-
Kyle McCormick authored
The render_xblock view, which powers the Learning MFE (among other things) returned a 404 when un- enrolled course staff users tried to load it while masquerading as learners. This was because we checked course access after enabling the masquerading context, which triggered a redirect- to-enrollment exception. The fix is simply to enable the masquerading context after checking course access. Content-level behavior and access is still calculated within the masquerading context, as intended. TNL-7989
-
Carla Duarte authored
-