- 07 Mar, 2017 2 commits
-
-
We're using 3.0.14 in prod, test with that
Kevin Falcone committed -
Kevin Falcone committed
-
- 01 Mar, 2017 1 commit
-
-
Install newrelic_rpm to < 4.0
Robert Raposa committed
-
- 27 Feb, 2017 1 commit
-
-
NewRelic have dropped support for ruby 1.9.x, and so we can't use their latest app monitoring agent until we upgrade ruby. ref https://discuss.newrelic.com/t/support-for-ruby-jruby-1-x-is-being-deprecated-in-ruby-agent-4-0-0/44787
Jillian Vogel committed
-
- 17 Feb, 2017 4 commits
-
-
TNL-6562: Enhance rake logging.
Robert Raposa committed -
Robert Raposa committed
-
Verify that ES is configured properly before starting
Robert Raposa committed -
Run the rake search:validate task before starting the service. If it fails, then that means the mappings or indexes aren't in sync, the former of which can cause corrupt data, and the latter, non-functioning search. It fails with this exit code so that supervisor knows whether to sleep before trying to restar the app or not.
Max Rothman committed
-
- 10 Feb, 2017 1 commit
-
-
TNL-6447: Make search:initialize idempotent.
Robert Raposa committed
-
- 09 Feb, 2017 1 commit
-
-
- Make search:initialize idempotent. - Add rake tasks for put_mappings and validate_index.
Robert Raposa committed
-
- 06 Feb, 2017 1 commit
-
-
TNL-6464: Minor changes to rebuild_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 1 commit
-
-
Add an OEP-2 compliant openedx.yaml file
Calen Pennington committed
-