- 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 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 4 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
-