- Mar 08, 2021
-
-
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
-
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
-
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
-
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
-
- Mar 06, 2021
-
-
Michael Roytman authored
feat: This upgrades the version of edx-proctoring library to 3.7.6. This includes a fix to a bug that prevented course staff members from marking proctored exam attempts as ready_to_resume. The bug was that the course ID was being incorrectly determined by the StudentProctoredExamAttempt PUT handler. (#26880)
-
- Mar 05, 2021
-
-
Nathan Sprenkle authored
-
Matthew Piatetsky authored
-
Kyle McCormick authored
django-not-configured is an error raised by pylint (with the pylint-django plugin) when it's not correctly configured. We should not be applying lint amnesty for such a violation.
-
Justin Hynes authored
MICROBA-1038 | Don't check enrollment status when removing allowlist entries
-
Awais Qureshi authored
Run Pyupgrade on course-action-state.
-
Matthew Piatetsky authored
[AA-461] Export highlights to s3 for use by braze
-
M. Zulqarnain authored
-
M. Zulqarnain authored
* pyupgrade on contentstore/views * Apply suggestions from code review Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com> Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com>
-
edX requirements bot authored
-
edX cache uploader bot authored
-
Sid Verma authored
-
- Mar 04, 2021
-
-
Braden MacDonald authored
[TSD] Added annotations for ENABLE_ANNOUNCEMENTS feature flag
-
Matt Tuchfarber authored
Move cert date signals to avoid race conditions
-
edx-abolger authored
Bumping edx-enterprise requirements to 3.17.47
-
Simon Chen authored
-
Matthew Piatetsky authored
Things other than highlights may be exported in the future. The storage class is flexible so backends other than s3 may be used in the future. AA-461
-
Matt Tuchfarber authored
COURSE_CERT_DATE_CHANGE was being called before saving the new data in the course overview. The listeners were expecting to pull the data out of the course overview, and thus were only right about half the time. This moves the signal to trigger after the course publish signals are handled.
-