1. 25 Nov, 2015 1 commit
  2. 25 Oct, 2015 1 commit
    • Updated CreditCourse update endpoint · 98a39b92
      The update (PUT) endpoint now supports creating new CreditCourse objects in addition to updating existing ones. This functionality greatly simplifies the logic needed by consumers (e.g. the Course Administration Tool) to create or update CreditCourse objects.
      
      ECOM-2524
      Clinton Blackburn committed
  3. 21 Oct, 2015 1 commit
  4. 28 Sep, 2015 2 commits
  5. 25 Sep, 2015 1 commit
    • Upgrade djangorestframework to v3.1 · 8555630d
      * Upgrade edx-submissions
      * Upgrade edx-ora2
      * Upgrade edx-val
      * Upgrade edx-proctoring
      * Update all edx-platform code that depends on DRF, including:
        - auth_exchange
        - cors_csrf
        - embargo
        - enrollment
        - util
        - commerce
        - course_structure
        - discussion_api
        - mobile_api
        - notifier_api
        - teams
        - credit
        - profile_images
        - user_api
        - lib/api (OAuth2 and pagination)
      Will Daly committed
  6. 17 Sep, 2015 1 commit
    • Treating final grade as string · 99c410dc
      Floating point values should be treated as strings to ensure values such as 1.0 are not converted to 1. Such conversion invalidates the signature generated for the credit request. Additionally, JSON has no concept of a floating point datatype.
      
      ECOM-2172
      Clinton Blackburn committed
  7. 29 Aug, 2015 1 commit
  8. 11 Aug, 2015 1 commit
    • Added API endpoints for CreditCourse · 58865ee0
      Endpoints support create, read, and list operations.
      
      NOTE: This commit also includes a retrofitted SimpleRouter that supports overriding the lookup regex. This retrofit is simpler to implement than updating edx-ora2 which is pinned to DRF 2.3.x.
      
      XCOM-524
      Clinton Blackburn committed
  9. 15 Jul, 2015 1 commit
  10. 25 Jun, 2015 2 commits
  11. 22 Jun, 2015 1 commit
  12. 11 Jun, 2015 1 commit