1. 25 Jun, 2018 8 commits
  2. 22 Jun, 2018 1 commit
  3. 20 Jun, 2018 1 commit
  4. 18 Jun, 2018 1 commit
  5. 15 Jun, 2018 2 commits
  6. 14 Jun, 2018 1 commit
  7. 11 Jun, 2018 2 commits
  8. 08 Jun, 2018 1 commit
  9. 07 Jun, 2018 1 commit
  10. 06 Jun, 2018 2 commits
  11. 29 May, 2018 1 commit
  12. 25 May, 2018 1 commit
  13. 24 May, 2018 1 commit
  14. 23 May, 2018 1 commit
  15. 22 May, 2018 1 commit
  16. 21 May, 2018 1 commit
  17. 18 May, 2018 1 commit
  18. 15 May, 2018 1 commit
  19. 08 May, 2018 2 commits
  20. 07 May, 2018 1 commit
  21. 06 May, 2018 1 commit
  22. 02 May, 2018 1 commit
  23. 27 Apr, 2018 1 commit
  24. 24 Apr, 2018 1 commit
  25. 22 Apr, 2018 1 commit
  26. 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
  27. 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
  28. 13 Apr, 2018 1 commit