- 12 May, 2015 4 commits
-
-
Brian Talbot committed
-
Addressing RTL inconsistencies on Verification process
Chris committed -
Adds preferences API and updates users to V1 - fix
Mark Hoeber committed -
Chris Rodriguez committed
-
- 11 May, 2015 11 commits
-
-
Mark Hoeber committed
-
make edxnotes bok-choy tests chrome-friendly
Ben Patterson committed -
This eliminates some flakiness related to the loading of the notes page. It also sets the 'no content' version of that page as a separate page object so testing that case is more explicit. TE-849
Ben Patterson committed -
Revert "Adds preferences API and updates users to V1"
Jesse Zoldak committed -
Ben Patterson committed
-
Customize the transaction name sent to New Relic for XBlock handlers.
David Ormsbee committed -
Adds preferences API and updates users to V1
Mark Hoeber committed -
Mark Hoeber committed
-
[LTI Provider] Adding signals for scoring events
David Ormsbee committed -
Update ease to 0.1.3
David Baumgold committed -
Phil McGachey committed
-
- 08 May, 2015 25 commits
-
-
Add CCX/IDDE configuration to yaml_config.py
Carson Gee committed -
Currently, all XBlock/XModule handlers are lumped together in the same transaction (courseware.module_render:handle_xblock_callback). This makes it difficult to pinpoint problems with specific handlers. With this change, the transaction name will now look like: OpenAssessmentBlockWithMixins.save_submission CapaDescriptorWithMixins.xmodule_handler/problem_show
David Ormsbee committed -
Updates to the verify student Django admin.
Will Daly committed -
David Baumgold committed
-
Merge release to master
Adam committed -
Clytwynec/split lms unittests into shards
Christine Lytwynec committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
Update to the latest version of celery, and django-celery.
Feanil Patel committed -
Ensure cohort management section has loaded.
Ben Patterson committed -
* Ensure that VerificationStatus is append-only and immutable. * Allow searching by student for verification status. * Properly pluralize verification status. * Use ConfigModelAdmin for ICRV config model admin.
Will Daly committed -
Move location identifying strings into index (SOL-833)
Martyn James committed -
Feanil Patel committed
-
Martyn James committed
-
Update in-course reverification XBlock SHA in requirements.
Will Daly committed -
Conflicts: common/test/acceptance/tests/video/test_video_times.py
Adam Palay committed -
Update django-debug-toolbar-mongo to work with DJDT 1.x
David Ormsbee committed -
TNL-2120, TE-849 The parent .cohort-management class was loading faster than its children (which makes sense). However, flakiness existed on these tests because browser actions were depending on child elements that had not painted yet. Tested this using chrome with no X11 forwarding for extra speed. That exposed the ajax call as well as the sub-class rendering issues.
Ben Patterson committed -
Feanil Patel committed
-
Feanil Patel committed
-
When celery runs in eager mode, there is a bug and an exception is not thrown when using retry logic. A PR to fix the bug can be found here: https://github.com/celery/celery/pull/2607 In the mean time, we have to deal with the fact that in eager mode celery will not throw the exception but simply return it. So we raise it ourselves.
Feanil Patel committed -
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Feanil Patel committed
-