- 18 Feb, 2016 1 commit
-
-
Previous methods of "deleting state" for a student had just issued reset scores, so the (unscored) submission was still hanging around. With this change, the submission can be "deleted" for all django- relevant purposes, while still remaining in the database in case it turns out to be interesting to analytics later. Includes a migration that may take some time to run, and will acquire a table lock. This will cause an outage for any other request trying to hit the submissions table during the migration. We've estimated the outage to last approximately 3 minutes on a database with 700,000 rows. Test also included.
Eric Fischer committed
-
- 20 Nov, 2015 5 commits
-
-
Update the DRF version requirement to match edx-platform
Andy Armstrong committed -
Andy Armstrong committed
-
Add new app_label to ScoreAnnotation.
Diana Huang committed -
Diana Huang committed
-
Django upgrade/1.8 release
Muhammad Ammar committed
-
- 19 Nov, 2015 1 commit
-
-
Conflicts: setup.py submissions/models.py
muhammad-ammar committed
-
- 11 Nov, 2015 10 commits
-
-
Ned Batchelder committed
-
We had made the migrations from master, but that isn't what edx-platform was using yet. This migration is re-made from 0.1.0, which removes things that happened after 0.1.0.
Ned Batchelder committed -
muhammad-ammar committed
-
muhammad-ammar committed
-
muhammad-ammar committed
-
muhammad-ammar committed
-
remove deprecation warnings
muhammad-ammar committed -
muhammad-ammar committed
-
muhammad-ammar committed
-
muzaffaryousaf committed
-
- 10 Nov, 2015 2 commits
-
-
Update the submission version.
Diana Huang committed -
Diana Huang committed
-
- 30 Oct, 2015 2 commits
-
-
Add the ability to annotate scores.
Diana Huang committed -
Diana Huang committed
-
- 16 Sep, 2015 1 commit
-
-
Upgrade djangorestframework to v3.1
Will Daly committed
-
- 09 Sep, 2015 1 commit
-
-
Will Daly committed
-
- 04 Sep, 2015 1 commit
-
-
update django-nose
Muhammad Ammar committed
-
- 03 Sep, 2015 1 commit
-
-
muhammad-ammar committed
-
- 31 Aug, 2015 1 commit
-
-
* Upgrade DRF to v3.1 * Use JSONField on the model instead of custom serializer field for the submission answer.
Will Daly committed
-
- 25 Aug, 2015 2 commits
- 24 Aug, 2015 1 commit
-
-
Update pytz to reflect upstream version change
Kelketek committed
-
- 21 Aug, 2015 3 commits
- 05 Jun, 2015 2 commits
-
-
Add get_all_submissions method to the API
Sven Marnach committed -
This is consistent with the default ordering of the model and avoids ties in case to items have the same timestamp.
Sven Marnach committed
-
- 03 Jun, 2015 1 commit
-
-
Sven Marnach committed
-
- 16 May, 2015 1 commit
-
-
Braden MacDonald committed
-
- 27 Apr, 2015 1 commit
-
-
Adding signals for scoring events.
David Ormsbee committed
-
- 25 Apr, 2015 1 commit
-
-
Phil McGachey committed
-
- 18 Feb, 2015 2 commits
-
-
The Top submissions should not be including the cancelled ones.
Muzaffar yousaf committed -
TNL-1455
Muzaffar committed
-