- 03 Mar, 2016 9 commits
-
-
Peter Desjardins committed
-
Adding the -n option to the Sphinx build invocation so that WARNINGs will be treated as ERRORs. This will cause builds to fail if Sphinx cannot import modules for its autoclass directives. Currently, they fail silently and leave gaps in the published HTML where docstring content should have been.
Peter Desjardins committed -
Added Flaky decorator to Chrome flaky tests
raeeschachar committed -
ECOM-3415 - Dashboard should show all XSeries association messages
Simon Chen committed -
raeeschachar committed
-
Simon Chen committed
-
Registration: don't require terms of service if checkbox is hidden
Omar Khan committed -
Fix list index out of range in Textbook's chapters.
Awais Jibran committed
-
- 02 Mar, 2016 7 commits
-
-
Quiet the safe sessions logging for expected use cases
Nimisha Asthagiri committed -
Remove unused profile name.
Christina Roberts committed -
Nimisha Asthagiri committed
-
The profile name requires escaping when displayed. Proactively removing since it is not being used.
cahrens committed -
Allowed staff/admin of course to view ccx coach dashboard
Brian Beggs committed -
Fix behaviour on empty response to problems
Ayub khan committed -
Attiya Ishaque committed
-
- 01 Mar, 2016 22 commits
-
-
Add app_label to models to prevent Django1.9 warnings.
John Eskew committed -
WIP: Lots of Python unittest speedups
Renzo Lucioni committed -
Fixed progress exception for credit courses
Ayub khan committed -
Speed up comment client tests
Renzo Lucioni committed -
Also accelerates forums UnicodeTestCases
Renzo Lucioni committed -
Remove multiple course export format versions.
John Eskew committed -
Don't hardcode student_module_history
Kevin Falcone committed -
John Eskew committed
-
Use SharedModuleStoreTestCase in the courseware navigation tests for speedup.
John Eskew committed -
Whittling away at XML modulestore code
Renzo Lucioni committed -
Add SharedModuleTestCase to git_import tests
Bill DeRusha committed -
aws_migrate may be used on boxes where that DB does not yet exist.
Kevin Falcone committed -
John Eskew committed
-
Renzo Lucioni committed
-
John Eskew committed
-
Bill DeRusha committed
-
Check both url and title for the presence of code
Muddasser committed -
Monkey patch django.db.models.options for faster cache expiry
Bill DeRusha committed -
Unit test speedups - Add context manager to SharedModuleStoreTestCase.
John Eskew committed -
Ensuring page is loaded belongs in the page object.
Ben Patterson committed -
AC-328 adding UXPL classnames to headings
clrux committed -
Muddasser committed
-
- 29 Feb, 2016 2 commits
-
-
Speed up course listing tests
Renzo Lucioni committed -
for use when a test class has a setUpTestData() method which uses variables set up in the setUpClass() method. Change base teams API test class to use the context manager.
John Eskew committed
-