- Nov 05, 2020
-
-
Régis Behmo authored
We expect edx-completion to break unit tests in v3.3.0, so here we make sure that it does not get upgraded automatically.
-
Robert Raposa authored
Squashes CourseWaffleFlag waffle_utils.WaffleFlag deprecation warning
-
Syed Muhammad Dawoud Sheraz Ali authored
update devstack video upload authentication mechanism
-
- Nov 04, 2020
-
-
Nizar Mahmoud authored
-
edX Transifex Bot authored
-
Diane Kaplan authored
-
Robert Raposa authored
[BD-21] Expose SettingToggle and SettingDictToggle objects in the API
-
Régis Behmo authored
Note that settings for which a corresponding SettingToggle or SettingDictToggle exists are no longer exposed in the "django_settings" list of the API.
-
Muhammad Ammar authored
refactor dsc logs to avoid splunk noise
-
Kyle McCormick authored
* Use full LMS imports paths in LMS settings and urls modules * Use full LMS import paths in Studio settings and urls modules * Import from lms.djangoapps.badges instead of badges * Import from lms.djangoapps.branding instead of branding * Import from lms.djangoapps.bulk_email instead of bulk_email * Import from lms.djangoapps.bulk_enroll instead of bulk_enroll * Import from lms.djangoapps.ccx instead of ccx * Import from lms.djangoapps.course_api instead of course_api * Import from lms.djangoapps.course_blocks instead of course_blocks * Import from lms.djangoapps.course_wiki instead of course_wiki * Import from lms.djangoapps.courseware instead of courseware * Import from lms.djangoapps.dashboard instead of dashboard * Import from lms.djangoapps.discussion import discussion * Import from lms.djangoapps.email_marketing instead of email_marketing * Import from lms.djangoapps.experiments instead of experiments * Import from lms.djangoapps.gat...
-
Saleem Latif authored
ENT-3522: upgrade edx-enterprise version to 3.10.3
-
muhammad-ammar authored
* refactor DSC logs ENT-3494
-
Saleem Latif authored
-
DawoudSheraz authored
-
Saleem Latif authored
ENT-3522: Updated edx-enterprise version to 3.10.2 that contains a bug fix for enterprise customer admin page.
-
Saleem Latif authored
Updated edx-enterprise version to 3.10.2 that contains a bug fix for enterprise customer admin page.
-
edX requirements bot authored
-
- Nov 03, 2020
-
-
Sarina Canelake authored
Change gendered language to gender-neutral 'they/them/their'
-
Thomas Tracy authored
-
brianhw authored
-
Robert Raposa authored
[BD-21] Switch to edx-toggles classes and deprecate waffle override methods
-
Régis Behmo authored
This is for backward compatibility.
-
Régis Behmo authored
These functions should from now on be imported from edx_toggles.toggles.testutils.
-
Régis Behmo authored
Those classes were ported to edx_toggles. The imports remain in waffle_utils.__init__ for backward compatibility.
-
Régis Behmo authored
This allows us to get rid of the custom WaffleSwitch and WaffleSwitchNamespace classes from waffle_utils in favour of edx_toggles.toggles classes.
-
Régis Behmo authored
This allows us to get rid of waffle_utils' custom WaffleFlag method.
-
Régis Behmo authored
This is part of a removal of the many override methods of toggle flag/namespace classes. This allows us to remove imports of test modules from production code.
-
Robert Raposa authored
[BD-21] Fix API docs generation and update swagger.yml
-
Jansen Kantor authored
-
Jansen Kantor authored
-
Aarif authored
-
adeel khan authored
Adds Logistration MFE url for forgot password email.
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
Mike OConnell authored
The UserIdFilter and RemoteIpFilter logging filter classes were moved from edx-platform to edx-django-utils for more distributed use. This updated removes those classes from edx-platform, and references their counterparts in edx-django-utils. ENT-3494
-
- Nov 02, 2020
-
-
sarina authored
-
Robert Raposa authored
ARCHBOM-1584: remove internal references to edx_django_utils from tests
-
Robert Raposa authored
Tests were referring to internal implementation details of edx-django-utils. This comment removes those references to free the library up to be refactored. ARCHBOM-1584
-
Ned Batchelder authored
Use https for open.edx.org links
-
Muhammad Ammar authored
convert enterprise customer uuid to str before comparison
-