- Mar 17, 2021
-
-
edX requirements bot authored
-
- 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.
-
Zachary Hancock authored
-
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
-
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 requirements bot 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
-
Awais Qureshi authored
tests are failings and complaining related objects doest not exists in User table. Create object in test setup to fix it. In another fix article id was giving integrity error. Fixing task test.
-
Michael Terry authored
fix: don't duplicate text in forum notification email
-
Michael Terry authored
-
Awais Qureshi authored
tests are failings and complaining related objects doest not exists in User table. Create object in test setup to fix it. In another fix article id was giving integrity error. Fixing task test.
-
Ben Holt authored
Exposed the Date header so clients can accurately compute times relative to the dates returned by the API; browser time is notoriously unreliable for this, especially for a Learner-facing countdown call-to-action based on the access expiration date. (REV-2126) Using the Date header for this allows the client to make use of information that is already sent, does not require additional calls nor modifying the API, and could be generalized to more or all our APIs without modifying them.
-
Justin Hynes authored
MICROBA-1011 | Reduce use of certs models directly in instructor dashboard app
-