- 22 Nov, 2017 1 commit
-
-
Ned Batchelder committed
-
- 11 Jul, 2017 1 commit
-
-
EDUCATOR-341
Kyle McCormick committed
-
- 12 Jun, 2017 1 commit
-
-
Andy Armstrong committed
-
- 03 Nov, 2016 1 commit
-
-
This specifically enables/disables the underlying comment service client used to make calls to the service. When disabled, this client will now throw an exception which can be propagated upwards so that callers can make the right decision about how to notify users of the error, or handle retry, etc etc.
Toby Lawrence committed
-
- 12 Sep, 2016 1 commit
-
-
Robert Raposa committed
-
- 09 Sep, 2016 1 commit
-
-
- Default to with_responses=False, except when required. - Clean up search call unused params.
Robert Raposa committed
-
- 08 Sep, 2016 1 commit
-
-
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
-
- 16 Jun, 2016 1 commit
-
-
David Ormsbee committed
-
- 02 Jun, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 14 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 13 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 06 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 28 Jan, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 03 Dec, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 19 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 26 Aug, 2015 1 commit
-
-
These signals are caught by the Teams app and used to update `last_activity_at` on both teams and individual users. TNL-2497
Peter Fogg committed
-
- 30 Jul, 2015 1 commit
-
-
TNL-2864
cahrens committed
-
- 28 Jul, 2015 1 commit
-
-
Ben McMorran committed
-
- 13 Jul, 2015 1 commit
-
-
Skipped 'print' statement violations, as print() is Py3k syntax.
Sarina Canelake committed
-
- 29 May, 2015 1 commit
-
-
Greg Price committed
-
- 14 Mar, 2015 1 commit
-
-
stv committed
-
- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 16 Oct, 2014 1 commit
-
-
Depends on cs_comments_serivce commit ea218a2b038b59e63fd6593b5598db90223636e1. TNL-543
cahrens committed
-
- 09 Oct, 2014 1 commit
-
-
Braden MacDonald committed
-
- 03 Oct, 2014 3 commits
-
-
TNL-172: Change type of a previously posted post. IMPORTANT: this commit depends on commit 774887b in cs_comments_service.
jmclaus committed -
Greg Price committed
-
Fixes TNL-160
Greg Price committed
-
- 02 Oct, 2014 1 commit
-
-
Omar Al-Ithawi committed
-
- 08 Sep, 2014 1 commit
-
-
Sarina Canelake committed
-
- 29 Aug, 2014 3 commits
-
-
Also change server to pass post type through to the comments service.
Greg Price committed -
Co-authored-by: jsa <jsa@edx.org>
Greg Price committed -
Greg Price committed
-
- 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
-