Skip to content
Snippets Groups Projects
  1. Oct 31, 2013
  2. Oct 30, 2013
  3. Oct 29, 2013
  4. Oct 28, 2013
    • Greg Price's avatar
      Improve performance of forum views · e6ecb6ec
      Greg Price authored
      Avoid recomputing course module information for every thread, which
      should dramatically improve the performance of high-percentile latency
      queries.
      
      JIRA: FOR-250
      e6ecb6ec
    • Brian Wilson's avatar
    • Greg Price's avatar
      Improve forum error handling · 7abaecd8
      Greg Price authored
      CommentClientError now has sane subclasses that are meaningfully
      distinct, and each subclass is handled appropriately. Errors raised by
      the requests library are no longer handled by turning them into
      CommentClientErrors, since there is no meaningful handling we can do,
      and this way we will get more visibility into why errors are occurring.
      Also, HTTP status codes from the comments service indicating client
      error are correctly passed through to the client.
      7abaecd8
  5. Oct 25, 2013
  6. Oct 24, 2013
  7. Oct 23, 2013
  8. Oct 22, 2013
  9. Oct 21, 2013
  10. Oct 16, 2013
  11. Oct 14, 2013
  12. Oct 12, 2013
  13. Oct 10, 2013
  14. Oct 09, 2013
    • Chris Dodge's avatar
      add some middleware to determine whether draft modulestore or non-draft modulestore should be used · 8f9d815f
      Chris Dodge authored
      change to use regex to do the domain mappings. Also add config to AWS to be able to set from configuration file.
      
      handle cases where HTTP_HOST is none, like in unit tests
      
      add linefeed at end
      
      fix up regex matches
      
      switch to use thread local storage to hold the request itself
      
      .
      
      .
      
      convert over to use open source 3rd party library
      
      convert over to use django-cum
      
      add unit test
      
      remove comment
      
      .
      
      add comment to config setting
      
      fix comment
      
      use better regex for localdev
      
      no need to break
      
      no need to wrap an imported function, it's visible to any file that is importing us
      
      add comment
      
      add unit test
      
      clean up test
      
      use a separate env file to set the preview hostname
      8f9d815f
  15. Oct 07, 2013
  16. Oct 04, 2013
  17. Oct 03, 2013
  18. Oct 02, 2013
Loading