1. 26 Nov, 2013 1 commit
    • Enable un-authenticated handler urls · 6d613f9d
      Updates to depend on the latest version of XBlock, which includes
      support for service-to-service (thirdparty) handler urls, which aren't
      authenticated with a user (unlike handler requests coming from the
      xblock client-side javascript).
      
      Co-author: Ned Batchelder <ned@edx.org>
      Calen Pennington committed
  2. 08 Nov, 2013 3 commits
  3. 31 Oct, 2013 1 commit
  4. 28 Oct, 2013 1 commit
    • Improve forum error handling · 7abaecd8
      CommentClientError now has sane subclasses that are meaningfully
      distinct, and each subclass is handled appropriately. Errors raised by
      the requests library are no longer handled by turning them into
      CommentClientErrors, since there is no meaningful handling we can do,
      and this way we will get more visibility into why errors are occurring.
      Also, HTTP status codes from the comments service indicating client
      error are correctly passed through to the client.
      Greg Price committed
  5. 16 Oct, 2013 1 commit
    • Log all comments service requests · bd477581
      Logging the duration of each request will allow us to determine
      whether there is a significant difference in the latency reported by
      the comments service and that observed by the LMS. Each request will
      be assigned a unique identifier to allow correlation of the reported
      latency on each end.
      Greg Price committed
  6. 11 Oct, 2013 1 commit
    • Use HTTP header for comments service auth · 62cc9e77
      Previously, authentication was done using a URL parameter, which would
      appear in various logs. Now, authentication is done more appropriately
      with an HTTP header. Note that this requires cs_comments_service commit
      cf39aabdd160176ebf206ca19d3ee030161a0b47 or later.
      Greg Price committed
  7. 02 Oct, 2013 1 commit
  8. 30 Jul, 2013 1 commit
  9. 29 Jul, 2013 1 commit
  10. 25 Jul, 2013 1 commit
  11. 27 Jun, 2013 1 commit
  12. 21 Jun, 2013 2 commits
  13. 20 Jun, 2013 1 commit
  14. 19 Jun, 2013 1 commit
  15. 31 May, 2013 2 commits
  16. 28 May, 2013 1 commit
    • Remove tags for comment client request time histogram in Datadog · 7d3d34c6
      According to someone from Datadog, this was generating tags like "knowledgeable_
      people_who_put_this_course_together._this_is_harvard._you_can_t_tell_us_there_s_
      a_shortage_of_editorial_talent." They say that they can handle tens or hundreds
      of unique tags but not thousands. Given that we have a unique URL for each
      thread, we can't even use that as a tag. Thus, all tags are removed for now
      until we can determine whether there is a useful set of tags with small enough
      cardinality. In light of this, I did not investigate why the long tag mentioned
      above was being generated.
      Greg Price committed
  17. 22 May, 2013 1 commit
    • Remove tags for comment client request time histogram in Datadog · 787366fe
      According to someone from Datadog, this was generating tags like "knowledgeable_
      people_who_put_this_course_together._this_is_harvard._you_can_t_tell_us_there_s_
      a_shortage_of_editorial_talent." They say that they can handle tens or hundreds
      of unique tags but not thousands. Given that we have a unique URL for each
      thread, we can't even use that as a tag. Thus, all tags are removed for now
      until we can determine whether there is a useful set of tags with small enough
      cardinality. In light of this, I did not investigate why the long tag mentioned
      above was being generated.
      Greg Price committed
  18. 21 May, 2013 1 commit
  19. 16 May, 2013 2 commits
  20. 14 May, 2013 2 commits
  21. 07 May, 2013 1 commit
  22. 06 May, 2013 1 commit
  23. 26 Apr, 2013 2 commits
  24. 23 Apr, 2013 1 commit
  25. 22 Apr, 2013 1 commit
  26. 21 Apr, 2013 1 commit
  27. 09 Apr, 2013 1 commit
  28. 05 Apr, 2013 3 commits
  29. 02 Apr, 2013 1 commit
  30. 15 Mar, 2013 2 commits