- 09 Feb, 2017 1 commit
-
-
- Make search:initialize idempotent. - Add rake tasks for put_mappings and validate_index.
Robert Raposa committed
-
- 03 Feb, 2017 1 commit
-
-
- Default to moving alias and running catchup. - Allow configurable extra minutes for catchup.
Robert Raposa committed
-
- 30 Jan, 2017 2 commits
-
-
Better filtering for rake search:initialize behavior
Diana Huang committed -
Diana Huang committed
-
- 26 Jan, 2017 2 commits
-
-
Diana/elasticsearch update
Diana Huang committed -
- Using sinatra-param to validate parameters instead of waiting for search failure - Consolidated some code with shared_examples - Add more logging around Search
Clinton Blackburn committed
-
- 17 Jan, 2017 5 commits
-
-
TNL-6118: Replaced Tire with elasticsearch-model (newest)
Robert Raposa committed -
- Replaced Tire with elasticsearch-model - Updated README - Added task to initialize a new index - Fix and add tests - Remove search:reindex and search:prune in favor of search:reindex - Use milliseconds in auto-generated index name. - Delete unused application.rb.
Clinton Blackburn committed -
TNL-6118: Fix rebuild by loading app.rb in Rakefile
Robert Raposa committed -
Robert Raposa committed
-
Fix typo in search:do_reindex task
Robert Raposa committed
-
- 09 Jan, 2017 1 commit
-
-
Jillian Vogel committed
-
- 28 Nov, 2016 2 commits
-
-
use 16.04 latest docker image for forums
Feanil Patel committed -
Feanil Patel committed
-
- 23 Nov, 2016 5 commits
-
-
Bilal Ahmad committed
-
Bilal Ahmad committed
-
The core issue was that if you don't provide an install step travis tries to do its default action which generates a bunch of ruby code that is linked to the ruby on the host system instead of the ruby in the container.
Feanil Patel committed -
Feanil Patel committed
-
Bilal Ahmad committed
-
- 03 Nov, 2016 2 commits
-
-
Add a default response size and a response size limit.
Toby Lawrence committed -
By default, we currently allow a user to retrieve all responses from a thread, which is terrible from a performance standpoint. This change adds a default response size of 100, which was chosen to match typical production pagination parameters, and a response limit of 200. Given that responses can include children comments, 200 is still a large number, but far less disastrous than, say, getting 3000 responses, with all of their children comments. Both of these values are configurable, and can be overriden via environment variables.
Toby Lawrence committed
-
- 29 Sep, 2016 1 commit
-
-
Add method tracing inside user.
Robert Raposa committed
-
- 28 Sep, 2016 1 commit
-
-
Robert Raposa committed
-
- 15 Sep, 2016 1 commit
-
-
TNL-5115: Remove sort order from cs_comment_service
Robert Raposa committed
-
- 13 Sep, 2016 2 commits
-
-
Robert Raposa committed
-
Robert Raposa committed
-
- 12 Sep, 2016 1 commit
-
-
Robert Raposa committed
-
- 09 Sep, 2016 2 commits
-
-
MA-2139: Mark thread as read for leaner on thread/comment creation
wajeeha-khalid committed -
wajeeha-khalid committed
-
- 07 Sep, 2016 6 commits
-
-
Add an OEP-2 compliant openedx.yaml file
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Add the ability to request a thread without its responses.
Robert Raposa committed -
For cases where we don't need or want the responses on a thread at all, like getting some metadata about a thread, we should be able to request it without the responses. This exists in the ThreadPresenter but didn't exist as an option that could be passed in the API call itself. We've added this as an option now -- with_responses -- that defaults to true, which preserves the existing behavior but does in fact allow toggling. This gives us a backwards-compatible upgrade path to allow changes to be made the LMS so that requests which don't need the responses, or do need the responses, can be explicit about what they want.
Toby Lawrence committed -
MA-2678: replace use of 'updated_at' for 'read' state
wajeeha-khalid committed
-
- 02 Sep, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 24 Aug, 2016 2 commits
-
-
Plucking instead of mapping.
Toby Lawrence committed -
Use pluck instead of map for upvoted/downvoted IDs. Mapping involves doing the projection locally, whereas plucking will ask MongoDB to do the projection for us. This is the difference between sending the whole document back and sending back the ObjectId itself. Multipled against hundreds or thousands of documents, mapping can really add up, so plucking should really help these 99%'ile cases.
Toby Lawrence committed
-
- 23 Aug, 2016 2 commits
-
-
Add more tracing + code cleanup.
Toby Lawrence committed -
Toby Lawrence committed
-