- 14 Nov, 2017 23 commits
-
-
Added logging to help debug Enterprise API throttling issue.
Douglas Hall committed -
Alex Dusenbery committed
-
Move more mgmt commands from optparse to argparse.
John Eskew committed -
Changes necessary for Django 1.11 tests to start
Brian Mesick committed -
Revise SuccessFactors OData exception logging
Matt Drayer committed -
John Eskew committed
-
EDUCATOR-1624 logging
sanfordstudent committed -
Matt Drayer committed
-
Remove use of non-relational fields in select_related queries
Brian Mesick committed -
These changes should not change the actual queries at all, and those will throw errors in Django 1.11.
bmedx committed -
Sanford Student committed
-
Video pipeline jwt modifications
Mushtaq Ali committed -
Douglas Hall committed
-
[ENT-752] Bump edx-enterprise to 0.53.13.
Uman Shahzad committed -
Clinton Blackburn committed
-
updated push files
Ayub khan committed -
Mushtaq Ali committed
-
Uman Shahzad committed
-
optimize libraries iter for studio dashboard
Noraiz Anwar committed -
ayub-khan committed
-
update edx-proctoring version
Rabia Iftikhar committed -
noraiz-anwar committed
-
rabiaiftikhar committed
-
- 13 Nov, 2017 17 commits
-
-
teams and student management commands cleanup for django 1.11
Troy Sankey committed -
bmedx committed
-
- Certificates management commands updates - Moving reverse calls in tests into setUp from class definition - Import shuffling - Consolidating cryptograhpy version to 1.9
bmedx committed -
Clean makemigration test and bump the val version.
Muzaffar yousaf committed -
Seems like transfer_students.py was missed in the last attempt to cleanup commands in this app.
Troy Sankey committed -
Remove coverage reports for a11y and bok-choy tests
Michael Youngstrom committed -
Remove unreachable return in contentstore course listing
Ned Batchelder committed -
Consolidate collected XBlock static assets.
David Ormsbee committed -
Michael Youngstrom committed
-
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.
David Ormsbee committed -
EDUCATOR-1571 | Send discussion notification on first response; add a CourseWaffleFlag for discussion notifications.
Alex Dusenbery committed -
Remove unused OS X shortcut to fonts.
David Ormsbee committed -
Minor Code Refactor
Ayub khan committed -
Fix certificates visibility to students on the profile page before the available date
Tasawer Nawaz committed -
LEARNER-2653 Jenkins translation job pybabel process was not able to interpret this line and causing syntax error.
ayub-khan committed -
pass course id as string to edxval api method
Muhammad Ammar committed -
muhammad-ammar committed
-