- May 04, 2020
-
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Ali Akbar authored
fixes for xss lint issues
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Ahtisham Shahid authored
Fixed xss linter issue
-
Ahtisham Shahid authored
Fixes xss linter issue
-
- May 03, 2020
-
-
edX Transifex Bot authored
-
- May 01, 2020
-
-
Simon Chen authored
-
Nick authored
add logs for debugging
-
Nicholas D'Alfonso authored
-
Tim McCormack authored
This reverts commit 70600d79.
-
Matt Tuchfarber authored
Change edx.org theme to use program slug
-
Matt Tuchfarber authored
-
Aarif authored
remove useless-supression warnings - BOM-1353
-
Aarif authored
-
Aura Milena Alba authored
-
Ned Batchelder authored
CRI-196 Quiet deprecation warnings from imp and courseware modules
-
Dave St.Germain authored
Fixes hidden tabs showing up in courseware MFE.
-
edX requirements bot authored
-
- Apr 30, 2020
-
-
Régis Behmo authored
As it is explained in courseware/__init__.py: Importing 'lms.djangoapps.courseware' as 'courseware' is no longer supported This warning, while relevant, decreased the signal/noise ratio when investigating the lms logs. The "bulk_email" app was the only remaining app importing the courseware module incorrectly. All edx-platform modules and dependencies now follow the new convention. This is in part for CRI-196.
-
Régis Behmo authored
The "imp" module is deprecated and should be replaced by "importlib". As a consequence, loading the django settings used to raise deprecation warnings: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses It should be noted that python 3.5.1 ships with an older release of distutils which still relies on the imp module. Thus, users of python 3.5.1 (for instance: edx.org developers) will continue to see the deprecation warning for some time, despite this patch. We suggest upgrading to python 3.5.9. This addresses part of CRI-196.
-
Robert Raposa authored
In the case that that are order dependent failures on Jenkins, this script can be used to automatically find the minimal set of tests required to continue to test the failure locally.
-
Michael Terry authored
Reduce upselling on Dates tab
-
Michael Terry authored
The dates tab has a lot of redundant calls to action around upgrading to verified track. This replaces them with a single banner at the top of the page. AA-102
-
Calen Pennington authored
Only show the resets date banner if you have missed the due date on a…
-
Dave St.Germain authored
Refactors courseware metadata code. Enables masquerading in the courseware metadata API.
-
Calen Pennington authored
[AA-138]
-
David Ormsbee authored
Cache Blockstore XBlock field data per thread, not per-process
-
David Ormsbee authored
REST API for managing Content Library bundle links
-
Zachary Hancock authored
-
Robert Raposa authored
* fix get_worker_test_list.py The test name is not always at the same index in the line, so pull it from the regex instead.
-
julianajlk authored
PROD-1480
-
edX requirements bot authored
-
Waheed Ahmed authored
Also changed `password_reset` endpoint rate limit configuration to 1/minute from 30/5 minutes. PROD-1427
-
- Apr 29, 2020
-
-
Robert Raposa authored
It doesn't look like this setting was required, and because it didn't use override_settings, it broke other tests.
-
stvn authored
* Commits: Stop skipping chromeless iframe resize onload event
-
stvn authored
in the case where the MutationObserver has already tried resizing the iframe prior to it fully loading.
-
Zachary Hancock authored
-
Feanil Patel authored
Python Requirements Update
-
Dave St.Germain authored
TNL-7148 -- support external links in courseware API