- 15 Oct, 2014 2 commits
-
-
Updated Course ID Regex and CSV filename
Clinton Blackburn committed -
File names are now compatible with opaque keys.
Clinton Blackburn committed
-
- 06 Oct, 2014 1 commit
-
-
This regex is nearly identical to the one used by LMS. The only difference is the internal capture groups have been replaced with character sets to avoid issues with the Swagger UI attempting to parse the internal capture groups and pass them along as arguments.
Clinton Blackburn committed
-
- 02 Oct, 2014 2 commits
-
-
Updates for Travis
Clinton Blackburn committed -
- Added new make target - Updated fake data management command to accept an argument determining the amount of data to generate
Clinton Blackburn committed
-
- 26 Sep, 2014 5 commits
-
-
Removed forum data from activity resource
Clinton Blackburn committed -
We don't currently have the data. I have commented out the relevant code.
Clinton Blackburn committed -
Remove deprecated setting; replace with new version.
Clinton Blackburn committed -
Ben Patterson committed
-
Clinton Blackburn committed
-
- 24 Sep, 2014 2 commits
-
-
Build on Travis and Badges
Muhammad Ammar committed -
TE-476
Muhammad Ammar committed
-
- 19 Sep, 2014 3 commits
-
-
Redirecting Status sub-paths to Root
Clinton Blackburn committed -
Calls to /api/v0/status|health|authenticated are now redirected to /status|health|authenticated.
Clinton Blackburn committed -
Clinton Blackburn committed
-
- 16 Sep, 2014 4 commits
-
-
Grouping Unknown Locations More Efficiently
Clinton Blackburn committed -
Clinton Blackburn committed
-
Grouping and Returning Unknown Locations
Clinton Blackburn committed -
Enrollment-location rows without a valid ISO-3166 country code are grouped into an UNKNOWN entry returned by the API.
Clinton Blackburn committed
-
- 08 Sep, 2014 1 commit
-
-
- Start dates are on Mondays - Adhering to closed-open intervals
Clinton Blackburn committed
-
- 06 Sep, 2014 1 commit
-
-
Clinton Blackburn committed
-
- 05 Sep, 2014 1 commit
-
-
Fixed Times for Fake Activity Data
Clinton Blackburn committed
-
- 04 Sep, 2014 3 commits
-
-
Revert "Upgraded to Django 1.7"
Clinton Blackburn committed -
Clinton Blackburn committed
-
- Start date is now on Sunday at 00:00 - End date is now on Saturday at 23:59:59
Clinton Blackburn committed
-
- 03 Sep, 2014 5 commits
-
-
Upgraded to Django 1.7
Clinton Blackburn committed -
Clinton Blackburn committed
-
Clinton Blackburn committed
-
Added Activity Resource
Clinton Blackburn committed -
This replaces the now-deprecated recent activity resource. The new resources follows a similar data format to that of the enrollment resources. It now returns an array. When no parameters are passed with the request, only the most-recent data is returned.
Clinton Blackburn committed
-
- 29 Aug, 2014 1 commit
-
-
Extracted mixins to make tests a bit more extensible. Removed some duplicated code.
Clinton Blackburn committed
-
- 28 Aug, 2014 4 commits
-
-
Excluding non-ISO-3166-compliant data
Clinton Blackburn committed -
The data in the DB uses Maxmind's data format (which includes a few additional codes in addition to the standard ISO-3166 codes). This data is not consumable by the API and will now be excluded when querying for geolocation data.
Clinton Blackburn committed -
Added additional test coverage
Clinton Blackburn committed -
- Testing recent activity resource for capitalized and un-capitalized variations of "ANY" - Added test for DB router
Clinton Blackburn committed
-
- 20 Aug, 2014 2 commits
-
-
Upgraded Django and South
Clinton Blackburn committed -
Django 1.6.6 includes security fixes. South 1.0 adds support for third-party apps that support Django 1.7 and <1.7.
Clinton Blackburn committed
-
- 19 Aug, 2014 2 commits
-
-
Change client repo
Gabe Mulley committed -
Change-Id: Ic3c0c909d201826029f0059759d15d6427b28ddb
Gabe Mulley committed
-
- 18 Aug, 2014 1 commit
-
-
remove .gitreview
brianhw committed
-