- 27 Mar, 2015 2 commits
-
-
This reverts commit 9e325636.
Edward Zarecor committed -
Edward Zarecor committed
-
- 17 Nov, 2014 1 commit
-
-
Jim Abramson committed
-
- 17 Oct, 2014 2 commits
-
-
Dan f/upgrade travis mongo
Daniel Friedman committed -
TNL-604
Daniel Friedman committed
-
- 16 Oct, 2014 2 commits
-
-
Use group_id if present when getting user thread and comment counts.
Christina Roberts committed -
TNL-543
cahrens committed
-
- 15 Oct, 2014 2 commits
-
-
Jim Abramson committed
-
upgrading newrelic
e0d committed
-
- 06 Oct, 2014 1 commit
-
-
Add the ability to query multiple group ids
Jim Abramson committed
-
- 03 Oct, 2014 2 commits
- 01 Oct, 2014 2 commits
-
-
e0d committed
-
Add validation for undo_vote_for to avoid a crash
Greg Price committed
-
- 18 Sep, 2014 1 commit
-
-
Alan Boudreault committed
-
- 15 Sep, 2014 2 commits
-
-
Add group_id to payload from notifications.
Christina Roberts committed -
TNL-299
cahrens committed
-
- 08 Sep, 2014 1 commit
-
-
Filter commentable queries by course_id
Greg Price committed
-
- 05 Sep, 2014 2 commits
-
-
Bug: TNL-207
Greg Price committed -
Alan Boudreault committed
-
- 02 Sep, 2014 2 commits
-
-
Allow filtering by group_id in more endpoints
Greg Price committed -
Number of post are incorrect
Waqas Khalid committed
-
- 01 Sep, 2014 1 commit
-
-
Number of post are incorrect becuase deletion of comments doesn't perform deletion of subcomments one by one which cause magical comment counter not to decrese the counter properly TNL-91
Waqas Khalid committed
-
- 29 Aug, 2014 4 commits
-
-
All endpoints that return lists of threads (except the endpoint used by the notifier component) now allow filtering by group_id and are tested accordingly.
Greg Price committed -
Greg Price committed
-
Make Travis use an ES version we support
Greg Price committed -
Greg Price committed
-
- 04 Aug, 2014 2 commits
-
-
Add/update thread filters (flagged, unread, unanswered).
Jim Abramson committed -
jsa committed
-
- 30 Jul, 2014 2 commits
-
-
Add thread type feature
Greg Price committed -
There are two thread types, discussion and question. Discussions have the same behavior that current threads do. When a question is returned from the API, it contains separate fields for its endorsed and non- endorsed entries. Co-authored-by: Jim Abramson <jsa@edx.org>
Greg Price committed
-
- 03 Jul, 2014 1 commit
-
-
Greg Price committed
-
- 01 Jul, 2014 1 commit
-
-
Editing a comment such that it matched a blocked hash would cause the API to return 503 but actually update the comment. This is now fixed.
Greg Price committed
-
- 04 Jun, 2014 3 commits
-
-
Refactor search, fix a bug, and implement spelling correction
Greg Price committed -
If a search has no results, then we will get suggestions from Elasticsearch, re-query with the top suggestion, and return the results from that query along with the suggestion that was used. This change also changes search so that a document must match all terms to be included in the results instead of any term.
Greg Price committed -
This contains several improvements and bug-fixes: * Take advantage of indexing changes in ead2f5e3 to reduce the number of round trips to execute a search * Use Tire scan to include all matching threads * Execute final sort/pagination in Mongo * Share sorting code * Eliminate separate presenter for search results (which removes unused highlighting functionality) JIRA: FOR-607
Greg Price committed
-
- 29 May, 2014 1 commit
-
-
use a single index in elasticsearch for both document types.
Jim Abramson committed
-
- 28 May, 2014 1 commit
-
-
WARNING: Must rebuild search index! Starting with this change, the name of the search index used by the service has changed. The new search index must be created before deploying this version of the application. There are two ways of doing this: * Offline (recommended) Follow [these instructions](https://github.com/edx/cs_comments_service/wiki/Search-Indexes#offline-procedure) to perform an offline rebuild. * Online 1. Deploy this code to a host which is not serving HTTP requests, and run `rake search:rebuild` 2. When the rebuild finishes, deploy the updated code on live servers. 3. run `rake search:catchup[MINUTES]` where minutes is the amount of time it took to run rebuild in step 1. 4. run `rake search:prune`
jsa committed
-
- 22 May, 2014 2 commits
-
-
Fix task seed in Rakefile
Greg Price committed -
Alexandre Dubus committed
-