- 11 Dec, 2017 2 commits
-
-
EDUCATOR-1912 | Upgrade yajl-ruby to 1.3.1
Alex Dusenbery committed -
Alex Dusenbery committed
-
- 20 Nov, 2017 3 commits
-
-
EDUCATOR-162 | Pin activemodel to 4.2.8 in Gemfile.
Alex Dusenbery committed -
Alex Dusenbery committed
-
EDUCATOR-232 | Upgrade nokogiri to 1.8.1
Alex Dusenbery committed
-
- 17 Nov, 2017 1 commit
-
-
Alex Dusenbery committed
-
- 30 Oct, 2017 2 commits
-
-
Add logger require statements
Brian Beggs committed -
Brian Beggs committed
-
- 26 Jul, 2017 2 commits
-
-
EDUCATOR-313: Bump ruby to 2.4.1
Alex Dusenbery committed -
EDUCATOR-313: Bump ruby to 2.4.1; Use latest newrelic_rpm package; Add test-forum docker-compose service.
Alex Dusenbery committed
-
- 18 Jul, 2017 4 commits
-
-
Fixed issues with app.rb require
George Song committed -
When trying to launch the app if the `LOAD_PATH` was not properly set the unicorn server was unable to load the `app.rb` source file. Updated to use the `expand_path` method from the File class.
Tobias Macey committed -
Update image reference for Travis
George Song committed -
George Song committed
-
- 14 Jun, 2017 1 commit
-
-
[DELAY MERGE] TNL-6151: Upgrade forums to ES 1.x
Feanil Patel committed
-
- 03 May, 2017 1 commit
-
-
Elasticsearch 0.90.x is quite out-of-date, and this requirement is preventing us from sharing an ES cluster with newer IDAs. ECOM-3261 and SOL-295
Clinton Blackburn committed
-
- 22 Mar, 2017 1 commit
-
-
Wrap newrelic calls in a rescue block
Joel Barciauskas committed
-
- 17 Mar, 2017 1 commit
-
-
Joel Barciauskas committed
-
- 15 Mar, 2017 2 commits
-
-
Joel Barciauskas committed
-
Joel Barciauskas committed
-
- 08 Mar, 2017 2 commits
-
-
Update development db to match others.
Robert Raposa committed -
The service is no longer authorized to edit a database of a different name, so this changes the development database name to match the name of other environments.
Robert Raposa committed
-
- 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 2 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
-