- Dec 16, 2020
-
-
Sharon Wang authored
-
Sharon Wang authored
-
- Dec 15, 2020
-
-
Sharon Wang authored
-
Sharon Wang authored
-
Sharon Wang authored
-
- Dec 11, 2020
-
-
Bianca Severino authored
[MST-567] Encode course_id passed into IDV flow
-
Robert Raposa authored
update FEATURES toggle annotation names
-
Awais Jibran authored
Update brand-edx.org to v1.3.3
-
Robert Raposa authored
Update toggle_name annotations from "XXX" to "FEATURES['XXX']" to match the name used by the toggle state endpoint so they don't seem like two different toggles.
-
Kyle McCormick authored
Also, add test to confirm fix of typo. TNL-7774
-
Lael Birch authored
Update edx-enterprise
-
Awais Jibran authored
-
Awais Qureshi authored
Usamasadiq/pin cryptography version
-
Bianca Severino authored
-
Jillian Vogel authored
-
Pooja Kulkarni authored
Replaces the deprecated CachedFilesMixin with ManifestFilesMixin. Also sorts xmodules and xblocks js bundles to make theme assets compilation hashes consistent across different machines.
-
Raul Gallegos authored
-
Kyle McCormick authored
Although application code is on Python 3.8, we are still using Python 3.5 to execute jailed code for now. Run make upgrade.
-
arbi-bom authored
-
arbi-bom authored
-
Tim McCormack authored
This will simplify updating of the linter thresholds file after XSS linter violations are addressed.
-
Usama Sadiq authored
Python Requirements Update
-
Ali Akbar authored
Match the defined thresholds with the current violations on master
-
edX requirements bot authored
-
- Dec 10, 2020
-
-
Adeel Ehsan authored
applied rebranding to saml page
-
Lael Birch authored
Rebrand of edx-enterprise pages
-
Ali-D-Akbar authored
-
adeelehsan authored
-
Feanil Patel authored
Feanil/undo celery debug reverts
-
Feanil Patel authored
-
Feanil Patel authored
This should no longer be necessary now that we have found a root cause fix for the issue. This was removed because it was causing the case of celery tasks not getting registered to happen more often. Undoing https://github.com/edx/edx-platform/pull/25787 Actual Fixes: - https://github.com/edx/edx-platform/pull/25822 - https://github.com/edx/edx-platform/pull/25825
-
Feanil Patel authored
This change was reverted along with the downgrade of super-csv because it was believed that this change was causing issues with celery task registration. It was reverted in https://github.com/edx/edx-platform/pull/25762 The fix turned out to be something different and this and the super-csv library should both be same to upgrade. The library upgrade will come in a follow-on make upgrade with some other constraints that also need to be lifted. Actual fix: https://github.com/edx/edx-platform/pull/25822
-
Tim McCormack authored
This should prevent the issues we've seen recently where cms modules are imported by the running lms process, resulting in two celery instances being created and tasks intermittently being registered to the wrong instance (and therefore effectively lost.) In commit ab6bf348/PR #25822 we tried to ensure that only one or the other of the instances was created by adding a startup check. Unfortunately, there's an external shared library that refers directly to the lms celery, causing a startup failure in cms, so we had to revert it. Rather than waiting to fix that library, this commit collapses the two instances together so that there is only ever one.
-
Alexander J Sheehan authored
Adding signals and receivers for assessment level reporting
-
taliaedX authored
update edx-enterprise to include integrated channel api
-
Feanil Patel authored
Enable keeping some request history in the debug toolbar.
-
Awais Jibran authored
Update base fontsize on progress page
-
Feanil Patel authored
Revert "Only instantiate one celery app per process."
-
Tim McCormack authored
-
Saad Yousaf authored
[TNL-7741] Add new header avatar asset.
-