- Jan 24, 2020
-
-
edX cache uploader bot authored
-
Diana Huang authored
Unpin edx-rest-api-client and make upgrade.
-
Diana Huang authored
-
Muhammad Ammar authored
upgrade edx-enterprise to 2.1.4
-
Matthew Piatetsky authored
[REV-1071] add more incomes
-
Adam Butterworth authored
[TNL-7051] Clicking a video XBlock's fullscreen button now takes the video fullscreen instead of full window. Gracefully fallback to full window if fullscreen apis are absent
-
muhammad-ammar authored
-
edX requirements bot authored
-
adeelehsan authored
Warning added in admin
-
adeelehsan authored
PROD-1153
-
Syed Muhammad Dawoud Sheraz Ali authored
modify URL generation in tinymce editor
-
Usama Sadiq authored
BOM-1143 Django-auth-toolkit update
-
DawoudSheraz authored
-
usamasadiq authored
Django-auth-toolkit update Pinned the latest commit from github to get Django2.2 support in testing. Pinned the zipp<2.0.0 to get Python<3.5 support too.
-
- Jan 23, 2020
-
-
Kyle McCormick authored
This reverts commit 3ca00621.
-
Matthew Piatetsky authored
-
Jeff Witt authored
-
Manjinder Singh authored
* Constraining edx-rest-api-client * Decreased pin on edx-rest-api-client from <3.0.0 to <2.0.0
-
Kyle McCormick authored
The functions `CourseOverview.get_from_id_if_exists` and `CourseOverview.get_from_ids if exists` are bug- prone, in that they do not go to the modulestore when a CourseOverview is out-of-date or uncached. The docstrings spell this out, but callers seem not to understand the implications. So, in this commit, we: * Remove both functions * Add `CourseOverview.get_from_ids` for almost-as-fast yet safer bulk-fetching of overviews * Update call sites to use `course_exists` or `get_from_ids` in place of the old functions. * Add tests for @verify_course_exists. This PR should specifically fix an issue where the program_enrollments API was breaking when the CourseOverview version was bumped. CR-1708
-
Jeremy Bowman authored
Unpin several more outdated dependencies whose changelogs don't contain any significant backwards incompatible changes. Also add "moto" to the list of packages to uninstall from existing environments, since it requires a jsondiff version that clashes with the one we now use (triggering a harmless but distracting warning on dependency updates). We can potentially stop using path.py/path altogether by switching to pathlib in the Python 3 standard library, but that merits a separate PR of its own. Also, note that I'm not actually unpinning freezegun; different PRs restricted it in both constraints.txt and test.in, I'm just removing the latter redundant constraint.
-
AsadAzam authored
Fixed bytes in filename
-
M Zulqarnain authored
BOM-1156 : Bridgekeeper Fork Update
-
- Jan 22, 2020
-
-
Abdul Hannan authored
Remove null, blank from start field in Schedules. Step 4/5
-
hunytalk authored
-
Ahtisham Shahid authored
Updated border color on login page fields Ally
-
adeelehsan authored
fetch lms root url using configuration helper
-
Zulqarnain authored
-
M Zulqarnain authored
BOM-1132 : Change deprecated storage methods signatures
-
Aarif authored
Added the app_name to URL inclusions to remove warnings - BOM-1148
- Jan 21, 2020
-
-
Ned Batchelder authored
Use API doc tooling from its own library
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Ned Batchelder authored
-
iamsobanjaved authored
-
Zia Fazal authored
ENT-2543: Added ability to add enrollment with GlobalStaff permissions
-
zia.fazal@arbisoft.com authored
added unit test Reviewer feedback changes Fixed broken test
-
Zulqarnain authored
-
asadazam93 authored
-
Ahtisham Shahid authored
created separate const for search_index_update queue
-