Skip to content
Snippets Groups Projects
  1. Aug 13, 2018
  2. Aug 10, 2018
  3. Jul 09, 2018
  4. Jun 22, 2018
  5. Apr 15, 2018
  6. Jan 27, 2018
    • Richard van der Hoff's avatar
      Create dbpool as normal in tests · d7eacc4f
      Richard van der Hoff authored
      ... instead of creating our own special SQLiteMemoryDbPool, whose purpose was a
      bit of a mystery.
      
      For some reason this makes one of the tests run slightly slower, so bump the
      sleep(). Sorry.
      d7eacc4f
  7. Jan 16, 2018
    • Richard van der Hoff's avatar
      Optimise LoggingContext creation and copying · 44a49841
      Richard van der Hoff authored
      It turns out that the only thing we use the __dict__ of LoggingContext for is
      `request`, and given we create lots of LoggingContexts and then copy them every
      time we do a db transaction or log line, using the __dict__ seems a bit
      redundant. Let's try to optimise things by making the request attribute
      explicit.
      44a49841
  8. Sep 20, 2017
  9. Sep 19, 2017
  10. Sep 18, 2017
  11. Feb 19, 2016
  12. Jan 07, 2016
  13. Oct 19, 2015
Loading