- Mar 09, 2021
-
-
Awais Qureshi authored
Run Pyupgrade on edxmako.
-
M. Zulqarnain authored
-
Awais Qureshi authored
BOM-2375-student-part1
-
Jawayria authored
BOM-2352: Removed unused imports from lms/djangoapps/{instructor_anal…
-
M. Zulqarnain authored
-
Ali Akbar authored
fix override error message
-
Usama Sadiq authored
-
edX cache uploader bot authored
-
Usama Sadiq authored
-
Usama Sadiq authored
ran pyupgrade on course_Wiki, coursewarehistoryextended
-
edX requirements bot authored
-
- Mar 08, 2021
-
-
Matthew Piatetsky authored
[AA-461] Change course metadata export to be a celery task
-
Kyle McCormick authored
Centralize the logic for choosing between MFE and Legacy-frontend courseware within three new functions: * courseware_mfe_is_active * courseware_mfe_is_visible * courseware_legacy_is_visible This allows us to create another new function: * get_courseware_url which can be called anywhere in LMS/Studio to get the canonical URL to courseware content (whether it be MFE or Legacy). In future commits we we begin using get_courseware_url throughout the platform. TNL-7796
-
Felipe Montoya authored
feat: Changed username max_length to the specified by django
-
Matthew Piatetsky authored
The terraform policy for the export is already attached to the worker role AA-461
-
Alex Dusenbery authored
feat: Upgrade edx-enterprise to 3.17.48 | Adds a mgmt command to update all SystemWideEnterpriseUserRoleAssignment records in a way that makes them more explicitly defined. ENT-4099.
-
Kyle McCormick authored
The setting overrides should've been cleaned up in a previous commit, but I missed them. This change is a no-op.
-
Bianca Severino authored
Upgrade edx-proctoring to 3.7.8
-
Bianca Severino authored
-
Awais Qureshi authored
pyupgrade in student app.
-
Kyle McCormick authored
The docs configuration files previously had to account for the fact that lms/djangoapps, cms/djangoapps, and common/djangoapps were hacked into sys.path. As of ~Lilac, this is no longer the case. Unrelated cleanup: devstack_docker and devstack are now aliases, so we can simplify a conditional import in docs_settings.py
-
Kyle McCormick authored
The timeline of the import_shims removal has evolved over time; notably, we are keeping the import_shims in Lilac in order to make any lingering old-style import paths obvious to operators. Update the ADR to reflect this. Also, add a table mapping old import paths to new ones.
-
Kyle McCormick authored
Previously, deprecated [lms|cms|common]/djangoapps import paths would only raise errors if the ERROR_ON_DEPRECATED_EDX_PLATFORM_IMPORTS flag, which defaulted to False (but is overriden to True for Devstack and *.edx.org), was enabled. This change removes that setting and always raises on use those deprecated import paths.
-
Raul Gallegos authored
Changes the LMS/Studio bundle cache key, thus invalidating all 47hr-TTL entries in favor of new 50min-TTL entries. TNL-7771
-
Awais Qureshi authored
pyupgrade in student app.
-
edX cache uploader bot authored
-
Sarina Canelake authored
Add option to disable the help link in the navbar
-
Jeremy Bowman authored
When we tried upgrading Jenkins workers from Ubuntu 16.04 to 20.04, `diff-cover` started silently failing with a return code of `1`. We suspect this is due to https://github.com/Bachmann1234/diff_cover/issues/153 , so we're adding the workaround described in that ticket.
-
Adeel Ehsan authored
datetimestamp added for account activation event
-
alangsto authored
-
Jason Myatt authored
Fix URL in forum notification post.
-
Kyle McCormick authored
S3 URLs served by Blockstore have a max TTL of 1hr, since the temporary credentials the Blockstore uses to sign the URLs themselves have a TTL of 1hr. Thus, we must cache Blockstore bundles for less than 1hr. TNL-7771
-
Awais Qureshi authored
Run Pyupgrade on pipeline mako.
-
Awais Qureshi authored
Run Pyupgrade on terrain
-
Awais Qureshi authored
pyupgrade in student app.
-
Zainab Amir authored
-
Matthew Piatetsky authored
[AA-461] Add temporary debugging logs to determine why the highlights export is not working
-
edX requirements bot authored
-
Matjaz Gregoric authored
urljoin('my.domain.com', '/my/path') returns '/my/path'. We have to make sure to use the full base url (starting with http(s)://) and not just the site's domain.
-
adeelehsan authored
VAN-390
-