1. 22 Nov, 2017 1 commit
  2. 11 Jul, 2017 1 commit
  3. 12 Jun, 2017 1 commit
  4. 03 Nov, 2016 1 commit
  5. 12 Sep, 2016 1 commit
  6. 09 Sep, 2016 1 commit
  7. 08 Sep, 2016 1 commit
    • Default to not requesting responses when grabbing a single thread. · 26891bc0
      We're often grabbing the metadata of a specific thread to then be able
      to perform other operations, but we never need the actual responses or
      comments of a thread unless we're displaying it in the normal forum
      view.
      
      This change sets a default of with_responses=False, which instructs the
      comment service to not send back the responses/comments for the given
      thread.  We only ask for responses in the case of rendering a single
      thread or inline discussion.
      Toby Lawrence committed
  8. 16 Jun, 2016 1 commit
  9. 02 Jun, 2016 1 commit
  10. 14 Apr, 2016 1 commit
  11. 13 Apr, 2016 1 commit
  12. 06 Apr, 2016 1 commit
  13. 28 Jan, 2016 1 commit
  14. 03 Dec, 2015 1 commit
  15. 19 Nov, 2015 1 commit
  16. 26 Aug, 2015 1 commit
  17. 30 Jul, 2015 1 commit
  18. 28 Jul, 2015 1 commit
  19. 13 Jul, 2015 1 commit
  20. 29 May, 2015 1 commit
  21. 14 Mar, 2015 1 commit
  22. 04 Nov, 2014 1 commit
  23. 16 Oct, 2014 1 commit
  24. 09 Oct, 2014 1 commit
  25. 03 Oct, 2014 3 commits
  26. 02 Oct, 2014 1 commit
  27. 08 Sep, 2014 1 commit
  28. 29 Aug, 2014 3 commits
  29. 16 Jun, 2014 2 commits
  30. 05 Jun, 2014 1 commit
  31. 03 Jun, 2014 1 commit
  32. 23 May, 2014 1 commit
  33. 21 May, 2014 1 commit
  34. 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
  35. 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