- Nov 14, 2017
-
-
christopher lee authored
-
Douglas Hall authored
Added logging to help debug Enterprise API throttling issue.
-
Alex Dusenbery authored
-
John Eskew authored
Move more mgmt commands from optparse to argparse.
-
Brian Mesick authored
Changes necessary for Django 1.11 tests to start
-
Matt Drayer authored
Revise SuccessFactors OData exception logging
-
John Eskew authored
-
sanfordstudent authored
EDUCATOR-1624 logging
-
Matt Drayer authored
-
Brian Mesick authored
Remove use of non-relational fields in select_related queries
-
bmedx authored
These changes should not change the actual queries at all, and those will throw errors in Django 1.11.
-
Sanford Student authored
-
Mushtaq Ali authored
Video pipeline jwt modifications
-
Douglas Hall authored
-
Uman Shahzad authored
[ENT-752] Bump edx-enterprise to 0.53.13.
-
Clinton Blackburn authored
-
Ayub khan authored
updated push files
-
Mushtaq Ali authored
-
Uman Shahzad authored
-
Noraiz Anwar authored
optimize libraries iter for studio dashboard
-
ayub-khan authored
-
Rabia Iftikhar authored
update edx-proctoring version
-
noraiz-anwar authored
-
rabiaiftikhar authored
-
- Nov 13, 2017
-
-
Troy Sankey authored
teams and student management commands cleanup for django 1.11
-
bmedx authored
-
bmedx authored
- Certificates management commands updates - Moving reverse calls in tests into setUp from class definition - Import shuffling - Consolidating cryptograhpy version to 1.9
-
Muzaffar yousaf authored
Clean makemigration test and bump the val version.
-
Troy Sankey authored
Seems like transfer_students.py was missed in the last attempt to cleanup commands in this app.
-
Michael Youngstrom authored
Remove coverage reports for a11y and bok-choy tests
-
Ned Batchelder authored
Remove unreachable return in contentstore course listing
-
David Ormsbee authored
Consolidate collected XBlock static assets.
-
Michael Youngstrom authored
-
David Ormsbee authored
Before this commit, XBlock static assets were extracted during the collectstatic process by iterating through all installed XBlock classes and creating a separate directory for each. However, some packages install many XBlocks that actually share the same static assets. The most notable example is problem_builder, though we also see this with schoolyourself and google_drive. This commit uses the parent module name to do package asset lookup, collapsing those cases down and eliminating duplicates. For a default install of edx-platform XBlocks, this reduces assets generated from 31M to 14M.
-
Alex Dusenbery authored
EDUCATOR-1571 | Send discussion notification on first response; add a CourseWaffleFlag for discussion notifications.
-
David Ormsbee authored
Remove unused OS X shortcut to fonts.
-
Ayub khan authored
Minor Code Refactor
-
Tasawer Nawaz authored
Fix certificates visibility to students on the profile page before the available date
-
ayub-khan authored
LEARNER-2653 Jenkins translation job pybabel process was not able to interpret this line and causing syntax error.
-
Muhammad Ammar authored
pass course id as string to edxval api method
-