1. 16 Jun, 2016 1 commit
  2. 02 Jun, 2016 1 commit
  3. 14 Apr, 2016 1 commit
  4. 13 Apr, 2016 1 commit
  5. 06 Apr, 2016 1 commit
  6. 28 Jan, 2016 1 commit
  7. 03 Dec, 2015 1 commit
  8. 19 Nov, 2015 1 commit
  9. 26 Aug, 2015 1 commit
  10. 30 Jul, 2015 1 commit
  11. 28 Jul, 2015 1 commit
  12. 13 Jul, 2015 1 commit
  13. 29 May, 2015 1 commit
  14. 14 Mar, 2015 1 commit
  15. 04 Nov, 2014 1 commit
  16. 16 Oct, 2014 1 commit
  17. 09 Oct, 2014 1 commit
  18. 03 Oct, 2014 3 commits
  19. 02 Oct, 2014 1 commit
  20. 08 Sep, 2014 1 commit
  21. 29 Aug, 2014 3 commits
  22. 16 Jun, 2014 2 commits
  23. 05 Jun, 2014 1 commit
  24. 03 Jun, 2014 1 commit
  25. 23 May, 2014 1 commit
  26. 21 May, 2014 1 commit
  27. 19 May, 2014 1 commit
    • Add logging of search quality information · 299046a8
      For now, this only includes course id, search terms, and result count.
      Information is logged both to the standard logger for near-term analysis
      and the event tracker for the longer term. Result count logging requires
      commit 02466b1 of cs_comments_service (otherwise it will be null).
      Greg Price committed
  28. 12 May, 2014 1 commit
    • Allow extra fields returned from comments service · 57f14bde
      Previously, an error was raised if the comments service returned data
      including an unexpected field, which unnecessarily complicated the
      release path for new features, since the list of allowed fields would
      need to be modified before cs_comments_service could be modified, and
      only then could edx-platform take advantage of the new CS feature. We
      still log a warning if an unexpected field is returned, so we will
      still be able to tell if the CS returns a corrupt response.
      
      JIRA: FOR-180
      Greg Price committed
  29. 09 May, 2014 1 commit
  30. 08 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · cd746bf8
      This commit adds the non-courseware lms/djangoapps and lms/lib.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  31. 02 May, 2014 1 commit
  32. 28 Mar, 2014 4 commits