- 17 Sep, 2014 2 commits
-
-
Switch to using migrations.
David Ormsbee committed -
Using an older version of migrations to match edx-platform.
David Ormsbee committed
-
- 16 Sep, 2014 6 commits
-
-
Support youtube encoded videos by using a different Profile.
Dave St.Germain committed -
Dave St.Germain committed
-
Dave St.Germain committed
-
Dave St.Germain committed
-
Version conflict with another edx-platform dependency.
Dave St.Germain committed -
Dave St.Germain committed
-
- 15 Sep, 2014 2 commits
-
-
Use the correct course_id regex.
Dave St.Germain committed -
Dave St.Germain committed
-
- 04 Sep, 2014 3 commits
-
-
Expose course_id to the API
Dave St.Germain committed -
Dave St.Germain committed
-
Rest Framework 2.4 requires request for serializers.HyperlinkedModelSerializer
Dave St.Germain committed
-
- 03 Sep, 2014 1 commit
-
-
Dave St.Germain committed
-
- 02 Sep, 2014 1 commit
-
-
Add authentication and model permission checking to REST API.
David Ormsbee committed
-
- 27 Aug, 2014 2 commits
-
-
Dave St.Germain committed
-
Dave St.Germain committed
-
- 26 Aug, 2014 2 commits
-
-
added note for profile_name convention
Christopher Lee committed -
Christopher Lee committed
-
- 21 Aug, 2014 4 commits
-
-
Added subtitle model and API
Dave St.Germain committed -
Dave St.Germain committed
-
Dave St.Germain committed
-
Dave St.Germain committed
-
- 20 Aug, 2014 2 commits
-
-
added create_video/profile to api.py for populating database
Christopher Lee committed -
create_video and create_profile will be used to populate database for internal (not via HTTP requests) use. Other notes: -profile_name now has regex validator -ddt==0.8.0 -100 percent coverage
christopher lee committed
-
- 13 Aug, 2014 2 commits
-
-
added setup.py
Christopher Lee committed -
Added setup.py and manifest.ini, adjusted requirements, and removed admin. Other notes: -djangorestframework>=2.5.14
christopher lee committed
-
- 11 Aug, 2014 4 commits
-
-
added pylint
Christopher Lee committed -
Added pylintrc and pylinted the current code. Other notes: -added pylint==1.3.0
christopher lee committed -
tests for PUT functionality
Christopher Lee committed -
Assigned profile_name to be the identifier for EncodedVideos. Tests for PUT have been added to check for expected behavior. Attempting to PUT multiple EncodedVideos with the same profile will return an error. Other notes: -url now accepts dashes -reduced number of unique constants -updated api.py tests with HTTP requests -removed unused repr
christopher lee committed
-
- 06 Aug, 2014 2 commits
-
-
POST for single EncodedVideo
Christopher Lee committed -
POST for EncodedVideo implemented. Can now upload a single Video with multiple EncodedVideos with profile_name as it's profile. Cannot do any bulk operations. Serializers have been simplified. Views are now using genericviews. Queries are now being tracked in a few tests. Other notes: -Added django-debug-toolbar==1.2.1 -constants.py has been reorganized -api.get_video_info uses new serializer
christopher lee committed
-
- 05 Aug, 2014 1 commit
-
-
David Ormsbee committed
-
- 04 Aug, 2014 3 commits
-
-
EncodedVideo part of the upload. Complete EncodedVideo dicts may now be uploaded. Rejects all EncodedVideos of a Video when there is an invalid EncodedVideo. Does not reject other Video when a differet Video is invalid. Currently, EncodedVideo cannot be updated, they can only be created. Other notes: -Added django-debug-toolbar==1.2.1 -constants.py has been reorganized
christopher lee committed -
Initial part of the upload portion of the API. Video Models can be uploaded via POST as a list of dictionaries. Matching entries will be updated and new entries will be created. Errors are returned in a list of tuples with the message and input. Single entries can be returned by edx_video_id via GET. Other notes: -Django Rest Framework upgraded for APIView 2.3.5->2.3.14 -Field "client_title" -> "client_video_id" in the Video Model
christopher lee committed -
Created models for Video, EncodedVideo, and Profile. Added function to return a serialized video object, with it's associated EncodedVideo objects. Other Notes: -Added djangorestframework==2.3.5 -Added Travis -Added mock==1.0.1 -Added django-nose==1.2 -Added coverage==3.7.1
christopher lee committed
-
- 08 Jul, 2014 1 commit
-
-
David Ormsbee committed
-