- 07 Oct, 2016 1 commit
-
-
Brandon DeRosier committed
-
- 14 Sep, 2016 2 commits
-
-
As part of the Robust Grades rollout, we expect to see some DatabaseErrors in various methods that write to the database. Since the success of this write operation is not needed for the end-user, we just log and swallow the error. In the future, we'll also enqueue an async task to finish the write operation that failed.
Eric Fischer committed -
Nimisha Asthagiri committed
-
- 12 Sep, 2016 2 commits
-
-
Nimisha Asthagiri committed
-
Discussion is restricted to the CCX course (there is no sharing of discussions with the parent course or other CCX instances).
Matjaz Gregoric committed
-
- 11 Sep, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 02 Sep, 2016 1 commit
-
-
Sanford Student committed
-
- 03 Aug, 2016 2 commits
-
-
Calen Pennington committed
-
Adds ENABLE_SUBSECTION_GRADES_SAVED feature flag to both lms and cms. Also installs the wiring that will allow robust grades to be used for courses that enable it. This functionality is still gated by the feature flag and should not be used until the remaining robust grades work is finished.
Nimisha Asthagiri committed
-
- 29 Jul, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 25 Jul, 2016 1 commit
-
-
TNL-5002
cahrens committed
-
- 18 Jul, 2016 2 commits
-
-
Amir Qayyum Khan committed
-
Amir Qayyum Khan committed
-
- 07 Jul, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 05 Jul, 2016 1 commit
-
-
Converts the dates on the dashboard, sidebar navigation, and important course dates to user specified time zone.
Kevin Kim committed
-
- 28 Jun, 2016 1 commit
-
-
Performance improvement, this cache is no longer needed thanks to block_structure caching data. TNL-4874
Eric Fischer committed
-
- 24 Jun, 2016 2 commits
-
-
1. update query counts with more accuracy 2. don't use defaultdict in block_structure
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 08 Jun, 2016 2 commits
-
-
Calen Pennington committed
-
Simon Chen committed
-
- 23 May, 2016 1 commit
-
-
Simon Chen committed
-
- 04 May, 2016 1 commit
-
-
By default, disable all caching in tests, to preserve test independence. In order to enable caching, inherit from CacheSetupMixin, and specify which cache configuration is needed. [EV-32]
Calen Pennington committed
-
- 03 May, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 02 May, 2016 1 commit
-
-
Ben Patterson committed
-
- 28 Apr, 2016 1 commit
-
-
Ben Patterson committed
-
- 11 Apr, 2016 1 commit
-
-
MA-2258
Nimisha Asthagiri committed
-
- 08 Apr, 2016 1 commit
-
-
Ned Batchelder committed
-
- 07 Apr, 2016 1 commit
-
-
MA-2258
Nimisha Asthagiri committed
-
- 05 Apr, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 04 Apr, 2016 1 commit
-
-
John Eskew committed
-
- 25 Mar, 2016 1 commit
-
-
Amir Qayyum Khan committed
-
- 15 Mar, 2016 1 commit
-
-
Added validation to ccx create form, If ccxcon url is set then app will ask user to create ccx from ccxcon app
Amir Qayyum Khan committed
-
- 02 Mar, 2016 1 commit
-
-
This reverts commit acf6c1d6, reversing changes made to c59db6e5.
David Ormsbee committed
-
- 29 Feb, 2016 4 commits
-
-
Wrap whole test with several publish/unpublish in same bulk_op.
John Eskew committed -
John Eskew committed
-
This abstract class contains most of the fields (aside from the id and foreign key to StudentModule that the subclasses need to manage). It also provides a get_history method that abstracts searching across multiple backends. Move router code to openedx/core We need to use it from cms and lms. Ensure aws_migrate can be used for migrating both the lms and cms. Handle queries directed to student_module_history vs default and the extra queries generated by Django 1.8 (SAVEPOINTS, etc). Additionally, flag testing classes as multi_db so that Django will flush the non-default database between unit tests. Further decouple the foreignkey relation between csm and csmhe When calling StudentModule().delete() Django will try to delete CSMHE objects, but naively does so in the database, not by consulting the database router. Instead, we disable django cascading deletes and listen for post_delete signals and clean up CSMHE by hand. Add feature flags for CSMHE One to turn it on/off so we can control the deploy. The other will control whether or not we read from two database tables or one when searching. Update tests to explicitly use this get_history method rather than looking directly into StudentModuleHistory or StudentModuleHistoryExtended. Inform lettuce to avoid the coursewarehistoryextended app Otherwise it fails when it can't find features/ in that app. Add Pg support, this is not tested automatically.
Kevin Falcone committed -
This is a clone (copy) of CSMH's declaration and methods with an added id of UnsignedBigInAutoField We should be able to delete the save_history code, but needs testing. Add error logging when capa failures happen Put StudentModuleHistory into its own database Bump out the primary key on CSMHE This gives us a gap to backfill as needed. Since the new table's pk is an unsigned bigint, even for people who don't consolidate CSMH into CSMHE, the lost rows are unlikely to matter. Remove StudentModuleHistory cleaner
Calen Pennington committed
-
- 25 Feb, 2016 2 commits
-
-
REST APIs modified
Giovanni Di Milia committed -
Amir Qayyum Khan committed
-
- 22 Feb, 2016 1 commit
-
-
Revert "Added staff role on ccx to staff of master course and added a data migration for existing ccx courses." This reverts commit 91bf48fc.
Michael Katz committed
-