1. 16 Dec, 2015 1 commit
  2. 03 Dec, 2015 1 commit
  3. 01 Dec, 2015 1 commit
  4. 25 Nov, 2015 1 commit
  5. 22 Nov, 2015 1 commit
  6. 19 Nov, 2015 1 commit
  7. 17 Nov, 2015 1 commit
  8. 13 Nov, 2015 1 commit
  9. 09 Nov, 2015 1 commit
  10. 05 Nov, 2015 2 commits
  11. 22 Oct, 2015 3 commits
  12. 14 Oct, 2015 1 commit
  13. 09 Oct, 2015 1 commit
  14. 29 Sep, 2015 2 commits
  15. 28 Sep, 2015 2 commits
  16. 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
  17. 22 Sep, 2015 2 commits
  18. 17 Sep, 2015 1 commit
  19. 14 Sep, 2015 1 commit
  20. 10 Sep, 2015 1 commit
  21. 28 Aug, 2015 1 commit
  22. 26 Aug, 2015 1 commit
  23. 12 Aug, 2015 1 commit
  24. 28 Jul, 2015 1 commit
  25. 27 Jul, 2015 1 commit
    • Enable faster ModuleStore tests with SharedModuleStoreTestCase. · 58f36d3e
      This is a new TestCase base class, intended for situations where
      you only want to initialize course content in the setUpClass(),
      as opposed to setUp(). This is done for performance reasons, since
      many test cases only use courses in a read-only fashion,
      particularly in LMS tests.
      
      This commit also converts the following modules to use this new
      base class:
      
        lms/djangoapps/ccx/tests/test_ccx_modulestore.py (38s -> 4s)
        lms/djangoapps/discussion_api/tests/test_api.py (2m45s -> 51s)
        lms/djangoapps/teams/tests/test_views.py (1m17s -> 33s)
      David Ormsbee committed
  26. 23 Jul, 2015 1 commit
  27. 29 Jun, 2015 1 commit
  28. 23 Jun, 2015 2 commits
  29. 19 Jun, 2015 3 commits
  30. 18 Jun, 2015 2 commits