- Dec 01, 2020
-
-
Simon Chen authored
* MST-542 remove the IDV redirect to Account MFE waffle flag to permanently redirect learners to new IDV workflow. This completes the rollout process on edx-platform
-
Muhammad Ammar authored
extract a learners active enterprise existing details
-
Awais Qureshi authored
Python Requirements Update
-
Nadeem Shahzad authored
fix mysqldump github action
-
nadeemshahzad authored
-
arbi-bom authored
-
Awais Qureshi authored
-
muhammad-ammar authored
ENT-3670
-
Awais Qureshi authored
-
edX requirements bot authored
-
- Nov 30, 2020
-
-
Samuel Walladge authored
This is required to stop get_course_about_section html content from using the edxnotes version of get_html, which injects the edxnotes html into it. We don't want this injected into the html here, because these are snippets meant to be displayed in original form on the course about page.
-
Zainab Amir authored
-
- Nov 26, 2020
-
-
edX requirements bot authored
-
- Nov 25, 2020
-
-
David Ormsbee authored
SysAdmin: Added deprecation warning for Sysadmin Dashboard
-
Usama Sadiq authored
Python Requirements Update
-
Syed Muhammad Dawoud Sheraz Ali authored
add course_import_failure newRelic custom attribute for better alerting conditions in import flow
-
edX requirements bot authored
-
- Nov 24, 2020
-
-
Kyle McCormick authored
Will allow us to monitor usage of old-style import paths via NewRelic.
-
Awais Qureshi authored
Revert "Added more logs in celery fork."
-
Awais Qureshi authored
-
DawoudSheraz authored
-
Christie Rice authored
-
Kyle McCormick authored
* Fix import_shims pylint violations; lint import_shims * Do not shim imports when running pylint * Regenerate import_shims
-
David Ormsbee authored
Format blackout dates to match rest of Discussions API.
-
Awais Qureshi authored
Python Requirements Update
-
Awais Qureshi authored
Added more logs in celery fork.
-
edX requirements bot authored
-
- Nov 23, 2020
-
-
Kyle McCormick authored
Given a course key and a split-mongo version GUID, it resets the course run's draft branch to a specified version and publishes. The purpose of this is to allow us to restore overwritten course content without having to write to Mongo via a dbshell. Adds `reset_course_to_version` method to modulestore API. TNL-7705
-
Alex Dusenbery authored
ENT-3503 | Add unit tests to cover 100% of openedx.features.enterprise_support.utils, all in a single test file.
-
arbi-bom authored
-
Awais Qureshi authored
-
Tim McCormack authored
ARCHBOM-1544
-
Robert Raposa authored
ARCHBOM-1260: add code_owner for block_structure_task
-
Robert Raposa authored
While adding code_owner for celery tasks in earlier PRs, we missed `@block_structure_task()`. ARCHBOM-1260
-
Alex Dusenbery authored
-
Robert Raposa authored
ARCHBOM-1260: code_owner for enterprise celery tasks
-
David Ormsbee authored
Technically, both "2020-10-20T23:59:00Z" and "2020-10-20T23:59:00+00:00" are ISO-8601 compliant, though the latter is preferred. The Discussions API uses the "Z" notation for almost all its dates, except for the course blackout dates (those times when students aren't allowed to post anything because it would threaten exam integrity). That's because the blackout dates are manually formatted using datetime.isoformat(). As best as I can tell, we've always passed back the "+00:00" for the blackout dates. But at some point, this broke the expectations of the mobile apps, which expect the "+Z" format, like the rest of the API. This commit changes the blackout dates to be returned in +Z format when the blackout datetimes are specified by the user in UTC (which is almost always the case–I suspect the mobile clients would break if the dates were specified in other timezones anyhow).
-
jawad khan authored
* converted logistration password reset views from function to DRF APIVIEW VAN-31
-
edX requirements bot authored
-
- Nov 22, 2020