1. 05 Jul, 2018 1 commit
  2. 03 Jul, 2018 2 commits
  3. 02 Jul, 2018 1 commit
  4. 29 Jun, 2018 1 commit
  5. 22 Jun, 2018 1 commit
  6. 20 Jun, 2018 1 commit
  7. 18 Jun, 2018 1 commit
  8. 15 Jun, 2018 2 commits
  9. 14 Jun, 2018 1 commit
  10. 11 Jun, 2018 2 commits
  11. 08 Jun, 2018 1 commit
  12. 07 Jun, 2018 1 commit
  13. 06 Jun, 2018 2 commits
  14. 29 May, 2018 1 commit
  15. 25 May, 2018 1 commit
  16. 24 May, 2018 1 commit
  17. 23 May, 2018 1 commit
  18. 22 May, 2018 1 commit
  19. 21 May, 2018 1 commit
  20. 18 May, 2018 1 commit
  21. 15 May, 2018 1 commit
  22. 08 May, 2018 2 commits
  23. 07 May, 2018 1 commit
  24. 06 May, 2018 1 commit
  25. 02 May, 2018 1 commit
  26. 27 Apr, 2018 1 commit
  27. 24 Apr, 2018 1 commit
  28. 22 Apr, 2018 1 commit
  29. 21 Apr, 2018 1 commit
    • Add full detail search endpoints. · 9a33d0bf
      * Ignore all types of coverage files.
      
        I was getting things like `.coverage.$user`.
      
      * Refactor existing serializers.
      
        Some serializers had their metadata all the way at the top
        of the file in separate variables, even though no other
        serializer were using those variables.
      
      * Put things into proper places to make it easier to read
        and change, without having to jump up and down a 1000+
        line file.
      
      * Add new serializers and use them in viewsets.
      
        These are the serializers for all 4 new endpoints,
        for courses, course runs, programs, and their aggregation.
      
      * Add new mixin for detail endpoint.
      
        The mixin will add `/detail` to the end of whatever viewset
        that uses it.
      
      * Call isort on the codebase.
      
      * Refactor serializer test code.
      
        This will make it x10 easier to add tests for the
        serializers we introduced in this PR.
      
      * Add test code for serializers.
      
      * Refactor and add tests for viewsets.
      Uman Shahzad committed
  30. 18 Apr, 2018 2 commits
    • Updated travis validate translations · 31ac8f5c
      Updated travis to use the i18n-tools validate
      to validate translations in pullrequests.
      LEARNER-2556
      
      updated i18n-tool to latest version
      ayub-khan committed
    • fix-translations · 7329e56d
      -pull atleast 1% translated languages
      
      -added push translations make target
      
      -removed generate merge options
      
      -removed i18n tools commands from extract translations
      
      -removed existing translations
      
      -extracted translations
      
      -new translations
      
      -compile messages
      ayub-khan committed
  31. 13 Apr, 2018 1 commit
  32. 10 Apr, 2018 1 commit
  33. 09 Apr, 2018 2 commits