- Oct 14, 2016
-
-
Ben Patterson authored
Stabilize textbook tests
-
Ned Batchelder authored
Update translations (autogenerated message)
-
Ned Batchelder authored
-
Ben Patterson authored
-
Clinton Blackburn authored
Cdodge/restricted oauth2 applications
-
chrisndodge authored
-
Jillian Vogel authored
Allows ChoiceResponse problems to set correctness with python variables
-
- Oct 13, 2016
-
-
Jillian Vogel authored
determine choice correctness, as MultipleChoiceResponse problems already do. Adds a unit test for this change, and for the existing MultipleChoiceResponse computed correctness capability.
-
Eric Fischer authored
Update persistent grades asynchronously
-
Eric Fischer authored
ORA version update
-
Andy Armstrong authored
Move dark_lang and lang_pref apps to openedx/core
-
Brian Beggs authored
Merge hotfix back to master.
-
Brian Beggs authored
Pull hotfix in to release branch.
-
Eric Fischer authored
For better user-facing performance, the SCORE_CHANGED signal is now handled by enqueueing an async task to update the relevant stored grade, rather than making the request wait until that operation finishes. TNL-5738
-
Jesse Zoldak authored
Revert "Cdodge/restricted oauth2 applications"
-
Ben Patterson authored
Fix for spurious 'cb() never called' errors.
-
Jesse Zoldak authored
-
Clinton Blackburn authored
Cdodge/restricted oauth2 applications
-
Ben Patterson authored
Also, help with an echo.
-
Andy Armstrong authored
-
Nimisha Asthagiri authored
Fix flaky bokchoy test: test_automatic_cohort_help, test_manual_cohort_help
-
Adam authored
add location to attributes exported to neo4j
-
Robert Raposa authored
Move more urls.py
-
alisan617 authored
add child context check to unit page title TNL-5746
-
Nimisha Asthagiri authored
Remove config_models & use external config_models repo instead.
-
Ben Patterson authored
Some Jenkins builds are erroring when attempting to set up the npm environment with the error: `npm ERR! cb() never called!` Although it could point to a couple of different things, it is more classically a sign of a dirty npm environment cache. Cleaning the cache at the start of any given Jenkins job (which are sourced through this file) should alleviate the problem.
-
Nimisha Asthagiri authored
TNL-5709
-
Muzaffar yousaf authored
Fixing flaky test_studio_help_links
-
- Oct 12, 2016
-
-
alisan617 authored
-
Jesse Zoldak authored
Return with an error code from the coverage reporting bash script
-
Robert Raposa authored
-
Robert Raposa authored
-
Robert Raposa authored
-
Jesse Zoldak authored
-
Jesse Zoldak authored
Disable migrations by default in python unit tests
-
Brian Beggs authored
Merge release -> master for release-2016-10-12
-
Jesse Zoldak authored
Rendering model states when running migrate in Django 1.8 consumes on the order of 4x-6x more memory than <1.8. References: * https://code.djangoproject.com/ticket/24745 * https://code.djangoproject.com/ticket/24743 This is causing failures in Jenkins as the workers run out of memory and either processes cannot fork or the Out Of Memory Killer kills a process that is running tests. Disabling migrations until we do either or both of these: * Upgrade to Django 1.9 and turn them back on. See EV-92 "Discovery: Upgrade edx-platform to Django 1.9" * Address TE-1310 "Unit tests should be able to run without migrations"
-
sanfordstudent authored
Sstudent/hack instructor task
-
Nimisha Asthagiri authored
Grading Policy endpoint in Grades API
-
Brian Beggs authored
Release Candidate rc/2016-10-12
-