- 06 Nov, 2013 1 commit
-
-
jimabramson committed
-
- 05 Nov, 2013 2 commits
-
-
optimize request timeout settings for heroku
Jim Abramson committed -
* use Rack::Timeout, set to 20s * set unicorn timeout to 25s Ideally these are set lower, around 10s/15s, however we need to reduce long-running requests (such as notifier batch pulls) before we can safely do this.
jimabramson committed
-
- 31 Oct, 2013 2 commits
-
-
Allow more endpoints to use commentable_ids param
Greg Price committed -
The commentable_ids param is a comma-delimited list of ids indicating that only threads belonging to one of the specified commentables should be returned. It can now be used by any endpoint that delegates to handle_threads_query (most importantly "#{APIPREFIX}/threads"), and the commentable_id field is now indexed for efficient filtering. The motivation for this change is to allow clients that are filtering by commentable_ids to avoid using the /search/threads endpoint, which does not do sorting and pagination correctly.
Greg Price committed
-
- 30 Oct, 2013 2 commits
-
-
Feature/jsa/track slowdowns
Jim Abramson committed -
jimabramson committed
-
- 29 Oct, 2013 2 commits
-
-
jimabramson committed
-
Feature/jsa/more new indexes
Jim Abramson committed
-
- 23 Oct, 2013 3 commits
-
-
jimabramson committed
-
jimabramson committed
-
* use Content model (to avoid querying mongo with "$in") * add indexes for non-default sorts * streamline api code
jimabramson committed
-
- 16 Oct, 2013 2 commits
-
-
less user queries
Jim Abramson committed -
performance.
jimabramson committed
-
- 15 Oct, 2013 4 commits
-
-
jimabramson committed
-
Add newrelic_moped
Greg Price committed -
This will hopefully give us more insight into mongo performance.
Greg Price committed -
This corresponds to the Gemfile change in a9d281ad.
Greg Price committed
-
- 11 Oct, 2013 2 commits
-
-
Allow authentication by HTTP header
Greg Price committed -
Previously, authentication could only be done using a URL parameter, which appears in various logs. Now, clients can authenticate using a more appropriate HTTP header.
Greg Price committed
-
- 10 Oct, 2013 2 commits
-
-
James Tauber committed
-
update to latest newrelic rpm
Jim Abramson committed
-
- 09 Oct, 2013 5 commits
-
-
jimabramson committed
-
Revert "Merge pull request #29 from edx/chore/markchang/replace-rvmrc"
John Jarvis committed -
This reverts commit d97009d1, reversing changes made to a9d281ad.
John Jarvis committed -
moved to more standard .ruby-gemset and .ruby-version from .rvmrc
Greg Price committed -
Update Gemfile
Greg Price committed
-
- 08 Oct, 2013 2 commits
-
-
use ThreadPresenter to render search results
Jim Abramson committed -
jimabramson committed
-
- 07 Oct, 2013 3 commits
-
-
Feature/jsa/new handle threads
Jim Abramson committed -
jimabramson committed
-
additionally, remove unused caching features and update mongo indexing.
jimabramson committed
-
- 03 Oct, 2013 1 commit
-
-
jimabramson committed
-
- 24 Sep, 2013 7 commits
-
-
jimabramson committed
-
jimabramson committed
-
jimabramson committed
-
jimabramson committed
-
jimabramson committed
-
Jim Abramson committed
-
Jim Abramson committed
-