1. 03 Aug, 2016 2 commits
  2. 28 Jun, 2016 1 commit
  3. 07 Jun, 2016 1 commit
  4. 02 Jun, 2016 3 commits
  5. 14 Apr, 2016 1 commit
  6. 06 Apr, 2016 1 commit
  7. 17 Mar, 2016 1 commit
  8. 11 Feb, 2016 1 commit
  9. 28 Jan, 2016 1 commit
  10. 19 Jan, 2016 2 commits
  11. 16 Dec, 2015 1 commit
  12. 03 Dec, 2015 1 commit
  13. 25 Nov, 2015 1 commit
  14. 22 Nov, 2015 1 commit
  15. 19 Nov, 2015 1 commit
  16. 17 Nov, 2015 1 commit
  17. 22 Oct, 2015 3 commits
  18. 14 Oct, 2015 1 commit
  19. 09 Oct, 2015 1 commit
  20. 28 Sep, 2015 2 commits
  21. 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
  22. 22 Sep, 2015 1 commit
    • added response count in thread · 3f453e89
      MA-1212 - added response count field in tests
      
      removed unneccessary function
      
      "MA-1212 - added response count in thread retrieval service and updated tests"
      
      updated serializerz test for response count
      
      MA-1212
      
      exclude response count from thread get list
      
      removed response_count field from update and create thread services
      
      made resp_total dynamic for cs thread in test_serielizer
      
      quality fixed
      
      improved quality
      
      add TODO JIRA ticket on removed fields
      wajeeha-khalid committed
  23. 17 Sep, 2015 1 commit
  24. 14 Sep, 2015 1 commit
  25. 10 Sep, 2015 1 commit
  26. 26 Aug, 2015 1 commit
  27. 12 Aug, 2015 1 commit
  28. 28 Jul, 2015 1 commit
  29. 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
  30. 23 Jul, 2015 1 commit
  31. 29 Jun, 2015 1 commit
  32. 23 Jun, 2015 2 commits