- Nov 04, 2020
-
-
muhammad-ammar authored
* refactor DSC logs ENT-3494
-
- Nov 03, 2020
-
-
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
-
-
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
-
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
-
Binod Pant authored
-
Jansen Kantor authored
-
Kyle McCormick authored
Command: import_shims/generate_shims.sh cms/djangoapps import_shims/studio
-
Kyle McCormick authored
Command: import_shims/generate_shims.sh lms/djangoapps import_shims/lms
-
Kyle McCormick authored
-
Kyle McCormick authored
-
Kyle McCormick authored
The old folder name is somewhat confusing, because the folder contains shims to _compensate for the removal of sys.path hacks_, but does not contain the sys.path hacks themselves. Furthermore, this import_shims/ system could also be used for other import path changes, such as turning the locally-installed packages in common/lib/ into regular, importable modules (e.g. `from common.lib.xmodule import abc` instead of `from xmodule import abc`). So, a name that is not specific to the sys.path hacks may be better in the medium-to-long term. Along the same lines, we also rename SysPathHackWarning to DeprecatedEdxPlatformImportWarning.
-
Tim McCormack authored
There wasn't any reason for this to be in edx-platform in particular. See https://github.com/edx/jenkins-job-dsl-internal/pull/444 -- we can run `make requirements; pip install -e .` in a code-annotations virtualenv and point it at each IDA in turn to generate reports for all of them. ARCHBOM-1583
-
Robert Raposa authored
[BD-21] Use edx-toggle's SettingDictToggle to document setting-based feature toggles
-
Robert Raposa authored
[BD-21] Move waffle_utils from edx-platform to edx-toggles
-
edX requirements bot authored
-
- Oct 29, 2020
-
-
Régis Behmo authored
When module_name is None, the call to edx-django-utils' get_code_owner_from_module crashes. So we avoid making that call when the module_name is None, which sometimes happens (for good reasons or not, but it's valid behaviour).
-
Régis Behmo authored
edx-toggles==2.0.0 is likely to suppress namespace objects for the management of toggle objefcts. We explicitely prevent this by adding a requirement constraint.
-
Régis Behmo authored
-
Régis Behmo authored
-
Régis Behmo authored
Note that those features are destined to be deprecated, eventually.
-
Régis Behmo authored
-
Régis Behmo authored
The same API is preserved, internally, to avoid many changes across the edx-platform codebase (for now).
-
Régis Behmo authored
This simplifies the internals of the waffle flag classes in order to better move them to edx-toggles later.
-
Régis Behmo authored
This makes this class reusable by other IDAs.
-