- 03 Apr, 2017 1 commit
-
-
J. Cliff Dyer committed
-
- 29 Mar, 2017 3 commits
-
-
Version 1.2.0
Eric Fischer committed -
Eric Fischer committed
-
Allow reset signal to be ignored
Eric Fischer committed
-
- 28 Mar, 2017 1 commit
-
-
Eric Fischer committed
-
- 23 Mar, 2017 3 commits
-
-
Stop pinning pytz
Eric Fischer committed -
Eric Fischer committed
-
Eric Fischer committed
-
- 22 Feb, 2017 4 commits
-
-
Version Bump
Eric Fischer committed -
Eric Fischer committed
-
Unpin and inherit django version
Eric Fischer committed -
This commit loosens the allowable version of django to anything <1.9a0. Each of 1.8, 1.9, and 1.10 can now be tested using tox, which will make the eventual upgrades much easier.
Eric Fischer committed
-
- 06 Dec, 2016 3 commits
-
-
send created time
Eric Fischer committed -
Eric Fischer committed
-
This data is needed for robust grades work, and is easy enough to include in the providing signals. I've also added the freezegun library to test-requirements.txt to test this functionality.
Eric Fischer committed
-
- 05 Dec, 2016 3 commits
-
-
Serialize annotation information with scores
Eric Fischer committed -
Eric Fischer committed
-
Eric Fischer committed
-
- 01 Sep, 2016 1 commit
-
-
Add an OEP-2 compliant openedx.yaml file
Calen Pennington committed
-
- 23 Aug, 2016 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 20 Jul, 2016 1 commit
-
-
Eric Fischer committed
-
- 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 2 commits
-
-
Update the DRF version requirement to match edx-platform
Andy Armstrong committed -
Andy Armstrong committed
-