- Mar 03, 2021
-
-
Usman Khalid authored
-
Usman Khalid authored
https://github.com/edx/edx-platform/pull/26530 updated the tests to use pytest assertions instead of unittest assertionss. However, some tests depended on custom equality functions being set up in the test classes. These tests have been updated to explicitly do the needed comparisons.
-
Usman Khalid authored
-
- Mar 02, 2021
-
-
Usman Khalid authored
-
Usman Khalid authored
-
Usman Khalid authored
This auto-added pylint message is preventing tests in common/lib from running.
-
alangsto authored
Add hover for accordion update edx-proctoring version
-
Kyle McCormick authored
The Django setting FEATURES['ENABLE_COURSEWARE_MICROFRONTEND'] has been an additional gate to activating usage of the Learning MFE for an Open edX instance. The toggle is redundant with the `courseware.courseware_mfe` Waffle flag. By removing it, we simplify our config and simplify our path towards making the Learning MFE the default courseware experience. TNL-7796
-
Usman Khalid authored
-
Bianca Severino authored
[MST-666] Update edx-proctoring to 3.7.0
-
Feanil Patel authored
fix: Text comparison should be done with `==` not via is.
-
Feanil Patel authored
doc: Correctly annotate the setting name.
-
Dillon Dumesnil authored
AA-513: Ensure user id exists before trying to send event
-
Bianca Severino authored
-
Dillon Dumesnil authored
request.user.id could be None which ends up raising an error in the analytics package we use.
-
Awais Qureshi authored
Run Pyupgrade on entitlement.
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
Awais Qureshi authored
-
Awais Qureshi authored
Run Pyupgrade on student folder.
-
Zainab Amir authored
-
Jawayria authored
BOM-2351: Removed unused imports from common/lib/{capa, safe_lxml, sy…
-
edX requirements bot authored
-
- Mar 01, 2021
-
-
Feanil Patel authored
The `setting_name` annotation needed a space before it so that it's picked up properly by the toggle annotations tooling.
-
Feanil Patel authored
`is` will check if two objects are the same whereas `==` will check if their values are the same which is what we want here.
-
Matthew Piatetsky authored
Check course outline and course date toggles in addition to courseware toggle for streak
-
Dillon Dumesnil authored
AA-682: Update the pseudo session fallback session
-
Matthew Piatetsky authored
-
Dillon Dumesnil authored
There was a bug where the earliest course returned for a pseudo session (when there were no available sessions) might not exist in modulestore and would cause a 500 error. The data problem is another issue that will need to be fixed, but by switching to the most recent session in this scenario, we believe we will reduce the likelihood of this error occurring. We also believe the most recent session is a better return value than the first ever session.
-
Usama Sadiq authored
* refactor: ran pyupgrade on lms/djangoapps/bulk_enroll Co-authored-by:
M. Zulqarnain <muhammad.zulqarnain@arbisoft.com>
-
Jawayria authored
BOM-2351: Removed unused imports from common/djangoapps/{track, util}
-
Usama Sadiq authored
Ran pyupgrade on lms/djangoapps-I
-
Zainab Amir authored
-
edX requirements bot authored
-
- Feb 27, 2021
-
-
Ned Batchelder authored
The requirements/edx/private.txt file is for dev's own private package needs. There are two installation mechanisms in edx-platform, and neither handled the file properly: - `paver install_prereqs` had the wrong file name. The file was moved almost three years ago, and paver wasn't kept up. - `make requirements` used `private.*` which included private.in, which pip-sync balks at.
-
- Feb 26, 2021
-
-
Carla Duarte authored
AA-513: Updating to segment instead of backend event
-
Dillon Dumesnil authored
-
Braden MacDonald authored
[TSD] add annotations for DISPLAY_HISTOGRAMS_TO_STAFF feature flag
-