- Mar 03, 2021
-
-
azanbinzahid authored
-
- Mar 02, 2021
-
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
M. Zulqarnain 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
-
-
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
-
Braden MacDonald authored
[TSD] Added annotations for EMBARGO feature flag
-
stvn authored
* Commits: docs: Update references to Django MIDDLEWARE_CLASSES
-
Dillon Dumesnil authored
AA-513: Add segment event for logout
-
Dillon Dumesnil authored
-
Carla Duarte authored
AA-684: expose can_load_courseware to Course Home MFE
-
Jawayria authored
BOM-2351: Removed unused imports from common/djangoapps/student
-
Jawayria authored
BOM-2351: Removed unused imports from common/test
-
Jawayria authored
BOM-2351: Removed unused imports from common/djangoapps/{course_modes…
-
Awais Qureshi authored
Revert http-pretty it seems few tests becomes flaky.
-
Awais Qureshi authored
-
Usama Sadiq authored
Ran pyupgrade on lms/djangoapps
-
jawad khan authored
* LEARNER-8158 Fixed completion param issue - There is a case where we are sending requested_fields in params as comma separated list e.g. requested_fields=children,show_gated_sections,graded,special_exam_info,completion. - We didn't test for this case in first place and test cases were sending requested_fields as list. - Now we can also handle this comma separated completion field which was getting ignored before.
-
edX requirements bot authored
-
Awais Qureshi authored
Upgrading mock package.
-
stvn authored
* Commits: fix: Upsize LTI Discussions iframe, 400px -> 800px
-
stvn authored
As code was already updated (~1 year ago) in #23070. A first attempt was made in #18342, which can now be closed. References: https://github.com/edx/edx-platform/pull/23070 References: https://github.com/edx/edx-platform/pull/18342
-
stvn authored
Otherwise, there's too much scrolling. Fixes: https://openedx.atlassian.net/browse/TNL-7996
-
stvn authored
* Commits: refactor: Convert discussions to pluggable app
-