- 09 Aug, 2016 1 commit
-
-
- Using sinatra-param to validate parameters instead of waiting for search failure - Consolidated some code with shared_examples
Clinton Blackburn committed
-
- 03 Aug, 2016 2 commits
-
-
Replaced Tire with elasticsearch-model
Toby Lawrence committed -
Toby Lawrence committed
-
- 01 Aug, 2016 5 commits
-
-
Updated the Mongoid configuration options
Toby Lawrence committed -
Updated the Mongoid configuration so that the read and write modes can be specified via the `forum_env`.
Tobias Macey committed -
Reduced merges, do them in place, and reduce allocations.
Toby Lawrence committed -
Toby Lawrence committed
-
Toby Lawrence committed
-
- 31 Jul, 2016 1 commit
-
-
update newrelic
Robert Raposa committed
-
- 29 Jul, 2016 2 commits
-
-
Robert Raposa committed
-
Primarily, we wanted to reduce the one-thing-per-merge calls, but also, we want to reduce allocations overall, both from merge calls which will duplicate the source hash and from string constants sprinkled throughout. Seemingly, defining a constant-style word list is not the ticket. For whatever reason, Ruby can't seem to figure out the list doesn't change, and presumably is splating out all of the words and allocating them as if they were declared right there. Wahhhh. Now we're using a straight up one-for-one constant definition of each string, in a big constants file, where we freeze the strings on the spot. We then reference each constant directly at the callsite, which was the original style and, ultimately, is the best for readability.
Toby Lawrence committed
-
- 27 Jul, 2016 1 commit
-
-
Handle comment context in cases of missing parent thread.
Diana Huang committed
-
- 26 Jul, 2016 1 commit
-
-
TNL-4944
Diana Huang committed
-
- 06 Jul, 2016 1 commit
-
-
Upgrade nokogiri to address security issues in libxml2
Brian Beggs committed
-
- 05 Jul, 2016 1 commit
-
-
Upgrade nokogiri to address security issues in libxml2 https://github.com/sparklemotion/nokogiri/issues/1473
Brian Beggs committed
-
- 02 Jun, 2016 2 commits
-
-
MA-2419:threadPUT - make 'read' mutually exclusive to other fields
wajeeha-khalid committed -
wajeeha-khalid committed
-
- 04 May, 2016 1 commit
-
-
- Replaced Tire with elasticsearch-model - Updated README - Added task to initialize a new index
Clinton Blackburn committed
-
- 13 Apr, 2016 1 commit
-
-
TNL-3818 return thread's last_activity_at in response object for thread endpoints
wajeeha-khalid committed
-
- 06 Apr, 2016 3 commits
-
-
wajeeha-khalid committed
-
jia/MA-1815 retrieve count for child comments
wajeeha-khalid committed -
wajeeha-khalid committed
-
- 01 Mar, 2016 2 commits
-
-
Update newrelic plugin.
Feanil Patel committed -
Feanil Patel committed
-
- 27 Jan, 2016 2 commits
-
-
MA-1930 add thread count in GET
wajeeha-khalid committed -
wajeeha-khalid committed
-
- 25 Jan, 2016 1 commit
-
-
updating nokogiri
Edward Zarecor committed
-
- 22 Jan, 2016 1 commit
-
-
Edward Zarecor committed
-
- 16 Jan, 2016 5 commits
-
-
Updated specs
Clinton Blackburn committed -
Refactored rake tasks
Clinton Blackburn committed -
- Creating only the necessary data needed for testing - Replaced double quotes with single quotes where applicable - Using expect instead of should
Clinton Blackburn committed -
- Creating only the requisite data needed for tests - Using subject and expect - Replaced double quotes with single quotes
Clinton Blackburn committed -
- Cleaned up quotes - Using factories to generate seed data - Moved Elasticsearch functions into helper module
Clinton Blackburn committed
-
- 11 Jan, 2016 1 commit
-
-
Removed broken rake tasks
Clinton Blackburn committed
-
- 07 Jan, 2016 6 commits
-
-
These tasks were broken by a previous commit (f959e2ec). Given that no one has complained in over a month, I am removing them.
Clinton Blackburn committed -
Added factories and updated specs
Clinton Blackburn committed -
-Using factories to generate data - Using single quotes
Clinton Blackburn committed -
Using single quotes
Clinton Blackburn committed -
- Using factories to create only the data that is actually needed for the tests - Replaced double quotes with single quotes - Fixed spacing - Consolidated helper methods
Clinton Blackburn committed -
- Using factories to create only the data that is actually needed for the tests - Replaced double quotes with single quotes - Fixed spacing - Created helper method, block_post_body, to centralize blocked post logic
Clinton Blackburn committed
-