- Feb 26, 2020
-
-
Manjinder Singh authored
- This PR removes all imports from provider by either bringing them into edx-platform or finding dot replacement. Removing tests that tested dop parts of code. - Skipping some tests and removing dop The tests are difficult to fix due to its entanglement with dop use in third_party_auth. These tests should be restarted once dop has been removed from third_party_auth and its tests. - set ENABLE_DOP_ADAPTER = False for devstack
-
David Ormsbee authored
BB-986: Add variable that allows overriding marketing urls
-
David Ormsbee authored
Re-enable caching of context processor output
-
Adam Butterworth authored
Relates to TNL-7076
-
Tim McCormack authored
- Reimplement `djcelery.common.respect_language` utility function so we can drop the dependency. - Loosen `celery` pinning to a range, which brings in a fix for a possible crash bug Also, pin `path` to 13.1.0 for now in order to continue supporting py35.
-
- Feb 25, 2020
-
-
David Ormsbee authored
In Django template rendering, context processors only run once. But when we do template rendering through edxmako (which we do for each and every web fragment/XBlock), we can end up having hundreds of invocations of templates and run context processors for each separately. This removes that work. This was originally added in ad5cc3d5 and reverted when we saw errors in one of our environments that seemed to be related to context processor code. Those errors persisted after the revert, and so I'm adding this back in (with some modifications based on review comments).
-
Ned Batchelder authored
SE-1773 Logs failed heartbeat checks
-
Jeff LaJoie authored
AA-6: Fixes up the logic on when to display the dates tab
-
Dave St.Germain authored
Add link to course url in the account creation and enrollment email
-
David Ormsbee authored
REST API to export modulestore XBlocks as OLX
-
Jeff LaJoie authored
-
Diana Huang authored
Remove more references to the old edx_oauth2_provider library.
-
edX requirements bot authored
-
Diana Huang authored
-
Diana Huang authored
-
Diana Huang authored
Replace DOP library factories with the DOT equivalent.
-
Tyler Powers authored
-
Giovanni Cimolin da Silva authored
This commit adds a feature that allows overriding any marketing URL, either by configuration on lms.env.json or SiteConfiguration, regardless if a marketing website is set up. The links can be set by passing MKTG_URL_OVERRIDES to either `lms.env.json` or `SiteConfiguration`.
-
Jeff LaJoie authored
AA-6: Adds in Dates tab for Course Overview
-
David Ormsbee authored
Merge pull request #19906 from open-craft/opencraft/edx-platform/devan/editable-weekly-course-highlight-emails Allow a configurable number of weekly course highlight emails
-
Jeff LaJoie authored
-
pkulkark authored
-
David Joy authored
feat: waffle flag for redirecting to courseware MFE
-
Mike OConnell authored
Add existence check on secondary email
-
- Feb 24, 2020
-
-
-
Matt Hughes authored
JIRA:CR-1597
-
Calen Pennington authored
Show due dates self paced from edx when
-
Mike O'Connell authored
Moves the existence check for secondary (recovery) email to validate method. If the email already exists, silently remove it from the set of data to be updated. This parallels the existing behavior for updating the primary email. ENT-1913
-
Robert Raposa authored
BOM-1324: add constraint for edx-drf-extensions
-
Calen Pennington authored
-
Diana Huang authored
Add DOP adapter setting to production.py so it can be overridden.
-
Dave St.Germain authored
Learning MFE URL should not have a slash
-
Calen Pennington authored
Revert "Allow due-dates for self-paced courses in the course outline"
-
Calen Pennington authored
-
Diana Huang authored
-
Dave St.Germain authored
-
David Joy authored
This will ultmately be put back in as part of TNL-6982, but for now we don’t want this code to be associated with the waffle flag.
-
Robert Raposa authored
There is a planned edx-drf-extension update to 3.0.0 to remove the toggle used for ENFORCE_JWT_SCOPES. Currently, edx-platform is dependent on the this toggle. This constraint will keep other `make upgrade` PRs working in the short window before the edx-paltform PR to remove the same toggle can land. BOM-1324
-
Calen Pennington authored
-
edX cache uploader bot authored
-