- 20 Jul, 2017 3 commits
-
-
John Eskew committed
-
John Eskew committed
-
John Eskew committed
-
- 14 Jul, 2017 4 commits
-
-
Fix .travis.yml file.
Alex Dusenbery committed -
Alex Dusenbery committed
-
EDUCATOR-786 | Support Django 1.11
Alex Dusenbery committed -
EDUCATOR-786 | Support Django 1.11; Upgrade django_nose; Mock out read_replica for testing; bump tox version.
Alex Dusenbery committed
-
- 11 Jul, 2017 3 commits
-
-
Upgrade DRF requirement to v3.6.x
John Eskew committed -
John Eskew committed
-
John Eskew committed
-
- 03 Apr, 2017 4 commits
-
-
return serialized scores from get_scores()
Cliff Dyer committed -
J. Cliff Dyer committed
-
J. Cliff Dyer committed
-
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
-