- Feb 23, 2021
-
-
Jawayria authored
BOM-2351: Removed unused imports from common/djangoapps/third_party_auth
-
M. Zulqarnain authored
-
Awais Qureshi authored
Run Pyupgrade on static replace folder.
-
Muhammad Ammar authored
upgrade edx-enterprise version to 3.17.40
-
Awais Qureshi authored
Run Pyupgrade on status folder.
-
M. Zulqarnain authored
* pyupgrade in lms dir * replace wildcard * pep8 fix * fix quality
-
M. Zulqarnain authored
-
Usama Sadiq authored
Merge pull request #26654 from edx/testeng/bokchoy_auto_cache_update_521f88f382acecc86fb7c9b5128d858a14313b07 Bokchoy Testing DB Cache update
-
Aarif authored
-
- Feb 22, 2021
-
-
Sarina Canelake authored
Remove the "role of users being enrolled" field from Instructor Dashboard
-
sarina authored
See DEPR-142
-
Kyle McCormick authored
The Staff Debug Actions didn't work in the Learning MFE because the underlying JS depended on the URL being formatted as /courses/<course_key>/... in order to parse out the course key. This worked in the legacy experience, but breaks in the chromeless xblock view, which is rendered under the URL /xblock/<usage_key>/... The fix is to explicitly pass the course key into the templated courseware HTML as a data attribute. TNL-7955
-
Aarif authored
pip version 21 doesn't seem to work well with pip-tools <5.4
-
Michael Roytman authored
[MST-614] bump version of edx-proctoring to 3.6.0
-
Awais Qureshi authored
Run Pyupgrade on static replace folder.
-
Awais Qureshi authored
Run Pyupgrade on static replace folder.
-
Awais Qureshi authored
Run Pyupgrade on status folder.
-
edX cache uploader bot authored
-
Matthew Piatetsky authored
[AA-304] Create backend for three day streak celebration
-
Matt Tuchfarber authored
Update mgmt cmds to use user_ids instead of PII
-
Matthew Piatetsky authored
This feature uses the first_day_of_streak, last_day_of_streak and last_streak_celebration fields to determine whether the user should see a celebration. AA-304
-
Matt Tuchfarber authored
-
Michael Roytman authored
This release adds a new permission check when rendering the practice proctored exam view. If a learner is not in a paid enrollment track, the learner will no longer be able to use proctoring software in a practice proctored exam. As with other proctored exams, learners not in a paid enrollment track will see the exam content. This uses the 'can_take_proctored_exam' permission.
-
Aarif authored
-
Aarif authored
-
Aarif authored
-
Aarif authored
-
Aarif authored
-
muhammad-ammar authored
-
Usama Sadiq authored
Python Requirements Update
-
usamasadiq authored
use generator in any/all() disable not-callable warnings disable no-member warnings Suppressed smaller pylint warnings Pin edx-proctoring==3.5.0
-
edX requirements bot authored
-
Usama Sadiq authored
Ran pyupgrade on lms/djangoapps
-
Usama Sadiq authored
Ran pyupgrade on lms/djangoapps
-
Aarif authored
-
Aarif authored
-
Usama Sadiq authored
Ran pyupgrade on lms/djangoapps
-
Usama Sadiq authored
Ran pyupgrade on lms/djangoapps
-
M. Zulqarnain authored
-
edX requirements bot authored
* Python code cleanup by the cleanup-python-code Jenkins job. This pull request was generated by the cleanup-python-code Jenkins job, which ran ``` cd lms/djangoapps/dashboard; find . -type f -name '*.py' | while read fname; do sed -i 's/ # lint-amnesty, pylint: disable=super-with-arguments//; s/ # lint-amnesty, pylint: disable=import-error, wrong-import-order//; s/ # lint-amnesty, pylint: disable=wrong-import-order//' "$fname"; done; find . -type f -name '*.py' | while read fname; do pyupgrade --exit-zero-even-if-changed --py3-plus --py36-plus --py38-plus "$fname"; done; isort --recursive . ``` The following packages were installed: `pyupgrade,isort` * feedback done Co-authored-by:
Zulqarnain <muhammad.zulqarnain@arbisoft.com>
-