- 18 Oct, 2016 1 commit
-
-
TNL-5759
Nimisha Asthagiri committed
-
- 13 Oct, 2016 20 commits
-
-
Update persistent grades asynchronously
Eric Fischer committed -
ORA version update
Eric Fischer committed -
Move dark_lang and lang_pref apps to openedx/core
Andy Armstrong committed -
Merge hotfix back to master.
Brian Beggs committed -
Pull hotfix in to release branch.
Brian Beggs committed -
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
Eric Fischer committed -
Revert "Cdodge/restricted oauth2 applications"
Jesse Zoldak committed -
Fix for spurious 'cb() never called' errors.
Ben Patterson committed -
Jesse Zoldak committed
-
Cdodge/restricted oauth2 applications
Clinton Blackburn committed -
Also, help with an echo.
Ben Patterson committed -
Andy Armstrong committed
-
Fix flaky bokchoy test: test_automatic_cohort_help, test_manual_cohort_help
Nimisha Asthagiri committed -
add location to attributes exported to neo4j
Adam committed -
Move more urls.py
Robert Raposa committed -
add child context check to unit page title TNL-5746
alisan617 committed -
Remove config_models & use external config_models repo instead.
Nimisha Asthagiri committed -
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.
Ben Patterson committed -
TNL-5709
Nimisha Asthagiri committed -
Fixing flaky test_studio_help_links
Muzaffar yousaf committed
-
- 12 Oct, 2016 19 commits
-
-
alisan617 committed
-
Return with an error code from the coverage reporting bash script
Jesse Zoldak committed -
Robert Raposa committed
-
Robert Raposa committed
-
Robert Raposa committed
-
Jesse Zoldak committed
-
Disable migrations by default in python unit tests
Jesse Zoldak committed -
Merge release -> master for release-2016-10-12
Brian Beggs committed -
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"
Jesse Zoldak committed -
Sstudent/hack instructor task
sanfordstudent committed -
Grading Policy endpoint in Grades API
Nimisha Asthagiri committed -
Release Candidate rc/2016-10-12
Brian Beggs committed -
This copies the grading policy endpoint currently in the course_structures django app to its new location, in preparation to remove the old app. TNL-5701
Nimisha Asthagiri committed -
Sanford Student committed
-
update all references to instructor module
sanfordstudent committed -
Sanford Student committed
-
chrisndodge committed
-
Move student.views to student/urls.py
Robert Raposa committed -
Move session_inactivity_timeout to openedx/core
Andy Armstrong committed
-