- 16 Jun, 2014 2 commits
- 05 Jun, 2014 1 commit
-
-
Co-authored-by: Brian Talbot <btalbot@edx.org> JIRA: FOR-591
jsa committed
-
- 03 Jun, 2014 1 commit
-
-
Instead of allowing the JSONDecodeError to escape, raise an error indicating the request id and containing the first 100 characters of the response to aid investigation.
Greg Price committed
-
- 23 May, 2014 1 commit
-
-
Greg Price committed
-
- 21 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 19 May, 2014 1 commit
-
-
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
-
- 12 May, 2014 1 commit
-
-
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
-
- 09 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 08 May, 2014 1 commit
-
-
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
-
- 02 May, 2014 1 commit
-
-
This requires cs_comments_service commit 1d50176.
Greg Price committed
-
- 28 Mar, 2014 4 commits
-
-
This captures real-time metrics for all of the comment client actions, segregated by course_id, as well as other small-cardinality fields. The goal is to be able to detect changes in forum usage, with the goal of alerting on potential error conditions.
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 18 Mar, 2014 1 commit
-
-
Also improves handling in cases where account creation did succeed, but comments service user creation did not. Depends on commit 88abdd8a0b20bc9816f487b25abdea1953f5661d in https://github.com/edx/cs_comments_service JIRA: FOR-522
jsa committed
-
- 12 Feb, 2014 2 commits
-
-
Greg Price committed
-
Greg Price committed
-
- 03 Feb, 2014 1 commit
-
-
JIRA: FOR-374
jsa committed
-
- 30 Jan, 2014 1 commit
-
-
The relevant parameters and data are merely passed through between the front end and comments service.
Greg Price committed
-
- 28 Jan, 2014 1 commit
-
-
JIRA: FOR-374
jsa committed
-
- 14 Jan, 2014 1 commit
-
-
Greg Price committed
-
- 08 Nov, 2013 1 commit
-
-
Calen Pennington committed
-
- 31 Oct, 2013 1 commit
-
-
This change requires cs_comments_service version 31ef160 or later. Now that the /threads endpoint can filter by commentable_ids, use that instead of the /search/threads endpoint, which does not sort and paginate correctly. Bug: FOR-224
Greg Price committed
-
- 28 Oct, 2013 1 commit
-
-
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
-
- 16 Oct, 2013 1 commit
-
-
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
-
- 11 Oct, 2013 1 commit
-
-
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
-
- 02 Oct, 2013 1 commit
-
-
Ned Batchelder committed
-
- 30 Jul, 2013 1 commit
-
-
Kevin Chugh committed
-
- 29 Jul, 2013 1 commit
-
-
Your Name committed
-
- 25 Jul, 2013 1 commit
-
-
Kevin Chugh committed
-
- 21 Jun, 2013 2 commits
-
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 20 Jun, 2013 1 commit
-
-
Calen Pennington committed
-
- 19 Jun, 2013 1 commit
-
-
Ned Batchelder committed
-
- 28 May, 2013 1 commit
-
-
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
-
- 22 May, 2013 1 commit
-
-
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
-
- 21 May, 2013 1 commit
-
-
The LMS comment client previously would try to parse the response as JSON, choke, and return a 500 to the client. Now, the LMS client displays a message indicating that the forums are down for maintenance.
Nate Hardison committed
-
- 16 May, 2013 2 commits
-
-
This reverts commit 5560a4ad.
Jay Zoldak committed -
This reverts commit 2df3fe93. Conflicts: common/static/coffee/src/discussion/utils.coffee
Jay Zoldak committed
-