- Feb 27, 2020
-
-
Diana Huang authored
Removing dop code from oauth_dispatch
-
-
Feanil Patel authored
BOM-1292: remove uses of ApplicationOrganization
-
Troy Sankey authored
Rename values in SiteConfiguration (2/3) attempt #2
-
Awais Jibran authored
Workaround Error in find_question_label.
-
AsadAzam authored
Fixed duplicate asset on creating rerun
-
asadazam93 authored
-
Waheed Ahmed authored
Certificates API is retuning 500 error for old XML courses in which learners have a valid certificate. PROD-1247
-
Awais Jibran authored
-
Jeremy Bowman authored
Remove duplicate constraints in requirements/constraints.txt uncovered by the recent change in pip-compile output format. I sorted the pinned dependencies by name to try and make it more obvious if this happens again. I also upgraded to pip-tools 4.5.1, which removes the line numbers from the enhanced pip-compile output added in 4.5.0, which should reduce future diff churn and merge conflicts but means that there's a large diff this one last time. Also unpin edx-search again after the previous change to do that was apparently broken by a merge conflict.
-
- Feb 26, 2020
-
-
Feanil Patel authored
Move to using the filters list provided in the ApplicationAccess model to genarically store scopes instead of the org specific ApplicationOrg model mapping.
-
Matt Tuchfarber authored
Add phone number to account API
-
Matt Tuchfarber authored
This is so it's user editable in the Account MFE.
-
Troy Sankey authored
This commit fixes an issue originally in 3541643d where an instance method on a model was missing in a migration. The problem was that Django is smarter than we thought, and is somehow able to construct an older version of the model before the commit, where there was no such method. The solution is just to pull the method out of the model. DENG-18
-
edX cache uploader bot authored
-
Albert (AJ) St. Aubin authored
MICROBA-150 Creating EnternalIds for users enrolling in MB Programs
-
Awais Jibran authored
Fix Pavelib prereqs.
-
Albert (AJ) St. Aubin authored
-
Troy Sankey authored
This reverts commit b85aa4b3.
-
Awais Jibran authored
Do not read file as bytes, as it would fail the comparison of byte with str. PROD-1322
-
Troy Sankey authored
Merge pull request #23206 from edx/revert-22851-juliasq/rename_site_configuration_siteconfiguration_values_2 Revert "Rename values in SiteConfiguration (2/3)"
-
edX cache uploader bot authored
-
Feanil Patel authored
-
Feanil Patel authored
-
Troy Sankey authored
-
Troy Sankey authored
Rename values in SiteConfiguration (2/3)
-
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
-
Robert Raposa authored
To understand ApplicationOrganization is being removed, see: - https://github.com/edx/edx-platform/blob/372d2e927c9eec2a5342ab120f84cc290578aa90/openedx/core/djangoapps/oauth_dispatch/docs/decisions/0011-scope-filter-support.rst#L19 See ApplicationOrganization docstring for instructions to community for migrating data post-Juniper. BOM-1292
-
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.
-
Julia Eskew authored
This stage does the following: - Includes a data migration to copy the values from old to new field. - Changes business logic to switch to using new field. - Deletes all code references of the old field.
-