- Nov 04, 2020
-
-
Saleem Latif authored
ENT-3522: upgrade edx-enterprise version to 3.10.3
-
Saleem Latif 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
-
muhammad-ammar authored
ENT-3494
-
Thomas Tracy authored
-
Ned Batchelder authored
-
Muhammad Ammar authored
more logs for data sharing consent
-
muhammad-ammar authored
ENT-3494
-
Jansen Kantor authored
-
Dillon Dumesnil authored
AA-393: Update Next Section Logic
-
Zaman Afzal authored
-
Régis Behmo authored
API docs generation was being blocked by missing values in the doc settings. We wanted to update the swagger.yml to get the toggle state ("/toggles/v0/state/") endpoint in the docs.
-
edX requirements bot authored
-
- Oct 30, 2020
-
-
Ned Batchelder authored
Squash lms_initialization deprecated import warning
-
Dillon Dumesnil authored
Inside content_highlights.py, we had code to calculate due dates for when there isn't graded content, but we could only reach that code path if the user had an assignment with a due date at the target date. Now we will check for all learners who could be in range of having an update and let the code in content_highlights.py decide if a highlight should be sent
-