1. 27 Mar, 2015 2 commits
  2. 17 Nov, 2014 1 commit
  3. 17 Oct, 2014 2 commits
  4. 16 Oct, 2014 2 commits
  5. 15 Oct, 2014 2 commits
  6. 06 Oct, 2014 1 commit
  7. 03 Oct, 2014 2 commits
  8. 01 Oct, 2014 2 commits
  9. 18 Sep, 2014 1 commit
  10. 15 Sep, 2014 2 commits
  11. 08 Sep, 2014 1 commit
  12. 05 Sep, 2014 2 commits
  13. 02 Sep, 2014 2 commits
  14. 01 Sep, 2014 1 commit
  15. 29 Aug, 2014 4 commits
  16. 04 Aug, 2014 2 commits
  17. 30 Jul, 2014 2 commits
  18. 03 Jul, 2014 1 commit
  19. 01 Jul, 2014 1 commit
  20. 04 Jun, 2014 3 commits
  21. 29 May, 2014 1 commit
  22. 28 May, 2014 1 commit
    • use a single index in elasticsearch for both document types. · ead2f5e3
      WARNING: Must rebuild search index!
      
      Starting with this change, the name of the search index used by the
      service has changed.  The new search index must be created before
      deploying this version of the application.  There are two ways of doing
      this:
      
      * Offline (recommended)
      Follow [these instructions](https://github.com/edx/cs_comments_service/wiki/Search-Indexes#offline-procedure) to perform an offline rebuild.
      
      * Online
      1. Deploy this code to a host which is not serving HTTP requests, and
      run `rake search:rebuild`
      2. When the rebuild finishes, deploy the updated code on live servers.
      3. run `rake search:catchup[MINUTES]` where minutes is the amount of
      time it took to run rebuild in step 1.
      4. run `rake search:prune`
      jsa committed
  23. 22 May, 2014 2 commits