- 20 Jun, 2016 1 commit
-
-
Eric Fischer committed
-
- 10 Mar, 2016 3 commits
-
-
Bump to version 1.1.0 in setup.py
Eric Fischer committed -
Eric Fischer committed
-
Create new get_all_course_submission_information endpoint.
Eric Fischer committed
-
- 09 Mar, 2016 1 commit
-
-
The submissions API has a get_score() method which, given a student item, will look up the relevant ScoreSummary and return the latest Score it contains. Our data download should do the same. To avoid confusion, we have elected to hide scores that could not be returned from api.get_score(). The other options are: - include a score that may be for a different submission for the same student item, if using ScoreSummary.latest in all cases - include scores that may not "count", because they'll never be the return value of api.get_score() Test has been updated.
Eric Fischer committed
-
- 02 Mar, 2016 1 commit
-
-
Diana Huang committed
-
- 26 Feb, 2016 4 commits
-
-
Update versioning to 1.0.0
Eric Fischer committed -
Sibling to https://github.com/edx/edx-ora2/pull/886. edx-submissions is rather stable, and should be bumped to a 1.0.0 release
Eric Fischer committed -
Use the docker infrastructure for travis builds.
Ben Patterson committed -
Ben Patterson committed
-
- 19 Feb, 2016 2 commits
-
-
Add pep8 and pylint linting updates.
Diana Huang committed -
Diana Huang committed
-
- 18 Feb, 2016 4 commits
-
-
Version 0.1.4
Eric Fischer committed -
Eric Fischer committed
-
Soft-delete Submissions to reset student state
Eric Fischer committed -
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
-