1. 03 Nov, 2016 1 commit
  2. 16 Jun, 2016 1 commit
  3. 28 Jan, 2016 1 commit
  4. 09 Oct, 2014 1 commit
  5. 02 Oct, 2014 1 commit
  6. 03 Jun, 2014 1 commit
  7. 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
  8. 28 Mar, 2014 3 commits
  9. 12 Feb, 2014 2 commits
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 21 May, 2013 1 commit
  16. 14 May, 2013 2 commits
  17. 07 May, 2013 1 commit
  18. 06 Feb, 2013 1 commit
  19. 28 Dec, 2012 1 commit
  20. 05 Sep, 2012 1 commit
  21. 29 Aug, 2012 1 commit
  22. 22 Aug, 2012 2 commits
  23. 21 Aug, 2012 2 commits
  24. 19 Aug, 2012 1 commit
  25. 14 Aug, 2012 1 commit
  26. 13 Aug, 2012 1 commit